Shades of Dark Magenta #AA0599
Tints of Dark Magenta #AA0599
RGB
CMYK
RGB Variations
Color information
#AA0599 (or 0xAA0599) is known color: Dark Magenta. HEX triplet: AA, 05 and 99. RGB value is (170,5,153). Sum of RGB (Red+Green+Blue) = 170+5+153=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0599 is #55FA66. Grayscale: #464646. Windows color (decimal): -5634663 or 10028458. OLE color: 10028458.
HSL color Cylindrical-coordinate representation of color #AA0599: hue angle of 306.18º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA0599 is Cyan = 0, Magento = 0.97, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 153 | - |
| CMYK | 0 | 0.97 | 0.1 | 0.33 |
| HSL | 306.18º | 0.94% | 0.34% | - |
| HSV(B) | 306.18º | 0.97% | 0.67% | - |
| XYZ | 22.38 | 10.95 | 31.07 | - |
| YUV | 71.21 | 174.16 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 153 | 0 | 0.97 | 0.1 | 0.33 | 306.18 | 0.94 | 0.34 |
| Hex | AA | 5 | 99 | 0 | 61 | A | 21 | 132 | 5E | 22 |
| Octal | 252 | 5 | 231 | 0 | 141 | 12 | 41 | 462 | 136 | 42 |
| Binary | 10101010 | 101 | 10011001 | 0 | 1100001 | 1010 | 100001 | 100110010 | 1011110 | 100010 |
Color Harmonies of #AA0599
Complementary color
Monochromatic Colors of #AA0599
Black with #AA0599
Text Example
Text Example
White with #AA0599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0599; }
p { color: rgb(170,5,153); }
H1.HeaderClassName
{
color: #AA0599;
}
.AnyTagClassName
{
color: #AA0599;
}
</style>
background-color css
<style>
a { background-color: #AA0599; }
a { background-color: rgb(170,5,153); }
div.DivClassName
{
background-color: #AA0599;
}
.BgClassName
{
background-color: #AA0599;
}
</style>
border-color css
<style>
span { border-color: #AA0599; }
span { border-color: rgb(170,5,153); }
td.TdClassName
{
border-color: #AA0599;
}
.TagClassName
{
border-color: #AA0599;
}
</style>