@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#a31caf hex color - Violet - Warm color - Information

#a31caf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a31caf Color code in RGB color code model is created after adding 63.92% red color, 10.98% green color and 68.63% blue color. Hex #a31caf Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 84% magenta, 0% yellow and 31.37% black.

Hex #a31caf color code is between #aa22aa web safe hex color code and #9911bb web safe hex color code. #aa22aa is the nearest web safe color code. You can see here many more shades of #a31caf color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codea31caf#a31caf
RGB Decimal163, 28, 175rgb(163, 28, 175)
RGB Percent64%, 11%, 69%rgb(64%, 11%, 69%)
CSS RGBa163, 28, 175,1rgba(163,28,175,1)
CMYK Modelcmyk(7%,84%,0%,31.37%)
HSL Color Space295,72% ,40%hsl(295,72% ,40%)
HSV Color Space295°, 84%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000110001110010101111
Octal24334257
Decimal16328175
Hexa31caf

Different shades of #a31caf color code.

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

Light Shade of #a31caf
#cc23db
Dark Shade of #a31caf
#7a1583
Saturated Shade of #a31caf
#ab12b9
Desaturated Shade of #a31caf
#9a26a5
Grey scale Shade of #a31caf
#656565
Brighten Shade
#bc35c8
Most Readable Shade
#FFFFFF

Shades of #a31caf color code

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

#a31caf
#90189b
#7e1588
#6c1274
#5a0f61
#480c4d
#36093a
#240626
#120313
#000000

Similar Color like #a31caf color

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

#a41db0
#a51eb1
#a61fb2
#a720b3
#a821b4
#a922b5
#aa23b6
#ab24b7
#ac25b8
#ad26b9
#ae27ba
#af28bb
#b029bc
#b12abd
#a21bae
#a11aad
#a019ac
#9f18ab
#9e17aa
#9d16a9
#9c15a8
#9b14a7
#9a13a6
#9912a5
#9811a4
#9710a3
#960fa2
#950ea1

Monochromatic Color with #a31caf

#a31caf
#cb23d9
#050105
#2c082f
#540e5a
#7b1584

Tints of #a31caf Color

#a31caf
#ad35b7
#b74ec0
#c167c9
#cb80d2
#d69adb
#e0b3e4
#eacced
#f4e5f6
#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

#a31caf
#28af1c

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

Split Complementary

#a31caf
#72af1c
#1caf59

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

Analogous Color

#681caf
#861caf
#a31caf
#af1c9e
#af1c80

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

#a31caf
#afa31c
#1cafa3

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

#a31caf
#af591c
#28af1c
#1c71af

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

#a31caf
#28af1c
#1caf59
#af1c72

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 #a31caf 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.

#a31caf Color Code Preview on Black Background Color

This is how #a31caf Color will look on black background color. Color contrast ratio is 3.34

#a31caf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a31caf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a31caf

#a31caf color code is use for CSS Background Color

Background color for the above div is #a31caf

HTML with inline CSS

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

#a31caf color code is use for CSS Border Color

CSS Border color for the above div is #a31caf

HTML with inline CSS

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

CSS Border Left color for the above div is #a31caf

HTML with inline CSS

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

CSS Border Right color for the above div is #a31caf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a31caf

HTML with inline CSS

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

CSS Border Top color for the above div is #a31caf

HTML with inline CSS

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

#a31caf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a31caf Color code Preview on White Background

This is how #a31caf Color code will look on white background color. Color contrast ratio is 6.28

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 #a31caf; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #a31caf; }

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(163,28,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(40,175,28,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(163,28,175,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.