Shades of Dark Violet #AA0EDF
Tints of Dark Violet #AA0EDF
RGB
CMYK
RGB Variations
Color information
#AA0EDF (or 0xAA0EDF) is known color: Dark Violet. HEX triplet: AA, 0E and DF. RGB value is (170,14,223). Sum of RGB (Red+Green+Blue) = 170+14+223=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA0EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0EDF is #55F120. Grayscale: #535353. Windows color (decimal): -5632289 or 14618282. OLE color: 14618282.
HSL color Cylindrical-coordinate representation of color #AA0EDF: hue angle of 284.78º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0EDF is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 14 | 223 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.13 |
| HSL | 284.78º | 0.88% | 0.46% | - |
| HSV(B) | 284.78º | 0.94% | 0.87% | - |
| XYZ | 30.05 | 14.19 | 70.97 | - |
| YUV | 84.47 | 206.18 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 223 | 0.24 | 0.94 | 0 | 0.13 | 284.78 | 0.88 | 0.46 |
| Hex | AA | E | DF | 18 | 5E | 0 | D | 11D | 58 | 2E |
| Octal | 252 | 16 | 337 | 30 | 136 | 0 | 15 | 435 | 130 | 56 |
| Binary | 10101010 | 1110 | 11011111 | 11000 | 1011110 | 0 | 1101 | 100011101 | 1011000 | 101110 |
Color Harmonies of #AA0EDF
Complementary color
Monochromatic Colors of #AA0EDF
Black with #AA0EDF
Text Example
Text Example
White with #AA0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0EDF; }
p { color: rgb(170,14,223); }
H1.HeaderClassName
{
color: #AA0EDF;
}
.AnyTagClassName
{
color: #AA0EDF;
}
</style>
background-color css
<style>
a { background-color: #AA0EDF; }
a { background-color: rgb(170,14,223); }
div.DivClassName
{
background-color: #AA0EDF;
}
.BgClassName
{
background-color: #AA0EDF;
}
</style>
border-color css
<style>
span { border-color: #AA0EDF; }
span { border-color: rgb(170,14,223); }
td.TdClassName
{
border-color: #AA0EDF;
}
.TagClassName
{
border-color: #AA0EDF;
}
</style>