crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#a31dc9 hex color - Violet - Warm color - Information

#a31dc9 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a31dc9 Color code in RGB color code model is created after adding 63.92% red color, 11.37% green color and 78.82% blue color. Hex #a31dc9 Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 86% magenta, 0% yellow and 21% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codea31dc9#a31dc9
RGB Decimal163, 29, 201rgb(163, 29, 201)
RGB Percent64%, 11%, 79%rgb(64%, 11%, 79%)
CSS RGBa163, 29, 201,1rgba(163,29,201,1)
CMYK Modelcmyk(19%,86%,0%,21%)
HSL Color Space287,75% ,45%hsl(287,75% ,45%)
HSV Color Space287°, 86%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000110001110111001001
Octal24335311
Decimal16329201
Hexa31dc9

Different shades of #a31dc9 color code.

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

Light Shade of #a31dc9
#bc37e2
Dark Shade of #a31dc9
#7f179c
Saturated Shade of #a31dc9
#a911d4
Desaturated Shade of #a31dc9
#9d28bd
Grey scale Shade of #a31dc9
#737373
Brighten Shade
#bc36e2
Most Readable Shade
#FFFFFF

Shades of #a31dc9 color code

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

#a31dc9
#9019b2
#7e169c
#6c1386
#5a106f
#480c59
#360943
#24062c
#120316
#000000

Similar Color like #a31dc9 color

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

#a41eca
#a51fcb
#a620cc
#a721cd
#a822ce
#a923cf
#aa24d0
#ab25d1
#ac26d2
#ad27d3
#ae28d4
#af29d5
#b02ad6
#b12bd7
#a21cc8
#a11bc7
#a01ac6
#9f19c5
#9e18c4
#9d17c3
#9c16c2
#9b15c1
#9a14c0
#9913bf
#9812be
#9711bd
#9610bc
#950fbb

Monochromatic Color with #a31dc9

#a31dc9
#c523f3
#19041f
#3c0b49
#5e1174
#81179e

Tints of #a31dc9 Color

#a31dc9
#ad36cf
#b74fd5
#c168db
#cb81e1
#d69ae7
#e0b3ed
#eaccf3
#f4e5f9
#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

#a31dc9
#43c91d

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

Split Complementary

#a31dc9
#99c91d
#1dc94d

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

Analogous Color

#5e1dc9
#811dc9
#a31dc9
#c51dc9
#c91daa

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

#a31dc9
#c9a31d
#1dc9a3

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

#a31dc9
#c94d1d
#43c91d
#1d99c9

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

#a31dc9
#43c91d
#1dc94d
#c91d99

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

#a31dc9 Color Code Preview on Black Background Color

This is how #a31dc9 Color will look on black background color. Color contrast ratio is 3.58

#a31dc9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a31dc9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a31dc9

#a31dc9 color code is use for CSS Background Color

Background color for the above div is #a31dc9

HTML with inline CSS

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

#a31dc9 color code is use for CSS Border Color

CSS Border color for the above div is #a31dc9

HTML with inline CSS

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

CSS Border Left color for the above div is #a31dc9

HTML with inline CSS

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

CSS Border Right color for the above div is #a31dc9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a31dc9

HTML with inline CSS

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

CSS Border Top color for the above div is #a31dc9

HTML with inline CSS

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

#a31dc9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a31dc9 Color code Preview on White Background

This is how #a31dc9 Color code will look on white background color. Color contrast ratio is 5.87

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.