Shades of Dark Violet #AA0ECC
Tints of Dark Violet #AA0ECC
RGB
CMYK
RGB Variations
Color information
#AA0ECC (or 0xAA0ECC) is known color: Dark Violet. HEX triplet: AA, 0E and CC. RGB value is (170,14,204). Sum of RGB (Red+Green+Blue) = 170+14+204=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA0ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ECC is #55F133. Grayscale: #515151. Windows color (decimal): -5632308 or 13373098. OLE color: 13373098.
HSL color Cylindrical-coordinate representation of color #AA0ECC: hue angle of 289.26º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0ECC is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 14 | 204 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.2 |
| HSL | 289.26º | 0.87% | 0.43% | - |
| HSV(B) | 289.26º | 0.93% | 0.8% | - |
| XYZ | 27.63 | 13.22 | 58.22 | - |
| YUV | 82.3 | 196.68 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 204 | 0.17 | 0.93 | 0 | 0.2 | 289.26 | 0.87 | 0.43 |
| Hex | AA | E | CC | 11 | 5D | 0 | 14 | 121 | 57 | 2B |
| Octal | 252 | 16 | 314 | 21 | 135 | 0 | 24 | 441 | 127 | 53 |
| Binary | 10101010 | 1110 | 11001100 | 10001 | 1011101 | 0 | 10100 | 100100001 | 1010111 | 101011 |
Color Harmonies of #AA0ECC
Complementary color
Monochromatic Colors of #AA0ECC
Black with #AA0ECC
Text Example
Text Example
White with #AA0ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0ECC; }
p { color: rgb(170,14,204); }
H1.HeaderClassName
{
color: #AA0ECC;
}
.AnyTagClassName
{
color: #AA0ECC;
}
</style>
background-color css
<style>
a { background-color: #AA0ECC; }
a { background-color: rgb(170,14,204); }
div.DivClassName
{
background-color: #AA0ECC;
}
.BgClassName
{
background-color: #AA0ECC;
}
</style>
border-color css
<style>
span { border-color: #AA0ECC; }
span { border-color: rgb(170,14,204); }
td.TdClassName
{
border-color: #AA0ECC;
}
.TagClassName
{
border-color: #AA0ECC;
}
</style>