Shades of Dark Violet #AA12DC
Tints of Dark Violet #AA12DC
RGB
CMYK
RGB Variations
Color information
#AA12DC (or 0xAA12DC) is known color: Dark Violet. HEX triplet: AA, 12 and DC. RGB value is (170,18,220). Sum of RGB (Red+Green+Blue) = 170+18+220=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA12DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12DC is #55ED23. Grayscale: #555555. Windows color (decimal): -5631268 or 14422698. OLE color: 14422698.
HSL color Cylindrical-coordinate representation of color #AA12DC: hue angle of 285.15º 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 #AA12DC is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 18 | 220 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.14 |
| HSL | 285.15º | 0.85% | 0.47% | - |
| HSV(B) | 285.15º | 0.92% | 0.86% | - |
| XYZ | 29.71 | 14.15 | 68.87 | - |
| YUV | 86.48 | 203.36 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 220 | 0.23 | 0.92 | 0 | 0.14 | 285.15 | 0.85 | 0.47 |
| Hex | AA | 12 | DC | 17 | 5C | 0 | E | 11D | 55 | 2F |
| Octal | 252 | 22 | 334 | 27 | 134 | 0 | 16 | 435 | 125 | 57 |
| Binary | 10101010 | 10010 | 11011100 | 10111 | 1011100 | 0 | 1110 | 100011101 | 1010101 | 101111 |
Color Harmonies of #AA12DC
Complementary color
Monochromatic Colors of #AA12DC
Black with #AA12DC
Text Example
Text Example
White with #AA12DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA12DC; }
p { color: rgb(170,18,220); }
H1.HeaderClassName
{
color: #AA12DC;
}
.AnyTagClassName
{
color: #AA12DC;
}
</style>
background-color css
<style>
a { background-color: #AA12DC; }
a { background-color: rgb(170,18,220); }
div.DivClassName
{
background-color: #AA12DC;
}
.BgClassName
{
background-color: #AA12DC;
}
</style>
border-color css
<style>
span { border-color: #AA12DC; }
span { border-color: rgb(170,18,220); }
td.TdClassName
{
border-color: #AA12DC;
}
.TagClassName
{
border-color: #AA12DC;
}
</style>