Shades of Dark Violet #AA0EE0
Tints of Dark Violet #AA0EE0
RGB
CMYK
RGB Variations
Color information
#AA0EE0 (or 0xAA0EE0) is known color: Dark Violet. HEX triplet: AA, 0E and E0. RGB value is (170,14,224). Sum of RGB (Red+Green+Blue) = 170+14+224=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 224 (87.89% from 255 or 54.90% from 408); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA0EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0EE0 is #55F11F. Grayscale: #535353. Windows color (decimal): -5632288 or 14683818. OLE color: 14683818.
HSL color Cylindrical-coordinate representation of color #AA0EE0: hue angle of 284.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0EE0 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 14 | 224 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.12 |
| HSL | 284.57º | 0.88% | 0.47% | - |
| HSV(B) | 284.57º | 0.94% | 0.88% | - |
| XYZ | 30.19 | 14.24 | 71.68 | - |
| YUV | 84.58 | 206.68 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 224 | 0.24 | 0.94 | 0 | 0.12 | 284.57 | 0.88 | 0.47 |
| Hex | AA | E | E0 | 18 | 5E | 0 | C | 11D | 58 | 2F |
| Octal | 252 | 16 | 340 | 30 | 136 | 0 | 14 | 435 | 130 | 57 |
| Binary | 10101010 | 1110 | 11100000 | 11000 | 1011110 | 0 | 1100 | 100011101 | 1011000 | 101111 |
Color Harmonies of #AA0EE0
Complementary color
Monochromatic Colors of #AA0EE0
Black with #AA0EE0
Text Example
Text Example
White with #AA0EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0EE0; }
p { color: rgb(170,14,224); }
H1.HeaderClassName
{
color: #AA0EE0;
}
.AnyTagClassName
{
color: #AA0EE0;
}
</style>
background-color css
<style>
a { background-color: #AA0EE0; }
a { background-color: rgb(170,14,224); }
div.DivClassName
{
background-color: #AA0EE0;
}
.BgClassName
{
background-color: #AA0EE0;
}
</style>
border-color css
<style>
span { border-color: #AA0EE0; }
span { border-color: rgb(170,14,224); }
td.TdClassName
{
border-color: #AA0EE0;
}
.TagClassName
{
border-color: #AA0EE0;
}
</style>