Shades of Dark Magenta #AA059B
Tints of Dark Magenta #AA059B
RGB
CMYK
RGB Variations
Color information
#AA059B (or 0xAA059B) is known color: Dark Magenta. HEX triplet: AA, 05 and 9B. RGB value is (170,5,155). Sum of RGB (Red+Green+Blue) = 170+5+155=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA059B is #55FA64. Grayscale: #474747. Windows color (decimal): -5634661 or 10159530. OLE color: 10159530.
HSL color Cylindrical-coordinate representation of color #AA059B: hue angle of 305.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 #AA059B is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 155 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.33 |
| HSL | 305.45º | 0.94% | 0.34% | - |
| HSV(B) | 305.45º | 0.97% | 0.67% | - |
| XYZ | 22.55 | 11.02 | 31.95 | - |
| YUV | 71.44 | 175.16 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 155 | 0 | 0.97 | 0.09 | 0.33 | 305.45 | 0.94 | 0.34 |
| Hex | AA | 5 | 9B | 0 | 61 | 9 | 21 | 131 | 5E | 22 |
| Octal | 252 | 5 | 233 | 0 | 141 | 11 | 41 | 461 | 136 | 42 |
| Binary | 10101010 | 101 | 10011011 | 0 | 1100001 | 1001 | 100001 | 100110001 | 1011110 | 100010 |
Color Harmonies of #AA059B
Complementary color
Monochromatic Colors of #AA059B
Black with #AA059B
Text Example
Text Example
White with #AA059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA059B; }
p { color: rgb(170,5,155); }
H1.HeaderClassName
{
color: #AA059B;
}
.AnyTagClassName
{
color: #AA059B;
}
</style>
background-color css
<style>
a { background-color: #AA059B; }
a { background-color: rgb(170,5,155); }
div.DivClassName
{
background-color: #AA059B;
}
.BgClassName
{
background-color: #AA059B;
}
</style>
border-color css
<style>
span { border-color: #AA059B; }
span { border-color: rgb(170,5,155); }
td.TdClassName
{
border-color: #AA059B;
}
.TagClassName
{
border-color: #AA059B;
}
</style>