Shades of Dark Magenta #AA0499
Tints of Dark Magenta #AA0499
RGB
CMYK
RGB Variations
Color information
#AA0499 (or 0xAA0499) is known color: Dark Magenta. HEX triplet: AA, 04 and 99. RGB value is (170,4,153). Sum of RGB (Red+Green+Blue) = 170+4+153=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0499 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0499 is #55FB66. Grayscale: #464646. Windows color (decimal): -5634919 or 10028202. OLE color: 10028202.
HSL color Cylindrical-coordinate representation of color #AA0499: hue angle of 306.14º 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 #AA0499 is Cyan = 0, Magento = 0.98, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 153 | - |
| CMYK | 0 | 0.98 | 0.1 | 0.33 |
| HSL | 306.14º | 0.95% | 0.34% | - |
| HSV(B) | 306.14º | 0.98% | 0.67% | - |
| XYZ | 22.37 | 10.93 | 31.07 | - |
| YUV | 70.62 | 174.5 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 153 | 0 | 0.98 | 0.1 | 0.33 | 306.14 | 0.95 | 0.34 |
| Hex | AA | 4 | 99 | 0 | 62 | A | 21 | 132 | 5F | 22 |
| Octal | 252 | 4 | 231 | 0 | 142 | 12 | 41 | 462 | 137 | 42 |
| Binary | 10101010 | 100 | 10011001 | 0 | 1100010 | 1010 | 100001 | 100110010 | 1011111 | 100010 |
Color Harmonies of #AA0499
Complementary color
Monochromatic Colors of #AA0499
Black with #AA0499
Text Example
Text Example
White with #AA0499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0499; }
p { color: rgb(170,4,153); }
H1.HeaderClassName
{
color: #AA0499;
}
.AnyTagClassName
{
color: #AA0499;
}
</style>
background-color css
<style>
a { background-color: #AA0499; }
a { background-color: rgb(170,4,153); }
div.DivClassName
{
background-color: #AA0499;
}
.BgClassName
{
background-color: #AA0499;
}
</style>
border-color css
<style>
span { border-color: #AA0499; }
span { border-color: rgb(170,4,153); }
td.TdClassName
{
border-color: #AA0499;
}
.TagClassName
{
border-color: #AA0499;
}
</style>