Shades of Dark Violet #AA02DF
Tints of Dark Violet #AA02DF
RGB
CMYK
RGB Variations
Color information
#AA02DF (or 0xAA02DF) is known color: Dark Violet. HEX triplet: AA, 02 and DF. RGB value is (170,2,223). Sum of RGB (Red+Green+Blue) = 170+2+223=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA02DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02DF is #55FD20. Grayscale: #4C4C4C. Windows color (decimal): -5635361 or 14615210. OLE color: 14615210.
HSL color Cylindrical-coordinate representation of color #AA02DF: hue angle of 285.61º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02DF is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 2 | 223 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.13 |
| HSL | 285.61º | 0.98% | 0.44% | - |
| HSV(B) | 285.61º | 0.99% | 0.87% | - |
| XYZ | 29.92 | 13.92 | 70.92 | - |
| YUV | 77.43 | 210.16 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 223 | 0.24 | 0.99 | 0 | 0.13 | 285.61 | 0.98 | 0.44 |
| Hex | AA | 2 | DF | 18 | 63 | 0 | D | 11E | 62 | 2C |
| Octal | 252 | 2 | 337 | 30 | 143 | 0 | 15 | 436 | 142 | 54 |
| Binary | 10101010 | 10 | 11011111 | 11000 | 1100011 | 0 | 1101 | 100011110 | 1100010 | 101100 |
Color Harmonies of #AA02DF
Complementary color
Monochromatic Colors of #AA02DF
Black with #AA02DF
Text Example
Text Example
White with #AA02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02DF; }
p { color: rgb(170,2,223); }
H1.HeaderClassName
{
color: #AA02DF;
}
.AnyTagClassName
{
color: #AA02DF;
}
</style>
background-color css
<style>
a { background-color: #AA02DF; }
a { background-color: rgb(170,2,223); }
div.DivClassName
{
background-color: #AA02DF;
}
.BgClassName
{
background-color: #AA02DF;
}
</style>
border-color css
<style>
span { border-color: #AA02DF; }
span { border-color: rgb(170,2,223); }
td.TdClassName
{
border-color: #AA02DF;
}
.TagClassName
{
border-color: #AA02DF;
}
</style>