Shades of Dark Violet #AA0EDC
Tints of Dark Violet #AA0EDC
RGB
CMYK
RGB Variations
Color information
#AA0EDC (or 0xAA0EDC) is known color: Dark Violet. HEX triplet: AA, 0E and DC. RGB value is (170,14,220). Sum of RGB (Red+Green+Blue) = 170+14+220=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA0EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0EDC is #55F123. Grayscale: #535353. Windows color (decimal): -5632292 or 14421674. OLE color: 14421674.
HSL color Cylindrical-coordinate representation of color #AA0EDC: hue angle of 285.44º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0EDC is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 14 | 220 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.14 |
| HSL | 285.44º | 0.88% | 0.46% | - |
| HSV(B) | 285.44º | 0.94% | 0.86% | - |
| XYZ | 29.65 | 14.03 | 68.85 | - |
| YUV | 84.13 | 204.68 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 220 | 0.23 | 0.94 | 0 | 0.14 | 285.44 | 0.88 | 0.46 |
| Hex | AA | E | DC | 17 | 5E | 0 | E | 11D | 58 | 2E |
| Octal | 252 | 16 | 334 | 27 | 136 | 0 | 16 | 435 | 130 | 56 |
| Binary | 10101010 | 1110 | 11011100 | 10111 | 1011110 | 0 | 1110 | 100011101 | 1011000 | 101110 |
Color Harmonies of #AA0EDC
Complementary color
Monochromatic Colors of #AA0EDC
Black with #AA0EDC
Text Example
Text Example
White with #AA0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0EDC; }
p { color: rgb(170,14,220); }
H1.HeaderClassName
{
color: #AA0EDC;
}
.AnyTagClassName
{
color: #AA0EDC;
}
</style>
background-color css
<style>
a { background-color: #AA0EDC; }
a { background-color: rgb(170,14,220); }
div.DivClassName
{
background-color: #AA0EDC;
}
.BgClassName
{
background-color: #AA0EDC;
}
</style>
border-color css
<style>
span { border-color: #AA0EDC; }
span { border-color: rgb(170,14,220); }
td.TdClassName
{
border-color: #AA0EDC;
}
.TagClassName
{
border-color: #AA0EDC;
}
</style>