Shades of Dark Magenta #AA0596
Tints of Dark Magenta #AA0596
RGB
CMYK
RGB Variations
Color information
#AA0596 (or 0xAA0596) is known color: Dark Magenta. HEX triplet: AA, 05 and 96. RGB value is (170,5,150). Sum of RGB (Red+Green+Blue) = 170+5+150=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0596 is #55FA69. Grayscale: #464646. Windows color (decimal): -5634666 or 9831850. OLE color: 9831850.
HSL color Cylindrical-coordinate representation of color #AA0596: hue angle of 307.27º 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 #AA0596 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 150 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.33 |
| HSL | 307.27º | 0.94% | 0.34% | - |
| HSV(B) | 307.27º | 0.97% | 0.67% | - |
| XYZ | 22.14 | 10.86 | 29.78 | - |
| YUV | 70.87 | 172.66 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 150 | 0 | 0.97 | 0.12 | 0.33 | 307.27 | 0.94 | 0.34 |
| Hex | AA | 5 | 96 | 0 | 61 | C | 21 | 133 | 5E | 22 |
| Octal | 252 | 5 | 226 | 0 | 141 | 14 | 41 | 463 | 136 | 42 |
| Binary | 10101010 | 101 | 10010110 | 0 | 1100001 | 1100 | 100001 | 100110011 | 1011110 | 100010 |
Color Harmonies of #AA0596
Complementary color
Monochromatic Colors of #AA0596
Black with #AA0596
Text Example
Text Example
White with #AA0596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0596; }
p { color: rgb(170,5,150); }
H1.HeaderClassName
{
color: #AA0596;
}
.AnyTagClassName
{
color: #AA0596;
}
</style>
background-color css
<style>
a { background-color: #AA0596; }
a { background-color: rgb(170,5,150); }
div.DivClassName
{
background-color: #AA0596;
}
.BgClassName
{
background-color: #AA0596;
}
</style>
border-color css
<style>
span { border-color: #AA0596; }
span { border-color: rgb(170,5,150); }
td.TdClassName
{
border-color: #AA0596;
}
.TagClassName
{
border-color: #AA0596;
}
</style>