Shades of Dark Violet #AA02D2
Tints of Dark Violet #AA02D2
RGB
CMYK
RGB Variations
Color information
#AA02D2 (or 0xAA02D2) is known color: Dark Violet. HEX triplet: AA, 02 and D2. RGB value is (170,2,210). Sum of RGB (Red+Green+Blue) = 170+2+210=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 210 (82.42% from 255 or 54.97% from 382); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA02D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02D2 is #55FD2D. Grayscale: #4B4B4B. Windows color (decimal): -5635374 or 13763242. OLE color: 13763242.
HSL color Cylindrical-coordinate representation of color #AA02D2: hue angle of 288.46º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02D2 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 2 | 210 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.18 |
| HSL | 288.46º | 0.98% | 0.42% | - |
| HSV(B) | 288.46º | 0.99% | 0.82% | - |
| XYZ | 28.23 | 13.24 | 62.04 | - |
| YUV | 75.94 | 203.66 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 210 | 0.19 | 0.99 | 0 | 0.18 | 288.46 | 0.98 | 0.42 |
| Hex | AA | 2 | D2 | 13 | 63 | 0 | 12 | 120 | 62 | 2A |
| Octal | 252 | 2 | 322 | 23 | 143 | 0 | 22 | 440 | 142 | 52 |
| Binary | 10101010 | 10 | 11010010 | 10011 | 1100011 | 0 | 10010 | 100100000 | 1100010 | 101010 |
Color Harmonies of #AA02D2
Complementary color
Monochromatic Colors of #AA02D2
Black with #AA02D2
Text Example
Text Example
White with #AA02D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02D2; }
p { color: rgb(170,2,210); }
H1.HeaderClassName
{
color: #AA02D2;
}
.AnyTagClassName
{
color: #AA02D2;
}
</style>
background-color css
<style>
a { background-color: #AA02D2; }
a { background-color: rgb(170,2,210); }
div.DivClassName
{
background-color: #AA02D2;
}
.BgClassName
{
background-color: #AA02D2;
}
</style>
border-color css
<style>
span { border-color: #AA02D2; }
span { border-color: rgb(170,2,210); }
td.TdClassName
{
border-color: #AA02D2;
}
.TagClassName
{
border-color: #AA02D2;
}
</style>