Shades of Dark Violet #AA0EC8
Tints of Dark Violet #AA0EC8
RGB
CMYK
RGB Variations
Color information
#AA0EC8 (or 0xAA0EC8) is known color: Dark Violet. HEX triplet: AA, 0E and C8. RGB value is (170,14,200). Sum of RGB (Red+Green+Blue) = 170+14+200=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 200 (78.52% from 255 or 52.08% from 384); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA0EC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0EC8 is #55F137. Grayscale: #515151. Windows color (decimal): -5632312 or 13110954. OLE color: 13110954.
HSL color Cylindrical-coordinate representation of color #AA0EC8: hue angle of 290.32º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0EC8 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 14 | 200 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.22 |
| HSL | 290.32º | 0.87% | 0.42% | - |
| HSV(B) | 290.32º | 0.93% | 0.78% | - |
| XYZ | 27.16 | 13.03 | 55.73 | - |
| YUV | 81.85 | 194.68 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 200 | 0.15 | 0.93 | 0 | 0.22 | 290.32 | 0.87 | 0.42 |
| Hex | AA | E | C8 | F | 5D | 0 | 16 | 122 | 57 | 2A |
| Octal | 252 | 16 | 310 | 17 | 135 | 0 | 26 | 442 | 127 | 52 |
| Binary | 10101010 | 1110 | 11001000 | 1111 | 1011101 | 0 | 10110 | 100100010 | 1010111 | 101010 |
Color Harmonies of #AA0EC8
Complementary color
Monochromatic Colors of #AA0EC8
Black with #AA0EC8
Text Example
Text Example
White with #AA0EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0EC8; }
p { color: rgb(170,14,200); }
H1.HeaderClassName
{
color: #AA0EC8;
}
.AnyTagClassName
{
color: #AA0EC8;
}
</style>
background-color css
<style>
a { background-color: #AA0EC8; }
a { background-color: rgb(170,14,200); }
div.DivClassName
{
background-color: #AA0EC8;
}
.BgClassName
{
background-color: #AA0EC8;
}
</style>
border-color css
<style>
span { border-color: #AA0EC8; }
span { border-color: rgb(170,14,200); }
td.TdClassName
{
border-color: #AA0EC8;
}
.TagClassName
{
border-color: #AA0EC8;
}
</style>