Shades of Dark Violet #AA08DD
Tints of Dark Violet #AA08DD
RGB
CMYK
RGB Variations
Color information
#AA08DD (or 0xAA08DD) is known color: Dark Violet. HEX triplet: AA, 08 and DD. RGB value is (170,8,221). Sum of RGB (Red+Green+Blue) = 170+8+221=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA08DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA08DD is #55F722. Grayscale: #505050. Windows color (decimal): -5633827 or 14485674. OLE color: 14485674.
HSL color Cylindrical-coordinate representation of color #AA08DD: hue angle of 285.63º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA08DD is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 8 | 221 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.13 |
| HSL | 285.63º | 0.93% | 0.45% | - |
| HSV(B) | 285.63º | 0.96% | 0.87% | - |
| XYZ | 29.72 | 13.94 | 69.53 | - |
| YUV | 80.72 | 207.17 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 221 | 0.23 | 0.96 | 0 | 0.13 | 285.63 | 0.93 | 0.45 |
| Hex | AA | 8 | DD | 17 | 60 | 0 | D | 11E | 5D | 2D |
| Octal | 252 | 10 | 335 | 27 | 140 | 0 | 15 | 436 | 135 | 55 |
| Binary | 10101010 | 1000 | 11011101 | 10111 | 1100000 | 0 | 1101 | 100011110 | 1011101 | 101101 |
Color Harmonies of #AA08DD
Complementary color
Monochromatic Colors of #AA08DD
Black with #AA08DD
Text Example
Text Example
White with #AA08DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA08DD; }
p { color: rgb(170,8,221); }
H1.HeaderClassName
{
color: #AA08DD;
}
.AnyTagClassName
{
color: #AA08DD;
}
</style>
background-color css
<style>
a { background-color: #AA08DD; }
a { background-color: rgb(170,8,221); }
div.DivClassName
{
background-color: #AA08DD;
}
.BgClassName
{
background-color: #AA08DD;
}
</style>
border-color css
<style>
span { border-color: #AA08DD; }
span { border-color: rgb(170,8,221); }
td.TdClassName
{
border-color: #AA08DD;
}
.TagClassName
{
border-color: #AA08DD;
}
</style>