Shades of Dark Magenta #AA0489
Tints of Dark Magenta #AA0489
RGB
CMYK
RGB Variations
Color information
#AA0489 (or 0xAA0489) is known color: Dark Magenta. HEX triplet: AA, 04 and 89. RGB value is (170,4,137). Sum of RGB (Red+Green+Blue) = 170+4+137=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0489 is #55FB76. Grayscale: #444444. Windows color (decimal): -5634935 or 8979626. OLE color: 8979626.
HSL color Cylindrical-coordinate representation of color #AA0489: hue angle of 311.93º 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 #AA0489 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 137 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.33 |
| HSL | 311.93º | 0.95% | 0.34% | - |
| HSV(B) | 311.93º | 0.98% | 0.67% | - |
| XYZ | 21.14 | 10.44 | 24.57 | - |
| YUV | 68.8 | 166.5 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 137 | 0 | 0.98 | 0.19 | 0.33 | 311.93 | 0.95 | 0.34 |
| Hex | AA | 4 | 89 | 0 | 62 | 13 | 21 | 138 | 5F | 22 |
| Octal | 252 | 4 | 211 | 0 | 142 | 23 | 41 | 470 | 137 | 42 |
| Binary | 10101010 | 100 | 10001001 | 0 | 1100010 | 10011 | 100001 | 100111000 | 1011111 | 100010 |
Color Harmonies of #AA0489
Complementary color
Monochromatic Colors of #AA0489
Black with #AA0489
Text Example
Text Example
White with #AA0489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0489; }
p { color: rgb(170,4,137); }
H1.HeaderClassName
{
color: #AA0489;
}
.AnyTagClassName
{
color: #AA0489;
}
</style>
background-color css
<style>
a { background-color: #AA0489; }
a { background-color: rgb(170,4,137); }
div.DivClassName
{
background-color: #AA0489;
}
.BgClassName
{
background-color: #AA0489;
}
</style>
border-color css
<style>
span { border-color: #AA0489; }
span { border-color: rgb(170,4,137); }
td.TdClassName
{
border-color: #AA0489;
}
.TagClassName
{
border-color: #AA0489;
}
</style>