Shades of Dark Violet #AA04D9
Tints of Dark Violet #AA04D9
RGB
CMYK
RGB Variations
Color information
#AA04D9 (or 0xAA04D9) is known color: Dark Violet. HEX triplet: AA, 04 and D9. RGB value is (170,4,217). Sum of RGB (Red+Green+Blue) = 170+4+217=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 217 (85.16% from 255 or 55.50% from 391); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA04D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04D9 is #55FB26. Grayscale: #4D4D4D. Windows color (decimal): -5634855 or 14222506. OLE color: 14222506.
HSL color Cylindrical-coordinate representation of color #AA04D9: hue angle of 286.76º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04D9 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 4 | 217 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.15 |
| HSL | 286.76º | 0.96% | 0.43% | - |
| HSV(B) | 286.76º | 0.98% | 0.85% | - |
| XYZ | 29.15 | 13.64 | 66.74 | - |
| YUV | 77.92 | 206.5 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 217 | 0.22 | 0.98 | 0 | 0.15 | 286.76 | 0.96 | 0.43 |
| Hex | AA | 4 | D9 | 16 | 62 | 0 | F | 11F | 60 | 2B |
| Octal | 252 | 4 | 331 | 26 | 142 | 0 | 17 | 437 | 140 | 53 |
| Binary | 10101010 | 100 | 11011001 | 10110 | 1100010 | 0 | 1111 | 100011111 | 1100000 | 101011 |
Color Harmonies of #AA04D9
Complementary color
Monochromatic Colors of #AA04D9
Black with #AA04D9
Text Example
Text Example
White with #AA04D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA04D9; }
p { color: rgb(170,4,217); }
H1.HeaderClassName
{
color: #AA04D9;
}
.AnyTagClassName
{
color: #AA04D9;
}
</style>
background-color css
<style>
a { background-color: #AA04D9; }
a { background-color: rgb(170,4,217); }
div.DivClassName
{
background-color: #AA04D9;
}
.BgClassName
{
background-color: #AA04D9;
}
</style>
border-color css
<style>
span { border-color: #AA04D9; }
span { border-color: rgb(170,4,217); }
td.TdClassName
{
border-color: #AA04D9;
}
.TagClassName
{
border-color: #AA04D9;
}
</style>