Shades of Dark Violet #AA0DDD
Tints of Dark Violet #AA0DDD
RGB
CMYK
RGB Variations
Color information
#AA0DDD (or 0xAA0DDD) is known color: Dark Violet. HEX triplet: AA, 0D and DD. RGB value is (170,13,221). Sum of RGB (Red+Green+Blue) = 170+13+221=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 13 (5.47% from 255 or 3.22% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA0DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DDD is #55F222. Grayscale: #525252. Windows color (decimal): -5632547 or 14486954. OLE color: 14486954.
HSL color Cylindrical-coordinate representation of color #AA0DDD: hue angle of 285.29º degrees, saturation: 0.89, 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 #AA0DDD is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 13 | 221 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.13 |
| HSL | 285.29º | 0.89% | 0.46% | - |
| HSV(B) | 285.29º | 0.94% | 0.87% | - |
| XYZ | 29.77 | 14.05 | 69.55 | - |
| YUV | 83.66 | 205.51 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 221 | 0.23 | 0.94 | 0 | 0.13 | 285.29 | 0.89 | 0.46 |
| Hex | AA | D | DD | 17 | 5E | 0 | D | 11D | 59 | 2E |
| Octal | 252 | 15 | 335 | 27 | 136 | 0 | 15 | 435 | 131 | 56 |
| Binary | 10101010 | 1101 | 11011101 | 10111 | 1011110 | 0 | 1101 | 100011101 | 1011001 | 101110 |
Color Harmonies of #AA0DDD
Complementary color
Monochromatic Colors of #AA0DDD
Black with #AA0DDD
Text Example
Text Example
White with #AA0DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DDD; }
p { color: rgb(170,13,221); }
H1.HeaderClassName
{
color: #AA0DDD;
}
.AnyTagClassName
{
color: #AA0DDD;
}
</style>
background-color css
<style>
a { background-color: #AA0DDD; }
a { background-color: rgb(170,13,221); }
div.DivClassName
{
background-color: #AA0DDD;
}
.BgClassName
{
background-color: #AA0DDD;
}
</style>
border-color css
<style>
span { border-color: #AA0DDD; }
span { border-color: rgb(170,13,221); }
td.TdClassName
{
border-color: #AA0DDD;
}
.TagClassName
{
border-color: #AA0DDD;
}
</style>