Shades of Dark Magenta #AA039F
Tints of Dark Magenta #AA039F
RGB
CMYK
RGB Variations
Color information
#AA039F (or 0xAA039F) is known color: Dark Magenta. HEX triplet: AA, 03 and 9F. RGB value is (170,3,159). Sum of RGB (Red+Green+Blue) = 170+3+159=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA039F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA039F is #55FC60. Grayscale: #464646. Windows color (decimal): -5635169 or 10421162. OLE color: 10421162.
HSL color Cylindrical-coordinate representation of color #AA039F: hue angle of 303.95º degrees, saturation: 0.97, 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 #AA039F is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 159 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.33 |
| HSL | 303.95º | 0.97% | 0.34% | - |
| HSV(B) | 303.95º | 0.98% | 0.67% | - |
| XYZ | 22.87 | 11.11 | 33.74 | - |
| YUV | 70.72 | 177.83 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 159 | 0 | 0.98 | 0.06 | 0.33 | 303.95 | 0.97 | 0.34 |
| Hex | AA | 3 | 9F | 0 | 62 | 6 | 21 | 130 | 61 | 22 |
| Octal | 252 | 3 | 237 | 0 | 142 | 6 | 41 | 460 | 141 | 42 |
| Binary | 10101010 | 11 | 10011111 | 0 | 1100010 | 110 | 100001 | 100110000 | 1100001 | 100010 |
Color Harmonies of #AA039F
Complementary color
Monochromatic Colors of #AA039F
Black with #AA039F
Text Example
Text Example
White with #AA039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA039F; }
p { color: rgb(170,3,159); }
H1.HeaderClassName
{
color: #AA039F;
}
.AnyTagClassName
{
color: #AA039F;
}
</style>
background-color css
<style>
a { background-color: #AA039F; }
a { background-color: rgb(170,3,159); }
div.DivClassName
{
background-color: #AA039F;
}
.BgClassName
{
background-color: #AA039F;
}
</style>
border-color css
<style>
span { border-color: #AA039F; }
span { border-color: rgb(170,3,159); }
td.TdClassName
{
border-color: #AA039F;
}
.TagClassName
{
border-color: #AA039F;
}
</style>