Shades of Dark Magenta #AA129F
Tints of Dark Magenta #AA129F
RGB
CMYK
RGB Variations
Color information
#AA129F (or 0xAA129F) is known color: Dark Magenta. HEX triplet: AA, 12 and 9F. RGB value is (170,18,159). Sum of RGB (Red+Green+Blue) = 170+18+159=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA129F is #55ED60. Grayscale: #4F4F4F. Windows color (decimal): -5631329 or 10425002. OLE color: 10425002.
HSL color Cylindrical-coordinate representation of color #AA129F: hue angle of 304.34º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA129F is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 159 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.33 |
| HSL | 304.34º | 0.81% | 0.37% | - |
| HSV(B) | 304.34º | 0.89% | 0.67% | - |
| XYZ | 23.05 | 11.48 | 33.8 | - |
| YUV | 79.52 | 172.86 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 159 | 0 | 0.89 | 0.06 | 0.33 | 304.34 | 0.81 | 0.37 |
| Hex | AA | 12 | 9F | 0 | 59 | 6 | 21 | 130 | 51 | 25 |
| Octal | 252 | 22 | 237 | 0 | 131 | 6 | 41 | 460 | 121 | 45 |
| Binary | 10101010 | 10010 | 10011111 | 0 | 1011001 | 110 | 100001 | 100110000 | 1010001 | 100101 |
Color Harmonies of #AA129F
Complementary color
Monochromatic Colors of #AA129F
Black with #AA129F
Text Example
Text Example
White with #AA129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA129F; }
p { color: rgb(170,18,159); }
H1.HeaderClassName
{
color: #AA129F;
}
.AnyTagClassName
{
color: #AA129F;
}
</style>
background-color css
<style>
a { background-color: #AA129F; }
a { background-color: rgb(170,18,159); }
div.DivClassName
{
background-color: #AA129F;
}
.BgClassName
{
background-color: #AA129F;
}
</style>
border-color css
<style>
span { border-color: #AA129F; }
span { border-color: rgb(170,18,159); }
td.TdClassName
{
border-color: #AA129F;
}
.TagClassName
{
border-color: #AA129F;
}
</style>