Shades of Dark Magenta #AA0491
Tints of Dark Magenta #AA0491
RGB
CMYK
RGB Variations
Color information
#AA0491 (or 0xAA0491) is known color: Dark Magenta. HEX triplet: AA, 04 and 91. RGB value is (170,4,145). Sum of RGB (Red+Green+Blue) = 170+4+145=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0491 is #55FB6E. Grayscale: #454545. Windows color (decimal): -5634927 or 9503914. OLE color: 9503914.
HSL color Cylindrical-coordinate representation of color #AA0491: hue angle of 309.04º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0491 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 145 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.33 |
| HSL | 309.04º | 0.95% | 0.34% | - |
| HSV(B) | 309.04º | 0.98% | 0.67% | - |
| XYZ | 21.73 | 10.68 | 27.7 | - |
| YUV | 69.71 | 170.5 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 145 | 0 | 0.98 | 0.15 | 0.33 | 309.04 | 0.95 | 0.34 |
| Hex | AA | 4 | 91 | 0 | 62 | F | 21 | 135 | 5F | 22 |
| Octal | 252 | 4 | 221 | 0 | 142 | 17 | 41 | 465 | 137 | 42 |
| Binary | 10101010 | 100 | 10010001 | 0 | 1100010 | 1111 | 100001 | 100110101 | 1011111 | 100010 |
Color Harmonies of #AA0491
Complementary color
Monochromatic Colors of #AA0491
Black with #AA0491
Text Example
Text Example
White with #AA0491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0491; }
p { color: rgb(170,4,145); }
H1.HeaderClassName
{
color: #AA0491;
}
.AnyTagClassName
{
color: #AA0491;
}
</style>
background-color css
<style>
a { background-color: #AA0491; }
a { background-color: rgb(170,4,145); }
div.DivClassName
{
background-color: #AA0491;
}
.BgClassName
{
background-color: #AA0491;
}
</style>
border-color css
<style>
span { border-color: #AA0491; }
span { border-color: rgb(170,4,145); }
td.TdClassName
{
border-color: #AA0491;
}
.TagClassName
{
border-color: #AA0491;
}
</style>