Shades of Dark Magenta #AA0598
Tints of Dark Magenta #AA0598
RGB
CMYK
RGB Variations
Color information
#AA0598 (or 0xAA0598) is known color: Dark Magenta. HEX triplet: AA, 05 and 98. RGB value is (170,5,152). Sum of RGB (Red+Green+Blue) = 170+5+152=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0598 is #55FA67. Grayscale: #464646. Windows color (decimal): -5634664 or 9962922. OLE color: 9962922.
HSL color Cylindrical-coordinate representation of color #AA0598: hue angle of 306.55º 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 #AA0598 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 152 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.33 |
| HSL | 306.55º | 0.94% | 0.34% | - |
| HSV(B) | 306.55º | 0.97% | 0.67% | - |
| XYZ | 22.3 | 10.92 | 30.64 | - |
| YUV | 71.09 | 173.66 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 152 | 0 | 0.97 | 0.11 | 0.33 | 306.55 | 0.94 | 0.34 |
| Hex | AA | 5 | 98 | 0 | 61 | B | 21 | 133 | 5E | 22 |
| Octal | 252 | 5 | 230 | 0 | 141 | 13 | 41 | 463 | 136 | 42 |
| Binary | 10101010 | 101 | 10011000 | 0 | 1100001 | 1011 | 100001 | 100110011 | 1011110 | 100010 |
Color Harmonies of #AA0598
Complementary color
Monochromatic Colors of #AA0598
Black with #AA0598
Text Example
Text Example
White with #AA0598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0598; }
p { color: rgb(170,5,152); }
H1.HeaderClassName
{
color: #AA0598;
}
.AnyTagClassName
{
color: #AA0598;
}
</style>
background-color css
<style>
a { background-color: #AA0598; }
a { background-color: rgb(170,5,152); }
div.DivClassName
{
background-color: #AA0598;
}
.BgClassName
{
background-color: #AA0598;
}
</style>
border-color css
<style>
span { border-color: #AA0598; }
span { border-color: rgb(170,5,152); }
td.TdClassName
{
border-color: #AA0598;
}
.TagClassName
{
border-color: #AA0598;
}
</style>