Shades of Dark Violet #AA0DDC
Tints of Dark Violet #AA0DDC
RGB
CMYK
RGB Variations
Color information
#AA0DDC (or 0xAA0DDC) is known color: Dark Violet. HEX triplet: AA, 0D and DC. RGB value is (170,13,220). Sum of RGB (Red+Green+Blue) = 170+13+220=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA0DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DDC is #55F223. Grayscale: #525252. Windows color (decimal): -5632548 or 14421418. OLE color: 14421418.
HSL color Cylindrical-coordinate representation of color #AA0DDC: hue angle of 285.51º degrees, saturation: 0.89, 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 #AA0DDC is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 13 | 220 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.14 |
| HSL | 285.51º | 0.89% | 0.46% | - |
| HSV(B) | 285.51º | 0.94% | 0.86% | - |
| XYZ | 29.64 | 14 | 68.85 | - |
| YUV | 83.54 | 205.01 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 220 | 0.23 | 0.94 | 0 | 0.14 | 285.51 | 0.89 | 0.46 |
| Hex | AA | D | DC | 17 | 5E | 0 | E | 11E | 59 | 2E |
| Octal | 252 | 15 | 334 | 27 | 136 | 0 | 16 | 436 | 131 | 56 |
| Binary | 10101010 | 1101 | 11011100 | 10111 | 1011110 | 0 | 1110 | 100011110 | 1011001 | 101110 |
Color Harmonies of #AA0DDC
Complementary color
Monochromatic Colors of #AA0DDC
Black with #AA0DDC
Text Example
Text Example
White with #AA0DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DDC; }
p { color: rgb(170,13,220); }
H1.HeaderClassName
{
color: #AA0DDC;
}
.AnyTagClassName
{
color: #AA0DDC;
}
</style>
background-color css
<style>
a { background-color: #AA0DDC; }
a { background-color: rgb(170,13,220); }
div.DivClassName
{
background-color: #AA0DDC;
}
.BgClassName
{
background-color: #AA0DDC;
}
</style>
border-color css
<style>
span { border-color: #AA0DDC; }
span { border-color: rgb(170,13,220); }
td.TdClassName
{
border-color: #AA0DDC;
}
.TagClassName
{
border-color: #AA0DDC;
}
</style>