Shades of Dark Violet #AA00DD
Tints of Dark Violet #AA00DD
RGB
CMYK
RGB Variations
Color information
#AA00DD (or 0xAA00DD) is known color: Dark Violet. HEX triplet: AA, 00 and DD. RGB value is (170,0,221). Sum of RGB (Red+Green+Blue) = 170+0+221=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA00DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00DD is #55FF22. Grayscale: #4B4B4B. Windows color (decimal): -5635875 or 14483626. OLE color: 14483626.
HSL color Cylindrical-coordinate representation of color #AA00DD: hue angle of 286.15º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00DD is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 0 | 221 | - |
| CMYK | 0.23 | 1 | 0 | 0.13 |
| HSL | 286.15º | 1% | 0.43% | - |
| HSV(B) | 286.15º | 1% | 0.87% | - |
| XYZ | 29.63 | 13.77 | 69.5 | - |
| YUV | 76.02 | 209.82 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 221 | 0.23 | 1 | 0 | 0.13 | 286.15 | 1 | 0.43 |
| Hex | AA | 0 | DD | 17 | 64 | 0 | D | 11E | 64 | 2B |
| Octal | 252 | 0 | 335 | 27 | 144 | 0 | 15 | 436 | 144 | 53 |
| Binary | 10101010 | 0 | 11011101 | 10111 | 1100100 | 0 | 1101 | 100011110 | 1100100 | 101011 |
Color Harmonies of #AA00DD
Complementary color
Monochromatic Colors of #AA00DD
Black with #AA00DD
Text Example
Text Example
White with #AA00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA00DD; }
p { color: rgb(170,0,221); }
H1.HeaderClassName
{
color: #AA00DD;
}
.AnyTagClassName
{
color: #AA00DD;
}
</style>
background-color css
<style>
a { background-color: #AA00DD; }
a { background-color: rgb(170,0,221); }
div.DivClassName
{
background-color: #AA00DD;
}
.BgClassName
{
background-color: #AA00DD;
}
</style>
border-color css
<style>
span { border-color: #AA00DD; }
span { border-color: rgb(170,0,221); }
td.TdClassName
{
border-color: #AA00DD;
}
.TagClassName
{
border-color: #AA00DD;
}
</style>