Shades of Dark Violet #AA0ECF
Tints of Dark Violet #AA0ECF
RGB
CMYK
RGB Variations
Color information
#AA0ECF (or 0xAA0ECF) is known color: Dark Violet. HEX triplet: AA, 0E and CF. RGB value is (170,14,207). Sum of RGB (Red+Green+Blue) = 170+14+207=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA0ECF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ECF is #55F130. Grayscale: #525252. Windows color (decimal): -5632305 or 13569706. OLE color: 13569706.
HSL color Cylindrical-coordinate representation of color #AA0ECF: hue angle of 288.5º 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 #AA0ECF is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 14 | 207 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.19 |
| HSL | 288.5º | 0.87% | 0.43% | - |
| HSV(B) | 288.5º | 0.93% | 0.81% | - |
| XYZ | 28 | 13.37 | 60.14 | - |
| YUV | 82.65 | 198.18 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 207 | 0.18 | 0.93 | 0 | 0.19 | 288.5 | 0.87 | 0.43 |
| Hex | AA | E | CF | 12 | 5D | 0 | 13 | 120 | 57 | 2B |
| Octal | 252 | 16 | 317 | 22 | 135 | 0 | 23 | 440 | 127 | 53 |
| Binary | 10101010 | 1110 | 11001111 | 10010 | 1011101 | 0 | 10011 | 100100000 | 1010111 | 101011 |
Color Harmonies of #AA0ECF
Complementary color
Monochromatic Colors of #AA0ECF
Black with #AA0ECF
Text Example
Text Example
White with #AA0ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0ECF; }
p { color: rgb(170,14,207); }
H1.HeaderClassName
{
color: #AA0ECF;
}
.AnyTagClassName
{
color: #AA0ECF;
}
</style>
background-color css
<style>
a { background-color: #AA0ECF; }
a { background-color: rgb(170,14,207); }
div.DivClassName
{
background-color: #AA0ECF;
}
.BgClassName
{
background-color: #AA0ECF;
}
</style>
border-color css
<style>
span { border-color: #AA0ECF; }
span { border-color: rgb(170,14,207); }
td.TdClassName
{
border-color: #AA0ECF;
}
.TagClassName
{
border-color: #AA0ECF;
}
</style>