crispedge.com

Color picker

Loading...

#a848ba hex color - Violet - Warm color - Information

#a848ba hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a848ba Color code in RGB color code model is created after adding 65.88% red color, 28.24% green color and 72.94% blue color. Hex #a848ba Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 61% magenta, 0% yellow and 27% black.

Hex #a848ba color code is between #aa44bb web safe hex color code and #9955aa web safe hex color code. #aa44bb is the nearest web safe color code. You can see here many more shades of #a848ba color code.

0 Likes 0 Comments | 3 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codea848ba#a848ba
RGB Decimal168, 72, 186rgb(168, 72, 186)
RGB Percent66%, 28%, 73%rgb(66%, 28%, 73%)
CSS RGBa168, 72, 186,1rgba(168,72,186,1)
CMYK Modelcmyk(10%,61%,0%,27%)
HSL Color Space291,45% ,51%hsl(291,45% ,51%)
HSV Color Space291°, 61%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010000100100010111010
Octal250110272
Decimal16872186
Hexa848ba

Different shades of #a848ba color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #a848ba
#ba6dc8
Dark Shade of #a848ba
#883996
Saturated Shade of #a848ba
#b13bc7
Desaturated Shade of #a848ba
#9f55ad
Grey scale Shade of #a848ba
#818181
Brighten Shade
#c161d3
Most Readable Shade
#FFFFFF

Shades of #a848ba color code

Generate more color scales with scales (color stack) generator.

#a848ba
#9540a5
#823890
#70307c
#5d2867
#4a2052
#38183e
#251029
#120814
#000000

Similar Color like #a848ba color

Find visually similar hex color codes nearing to #a848ba hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#a949bb
#aa4abc
#ab4bbd
#ac4cbe
#ad4dbf
#ae4ec0
#af4fc1
#b050c2
#b151c3
#b252c4
#b353c5
#b454c6
#b555c7
#b656c8
#a747b9
#a646b8
#a545b7
#a444b6
#a343b5
#a242b4
#a141b3
#a040b2
#9f3fb1
#9e3eb0
#9d3daf
#9c3cae
#9b3bad
#9a3aac

Monochromatic Color with #a848ba

#a848ba
#ce58e4
#0e0610
#35173a
#5b2765
#82388f

Tints of #a848ba Color

#a848ba
#b15cc1
#bb70c9
#c585d1
#ce99d8
#d8ade0
#e2c2e8
#ebd6ef
#f5eaf7
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#a848ba
#5aba48

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#a848ba
#93ba48
#48ba6f

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#7a48ba
#9148ba
#a848ba
#ba48b5
#ba489e

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#a848ba
#baa848
#48baa8

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#a848ba
#ba6f48
#5aba48
#4893ba

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#a848ba
#5aba48
#48ba6f
#ba4893

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #a848ba Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#a848ba Color Code Preview on Black Background Color

This is how #a848ba Color will look on black background color. Color contrast ratio is 4.30

#a848ba in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#a848ba">Your Example Paragraph content text in with font color #a848ba </p>

Your Example Paragraph content text in with font color #a848ba

HTML with inline CSS

<div style="color:#a848ba">Your Paragraph text in with font color #a848ba </div>

Your Example Paragraph content text in with font color #a848ba

#a848ba color code is use for CSS Background Color

Background color for the above div is #a848ba

HTML with inline CSS

<div style="background-color:#a848ba;"></div>

#a848ba color code is use for CSS Border Color

CSS Border color for the above div is #a848ba

HTML with inline CSS

<div style="border:5px solid #a848ba;"></div>

CSS Border Left color for the above div is #a848ba

HTML with inline CSS

<div style="border-left:5px solid #a848ba;"></div>

CSS Border Right color for the above div is #a848ba

HTML with inline CSS

<div style="border-right:5px solid #a848ba;"></div>

CSS Border Bottom color for the above div is #a848ba

HTML with inline CSS

<div style="border-bottom:5px solid #a848ba;"></div>

CSS Border Top color for the above div is #a848ba

HTML with inline CSS

<div style="border-top:5px solid #a848ba;"></div>

#a848ba hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#a848ba; } .examplecolorclass {color:#a848ba; } .examplebordercolor {border:3px solid #a848ba; }

#a848ba Color code Preview on White Background

This is how #a848ba Color code will look on white background color. Color contrast ratio is 4.88

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #a848ba; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #a848ba; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(168,72,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(90,186,72,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(168,72,186,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.