Shades of Dark Violet #AA02E8
Tints of Dark Violet #AA02E8
RGB
CMYK
RGB Variations
Color information
#AA02E8 (or 0xAA02E8) is known color: Dark Violet. HEX triplet: AA, 02 and E8. RGB value is (170,2,232). Sum of RGB (Red+Green+Blue) = 170+2+232=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 232 (91.02% from 255 or 57.43% from 404); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA02E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA02E8 is #55FD17. Grayscale: #4D4D4D. Windows color (decimal): -5635352 or 15205034. OLE color: 15205034.
HSL color Cylindrical-coordinate representation of color #AA02E8: hue angle of 283.83º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02E8 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 2 | 232 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.09 |
| HSL | 283.83º | 0.98% | 0.46% | - |
| HSV(B) | 283.83º | 0.99% | 0.91% | - |
| XYZ | 31.16 | 14.42 | 77.48 | - |
| YUV | 78.45 | 214.66 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 232 | 0.27 | 0.99 | 0 | 0.09 | 283.83 | 0.98 | 0.46 |
| Hex | AA | 2 | E8 | 1B | 63 | 0 | 9 | 11C | 62 | 2E |
| Octal | 252 | 2 | 350 | 33 | 143 | 0 | 11 | 434 | 142 | 56 |
| Binary | 10101010 | 10 | 11101000 | 11011 | 1100011 | 0 | 1001 | 100011100 | 1100010 | 101110 |
Color Harmonies of #AA02E8
Complementary color
Monochromatic Colors of #AA02E8
Black with #AA02E8
Text Example
Text Example
White with #AA02E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02E8; }
p { color: rgb(170,2,232); }
H1.HeaderClassName
{
color: #AA02E8;
}
.AnyTagClassName
{
color: #AA02E8;
}
</style>
background-color css
<style>
a { background-color: #AA02E8; }
a { background-color: rgb(170,2,232); }
div.DivClassName
{
background-color: #AA02E8;
}
.BgClassName
{
background-color: #AA02E8;
}
</style>
border-color css
<style>
span { border-color: #AA02E8; }
span { border-color: rgb(170,2,232); }
td.TdClassName
{
border-color: #AA02E8;
}
.TagClassName
{
border-color: #AA02E8;
}
</style>