Shades of Dark Violet #AA0EC4
Tints of Dark Violet #AA0EC4
RGB
CMYK
RGB Variations
Color information
#AA0EC4 (or 0xAA0EC4) is known color: Dark Violet. HEX triplet: AA, 0E and C4. RGB value is (170,14,196). Sum of RGB (Red+Green+Blue) = 170+14+196=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 196 (76.95% from 255 or 51.58% from 380); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA0EC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0EC4 is #55F13B. Grayscale: #505050. Windows color (decimal): -5632316 or 12848810. OLE color: 12848810.
HSL color Cylindrical-coordinate representation of color #AA0EC4: hue angle of 291.43º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0EC4 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 14 | 196 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.23 |
| HSL | 291.43º | 0.87% | 0.41% | - |
| HSV(B) | 291.43º | 0.93% | 0.77% | - |
| XYZ | 26.7 | 12.85 | 53.3 | - |
| YUV | 81.39 | 192.68 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 196 | 0.13 | 0.93 | 0 | 0.23 | 291.43 | 0.87 | 0.41 |
| Hex | AA | E | C4 | D | 5D | 0 | 17 | 123 | 57 | 29 |
| Octal | 252 | 16 | 304 | 15 | 135 | 0 | 27 | 443 | 127 | 51 |
| Binary | 10101010 | 1110 | 11000100 | 1101 | 1011101 | 0 | 10111 | 100100011 | 1010111 | 101001 |
Color Harmonies of #AA0EC4
Complementary color
Monochromatic Colors of #AA0EC4
Black with #AA0EC4
Text Example
Text Example
White with #AA0EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0EC4; }
p { color: rgb(170,14,196); }
H1.HeaderClassName
{
color: #AA0EC4;
}
.AnyTagClassName
{
color: #AA0EC4;
}
</style>
background-color css
<style>
a { background-color: #AA0EC4; }
a { background-color: rgb(170,14,196); }
div.DivClassName
{
background-color: #AA0EC4;
}
.BgClassName
{
background-color: #AA0EC4;
}
</style>
border-color css
<style>
span { border-color: #AA0EC4; }
span { border-color: rgb(170,14,196); }
td.TdClassName
{
border-color: #AA0EC4;
}
.TagClassName
{
border-color: #AA0EC4;
}
</style>