Shades of Dark Violet #AA04DD
Tints of Dark Violet #AA04DD
RGB
CMYK
RGB Variations
Color information
#AA04DD (or 0xAA04DD) is known color: Dark Violet. HEX triplet: AA, 04 and DD. RGB value is (170,4,221). Sum of RGB (Red+Green+Blue) = 170+4+221=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA04DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04DD is #55FB22. Grayscale: #4D4D4D. Windows color (decimal): -5634851 or 14484650. OLE color: 14484650.
HSL color Cylindrical-coordinate representation of color #AA04DD: hue angle of 285.9º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04DD is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 4 | 221 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.13 |
| HSL | 285.9º | 0.96% | 0.44% | - |
| HSV(B) | 285.9º | 0.98% | 0.87% | - |
| XYZ | 29.67 | 13.85 | 69.52 | - |
| YUV | 78.37 | 208.5 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 221 | 0.23 | 0.98 | 0 | 0.13 | 285.9 | 0.96 | 0.44 |
| Hex | AA | 4 | DD | 17 | 62 | 0 | D | 11E | 60 | 2C |
| Octal | 252 | 4 | 335 | 27 | 142 | 0 | 15 | 436 | 140 | 54 |
| Binary | 10101010 | 100 | 11011101 | 10111 | 1100010 | 0 | 1101 | 100011110 | 1100000 | 101100 |
Color Harmonies of #AA04DD
Complementary color
Monochromatic Colors of #AA04DD
Black with #AA04DD
Text Example
Text Example
White with #AA04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA04DD; }
p { color: rgb(170,4,221); }
H1.HeaderClassName
{
color: #AA04DD;
}
.AnyTagClassName
{
color: #AA04DD;
}
</style>
background-color css
<style>
a { background-color: #AA04DD; }
a { background-color: rgb(170,4,221); }
div.DivClassName
{
background-color: #AA04DD;
}
.BgClassName
{
background-color: #AA04DD;
}
</style>
border-color css
<style>
span { border-color: #AA04DD; }
span { border-color: rgb(170,4,221); }
td.TdClassName
{
border-color: #AA04DD;
}
.TagClassName
{
border-color: #AA04DD;
}
</style>