Shades of Dark Violet #AA04DB
Tints of Dark Violet #AA04DB
RGB
CMYK
RGB Variations
Color information
#AA04DB (or 0xAA04DB) is known color: Dark Violet. HEX triplet: AA, 04 and DB. RGB value is (170,4,219). Sum of RGB (Red+Green+Blue) = 170+4+219=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA04DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04DB is #55FB24. Grayscale: #4D4D4D. Windows color (decimal): -5634853 or 14353578. OLE color: 14353578.
HSL color Cylindrical-coordinate representation of color #AA04DB: hue angle of 286.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04DB is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 4 | 219 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.14 |
| HSL | 286.33º | 0.96% | 0.44% | - |
| HSV(B) | 286.33º | 0.98% | 0.86% | - |
| XYZ | 29.41 | 13.75 | 68.12 | - |
| YUV | 78.14 | 207.5 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 219 | 0.22 | 0.98 | 0 | 0.14 | 286.33 | 0.96 | 0.44 |
| Hex | AA | 4 | DB | 16 | 62 | 0 | E | 11E | 60 | 2C |
| Octal | 252 | 4 | 333 | 26 | 142 | 0 | 16 | 436 | 140 | 54 |
| Binary | 10101010 | 100 | 11011011 | 10110 | 1100010 | 0 | 1110 | 100011110 | 1100000 | 101100 |
Color Harmonies of #AA04DB
Complementary color
Monochromatic Colors of #AA04DB
Black with #AA04DB
Text Example
Text Example
White with #AA04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA04DB; }
p { color: rgb(170,4,219); }
H1.HeaderClassName
{
color: #AA04DB;
}
.AnyTagClassName
{
color: #AA04DB;
}
</style>
background-color css
<style>
a { background-color: #AA04DB; }
a { background-color: rgb(170,4,219); }
div.DivClassName
{
background-color: #AA04DB;
}
.BgClassName
{
background-color: #AA04DB;
}
</style>
border-color css
<style>
span { border-color: #AA04DB; }
span { border-color: rgb(170,4,219); }
td.TdClassName
{
border-color: #AA04DB;
}
.TagClassName
{
border-color: #AA04DB;
}
</style>