Shades of Dark Magenta #AA0590
Tints of Dark Magenta #AA0590
RGB
CMYK
RGB Variations
Color information
#AA0590 (or 0xAA0590) is known color: Dark Magenta. HEX triplet: AA, 05 and 90. RGB value is (170,5,144). Sum of RGB (Red+Green+Blue) = 170+5+144=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0590 is #55FA6F. Grayscale: #454545. Windows color (decimal): -5634672 or 9438634. OLE color: 9438634.
HSL color Cylindrical-coordinate representation of color #AA0590: hue angle of 309.45º 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 #AA0590 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 144 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.33 |
| HSL | 309.45º | 0.94% | 0.34% | - |
| HSV(B) | 309.45º | 0.97% | 0.67% | - |
| XYZ | 21.67 | 10.67 | 27.3 | - |
| YUV | 70.18 | 169.66 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 144 | 0 | 0.97 | 0.15 | 0.33 | 309.45 | 0.94 | 0.34 |
| Hex | AA | 5 | 90 | 0 | 61 | F | 21 | 135 | 5E | 22 |
| Octal | 252 | 5 | 220 | 0 | 141 | 17 | 41 | 465 | 136 | 42 |
| Binary | 10101010 | 101 | 10010000 | 0 | 1100001 | 1111 | 100001 | 100110101 | 1011110 | 100010 |
Color Harmonies of #AA0590
Complementary color
Monochromatic Colors of #AA0590
Black with #AA0590
Text Example
Text Example
White with #AA0590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0590; }
p { color: rgb(170,5,144); }
H1.HeaderClassName
{
color: #AA0590;
}
.AnyTagClassName
{
color: #AA0590;
}
</style>
background-color css
<style>
a { background-color: #AA0590; }
a { background-color: rgb(170,5,144); }
div.DivClassName
{
background-color: #AA0590;
}
.BgClassName
{
background-color: #AA0590;
}
</style>
border-color css
<style>
span { border-color: #AA0590; }
span { border-color: rgb(170,5,144); }
td.TdClassName
{
border-color: #AA0590;
}
.TagClassName
{
border-color: #AA0590;
}
</style>