Shades of Dark Violet #AA02DC
Tints of Dark Violet #AA02DC
RGB
CMYK
RGB Variations
Color information
#AA02DC (or 0xAA02DC) is known color: Dark Violet. HEX triplet: AA, 02 and DC. RGB value is (170,2,220). Sum of RGB (Red+Green+Blue) = 170+2+220=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA02DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02DC is #55FD23. Grayscale: #4C4C4C. Windows color (decimal): -5635364 or 14418602. OLE color: 14418602.
HSL color Cylindrical-coordinate representation of color #AA02DC: hue angle of 286.24º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02DC is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 2 | 220 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.14 |
| HSL | 286.24º | 0.98% | 0.44% | - |
| HSV(B) | 286.24º | 0.99% | 0.86% | - |
| XYZ | 29.52 | 13.76 | 68.81 | - |
| YUV | 77.08 | 208.66 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 220 | 0.23 | 0.99 | 0 | 0.14 | 286.24 | 0.98 | 0.44 |
| Hex | AA | 2 | DC | 17 | 63 | 0 | E | 11E | 62 | 2C |
| Octal | 252 | 2 | 334 | 27 | 143 | 0 | 16 | 436 | 142 | 54 |
| Binary | 10101010 | 10 | 11011100 | 10111 | 1100011 | 0 | 1110 | 100011110 | 1100010 | 101100 |
Color Harmonies of #AA02DC
Complementary color
Monochromatic Colors of #AA02DC
Black with #AA02DC
Text Example
Text Example
White with #AA02DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02DC; }
p { color: rgb(170,2,220); }
H1.HeaderClassName
{
color: #AA02DC;
}
.AnyTagClassName
{
color: #AA02DC;
}
</style>
background-color css
<style>
a { background-color: #AA02DC; }
a { background-color: rgb(170,2,220); }
div.DivClassName
{
background-color: #AA02DC;
}
.BgClassName
{
background-color: #AA02DC;
}
</style>
border-color css
<style>
span { border-color: #AA02DC; }
span { border-color: rgb(170,2,220); }
td.TdClassName
{
border-color: #AA02DC;
}
.TagClassName
{
border-color: #AA02DC;
}
</style>