Shades of Dark Violet #AA02D1
Tints of Dark Violet #AA02D1
RGB
CMYK
RGB Variations
Color information
#AA02D1 (or 0xAA02D1) is known color: Dark Violet. HEX triplet: AA, 02 and D1. RGB value is (170,2,209). Sum of RGB (Red+Green+Blue) = 170+2+209=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 209 (82.03% from 255 or 54.86% from 381); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA02D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02D1 is #55FD2E. Grayscale: #4B4B4B. Windows color (decimal): -5635375 or 13697706. OLE color: 13697706.
HSL color Cylindrical-coordinate representation of color #AA02D1: hue angle of 288.7º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02D1 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 2 | 209 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.18 |
| HSL | 288.7º | 0.98% | 0.41% | - |
| HSV(B) | 288.7º | 0.99% | 0.82% | - |
| XYZ | 28.11 | 13.19 | 61.39 | - |
| YUV | 75.83 | 203.16 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 209 | 0.19 | 0.99 | 0 | 0.18 | 288.7 | 0.98 | 0.41 |
| Hex | AA | 2 | D1 | 13 | 63 | 0 | 12 | 121 | 62 | 29 |
| Octal | 252 | 2 | 321 | 23 | 143 | 0 | 22 | 441 | 142 | 51 |
| Binary | 10101010 | 10 | 11010001 | 10011 | 1100011 | 0 | 10010 | 100100001 | 1100010 | 101001 |
Color Harmonies of #AA02D1
Complementary color
Monochromatic Colors of #AA02D1
Black with #AA02D1
Text Example
Text Example
White with #AA02D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02D1; }
p { color: rgb(170,2,209); }
H1.HeaderClassName
{
color: #AA02D1;
}
.AnyTagClassName
{
color: #AA02D1;
}
</style>
background-color css
<style>
a { background-color: #AA02D1; }
a { background-color: rgb(170,2,209); }
div.DivClassName
{
background-color: #AA02D1;
}
.BgClassName
{
background-color: #AA02D1;
}
</style>
border-color css
<style>
span { border-color: #AA02D1; }
span { border-color: rgb(170,2,209); }
td.TdClassName
{
border-color: #AA02D1;
}
.TagClassName
{
border-color: #AA02D1;
}
</style>