Shades of Dark Violet #A812D1
Tints of Dark Violet #A812D1
RGB
CMYK
RGB Variations
Color information
#A812D1 (or 0xA812D1) is known color: Dark Violet. HEX triplet: A8, 12 and D1. RGB value is (168,18,209). Sum of RGB (Red+Green+Blue) = 168+18+209=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #A812D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A812D1 is #57ED2E. Grayscale: #545454. Windows color (decimal): -5762351 or 13701800. OLE color: 13701800.
HSL color Cylindrical-coordinate representation of color #A812D1: hue angle of 287.12º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A812D1 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 168 | 18 | 209 | - |
CMYK | 0.20 | 0.91 | 0 | 0.18 |
HSL | 287.12º | 0.84% | 0.45% | - |
HSV(B) | 287.12º | 0.91% | 0.82% | - |
XYZ | 27.87 | 13.36 | 61.43 | - |
YUV | 84.62 | 198.2 | 187.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 18 | 209 | 0.20 | 0.91 | 0 | 0.18 | 287.12 | 0.84 | 0.45 |
Hex | A8 | 12 | D1 | 14 | 5B | 0 | 12 | 11F | 54 | 2D |
Octal | 250 | 22 | 321 | 24 | 133 | 0 | 22 | 437 | 124 | 55 |
Binary | 10101000 | 10010 | 11010001 | 10100 | 1011011 | 0 | 10010 | 100011111 | 1010100 | 101101 |
Color Harmonies of #A812D1
Complementary color
Monochromatic Colors of #A812D1
Black with #A812D1
Text Example
Text Example
White with #A812D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A812D1; }
p { color: rgb(168,18,209); }
H1.HeaderClassName
{
color: #A812D1;
}
.AnyTagClassName
{
color: #A812D1;
}
</style>
background-color css
<style>
a { background-color: #A812D1; }
a { background-color: rgb(168,18,209); }
div.DivClassName
{
background-color: #A812D1;
}
.BgClassName
{
background-color: #A812D1;
}
</style>
border-color css
<style>
span { border-color: #A812D1; }
span { border-color: rgb(168,18,209); }
td.TdClassName
{
border-color: #A812D1;
}
.TagClassName
{
border-color: #A812D1;
}
</style>