Shades of Dark Violet #A012DC
Tints of Dark Violet #A012DC
RGB
CMYK
RGB Variations
Color information
#A012DC (or 0xA012DC) is known color: Dark Violet. HEX triplet: A0, 12 and DC. RGB value is (160,18,220). Sum of RGB (Red+Green+Blue) = 160+18+220=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #A012DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A012DC is #5FED23. Grayscale: #525252. Windows color (decimal): -6286628 or 14422688. OLE color: 14422688.
HSL color Cylindrical-coordinate representation of color #A012DC: hue angle of 282.18º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A012DC is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 18 | 220 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.14 |
| HSL | 282.18º | 0.85% | 0.47% | - |
| HSV(B) | 282.18º | 0.92% | 0.86% | - |
| XYZ | 27.63 | 13.07 | 68.78 | - |
| YUV | 83.49 | 205.04 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 220 | 0.27 | 0.92 | 0 | 0.14 | 282.18 | 0.85 | 0.47 |
| Hex | A0 | 12 | DC | 1B | 5C | 0 | E | 11A | 55 | 2F |
| Octal | 240 | 22 | 334 | 33 | 134 | 0 | 16 | 432 | 125 | 57 |
| Binary | 10100000 | 10010 | 11011100 | 11011 | 1011100 | 0 | 1110 | 100011010 | 1010101 | 101111 |
Color Harmonies of #A012DC
Complementary color
Monochromatic Colors of #A012DC
Black with #A012DC
Text Example
Text Example
White with #A012DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A012DC; }
p { color: rgb(160,18,220); }
H1.HeaderClassName
{
color: #A012DC;
}
.AnyTagClassName
{
color: #A012DC;
}
</style>
background-color css
<style>
a { background-color: #A012DC; }
a { background-color: rgb(160,18,220); }
div.DivClassName
{
background-color: #A012DC;
}
.BgClassName
{
background-color: #A012DC;
}
</style>
border-color css
<style>
span { border-color: #A012DC; }
span { border-color: rgb(160,18,220); }
td.TdClassName
{
border-color: #A012DC;
}
.TagClassName
{
border-color: #A012DC;
}
</style>