Shades of Dark Violet #AA11DD
Tints of Dark Violet #AA11DD
RGB
CMYK
RGB Variations
Color information
#AA11DD (or 0xAA11DD) is known color: Dark Violet. HEX triplet: AA, 11 and DD. RGB value is (170,17,221). Sum of RGB (Red+Green+Blue) = 170+17+221=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA11DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA11DD is #55EE22. Grayscale: #555555. Windows color (decimal): -5631523 or 14487978. OLE color: 14487978.
HSL color Cylindrical-coordinate representation of color #AA11DD: hue angle of 285º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA11DD is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 17 | 221 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.13 |
| HSL | 285º | 0.86% | 0.47% | - |
| HSV(B) | 285º | 0.92% | 0.87% | - |
| XYZ | 29.83 | 14.17 | 69.57 | - |
| YUV | 86 | 204.19 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 221 | 0.23 | 0.92 | 0 | 0.13 | 285 | 0.86 | 0.47 |
| Hex | AA | 11 | DD | 17 | 5C | 0 | D | 11D | 56 | 2F |
| Octal | 252 | 21 | 335 | 27 | 134 | 0 | 15 | 435 | 126 | 57 |
| Binary | 10101010 | 10001 | 11011101 | 10111 | 1011100 | 0 | 1101 | 100011101 | 1010110 | 101111 |
Color Harmonies of #AA11DD
Complementary color
Monochromatic Colors of #AA11DD
Black with #AA11DD
Text Example
Text Example
White with #AA11DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA11DD; }
p { color: rgb(170,17,221); }
H1.HeaderClassName
{
color: #AA11DD;
}
.AnyTagClassName
{
color: #AA11DD;
}
</style>
background-color css
<style>
a { background-color: #AA11DD; }
a { background-color: rgb(170,17,221); }
div.DivClassName
{
background-color: #AA11DD;
}
.BgClassName
{
background-color: #AA11DD;
}
</style>
border-color css
<style>
span { border-color: #AA11DD; }
span { border-color: rgb(170,17,221); }
td.TdClassName
{
border-color: #AA11DD;
}
.TagClassName
{
border-color: #AA11DD;
}
</style>