Shades of Dark Violet #AA0EC2
Tints of Dark Violet #AA0EC2
RGB
CMYK
RGB Variations
Color information
#AA0EC2 (or 0xAA0EC2) is known color: Dark Violet. HEX triplet: AA, 0E and C2. RGB value is (170,14,194). Sum of RGB (Red+Green+Blue) = 170+14+194=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 194 (76.17% from 255 or 51.32% from 378); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA0EC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0EC2 is #55F13D. Grayscale: #505050. Windows color (decimal): -5632318 or 12717738. OLE color: 12717738.
HSL color Cylindrical-coordinate representation of color #AA0EC2: hue angle of 292º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0EC2 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 14 | 194 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.24 |
| HSL | 292º | 0.87% | 0.41% | - |
| HSV(B) | 292º | 0.93% | 0.76% | - |
| XYZ | 26.47 | 12.76 | 52.11 | - |
| YUV | 81.16 | 191.68 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 194 | 0.12 | 0.93 | 0 | 0.24 | 292 | 0.87 | 0.41 |
| Hex | AA | E | C2 | C | 5D | 0 | 18 | 124 | 57 | 29 |
| Octal | 252 | 16 | 302 | 14 | 135 | 0 | 30 | 444 | 127 | 51 |
| Binary | 10101010 | 1110 | 11000010 | 1100 | 1011101 | 0 | 11000 | 100100100 | 1010111 | 101001 |
Color Harmonies of #AA0EC2
Complementary color
Monochromatic Colors of #AA0EC2
Black with #AA0EC2
Text Example
Text Example
White with #AA0EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0EC2; }
p { color: rgb(170,14,194); }
H1.HeaderClassName
{
color: #AA0EC2;
}
.AnyTagClassName
{
color: #AA0EC2;
}
</style>
background-color css
<style>
a { background-color: #AA0EC2; }
a { background-color: rgb(170,14,194); }
div.DivClassName
{
background-color: #AA0EC2;
}
.BgClassName
{
background-color: #AA0EC2;
}
</style>
border-color css
<style>
span { border-color: #AA0EC2; }
span { border-color: rgb(170,14,194); }
td.TdClassName
{
border-color: #AA0EC2;
}
.TagClassName
{
border-color: #AA0EC2;
}
</style>