Shades of Dark Violet #AA0ECD
Tints of Dark Violet #AA0ECD
RGB
CMYK
RGB Variations
Color information
#AA0ECD (or 0xAA0ECD) is known color: Dark Violet. HEX triplet: AA, 0E and CD. RGB value is (170,14,205). Sum of RGB (Red+Green+Blue) = 170+14+205=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA0ECD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ECD is #55F132. Grayscale: #515151. Windows color (decimal): -5632307 or 13438634. OLE color: 13438634.
HSL color Cylindrical-coordinate representation of color #AA0ECD: hue angle of 289.01º 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 #AA0ECD is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 14 | 205 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.20 |
| HSL | 289.01º | 0.87% | 0.43% | - |
| HSV(B) | 289.01º | 0.93% | 0.8% | - |
| XYZ | 27.75 | 13.27 | 58.86 | - |
| YUV | 82.42 | 197.18 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 205 | 0.17 | 0.93 | 0 | 0.20 | 289.01 | 0.87 | 0.43 |
| Hex | AA | E | CD | 11 | 5D | 0 | 14 | 121 | 57 | 2B |
| Octal | 252 | 16 | 315 | 21 | 135 | 0 | 24 | 441 | 127 | 53 |
| Binary | 10101010 | 1110 | 11001101 | 10001 | 1011101 | 0 | 10100 | 100100001 | 1010111 | 101011 |
Color Harmonies of #AA0ECD
Complementary color
Monochromatic Colors of #AA0ECD
Black with #AA0ECD
Text Example
Text Example
White with #AA0ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0ECD; }
p { color: rgb(170,14,205); }
H1.HeaderClassName
{
color: #AA0ECD;
}
.AnyTagClassName
{
color: #AA0ECD;
}
</style>
background-color css
<style>
a { background-color: #AA0ECD; }
a { background-color: rgb(170,14,205); }
div.DivClassName
{
background-color: #AA0ECD;
}
.BgClassName
{
background-color: #AA0ECD;
}
</style>
border-color css
<style>
span { border-color: #AA0ECD; }
span { border-color: rgb(170,14,205); }
td.TdClassName
{
border-color: #AA0ECD;
}
.TagClassName
{
border-color: #AA0ECD;
}
</style>