Shades of Dark Violet #AA0ECE
Tints of Dark Violet #AA0ECE
RGB
CMYK
RGB Variations
Color information
#AA0ECE (or 0xAA0ECE) is known color: Dark Violet. HEX triplet: AA, 0E and CE. RGB value is (170,14,206). Sum of RGB (Red+Green+Blue) = 170+14+206=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA0ECE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ECE is #55F131. Grayscale: #515151. Windows color (decimal): -5632306 or 13504170. OLE color: 13504170.
HSL color Cylindrical-coordinate representation of color #AA0ECE: hue angle of 288.75º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0ECE is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 14 | 206 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.19 |
| HSL | 288.75º | 0.87% | 0.43% | - |
| HSV(B) | 288.75º | 0.93% | 0.81% | - |
| XYZ | 27.88 | 13.32 | 59.49 | - |
| YUV | 82.53 | 197.68 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 206 | 0.17 | 0.93 | 0 | 0.19 | 288.75 | 0.87 | 0.43 |
| Hex | AA | E | CE | 11 | 5D | 0 | 13 | 121 | 57 | 2B |
| Octal | 252 | 16 | 316 | 21 | 135 | 0 | 23 | 441 | 127 | 53 |
| Binary | 10101010 | 1110 | 11001110 | 10001 | 1011101 | 0 | 10011 | 100100001 | 1010111 | 101011 |
Color Harmonies of #AA0ECE
Complementary color
Monochromatic Colors of #AA0ECE
Black with #AA0ECE
Text Example
Text Example
White with #AA0ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0ECE; }
p { color: rgb(170,14,206); }
H1.HeaderClassName
{
color: #AA0ECE;
}
.AnyTagClassName
{
color: #AA0ECE;
}
</style>
background-color css
<style>
a { background-color: #AA0ECE; }
a { background-color: rgb(170,14,206); }
div.DivClassName
{
background-color: #AA0ECE;
}
.BgClassName
{
background-color: #AA0ECE;
}
</style>
border-color css
<style>
span { border-color: #AA0ECE; }
span { border-color: rgb(170,14,206); }
td.TdClassName
{
border-color: #AA0ECE;
}
.TagClassName
{
border-color: #AA0ECE;
}
</style>