Shades of Dark Magenta #AA119F
Tints of Dark Magenta #AA119F
RGB
CMYK
RGB Variations
Color information
#AA119F (or 0xAA119F) is known color: Dark Magenta. HEX triplet: AA, 11 and 9F. RGB value is (170,17,159). Sum of RGB (Red+Green+Blue) = 170+17+159=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA119F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA119F is #55EE60. Grayscale: #4E4E4E. Windows color (decimal): -5631585 or 10424746. OLE color: 10424746.
HSL color Cylindrical-coordinate representation of color #AA119F: hue angle of 304.31º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA119F is Cyan = 0, Magento = 0.9, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 159 | - |
| CMYK | 0 | 0.9 | 0.06 | 0.33 |
| HSL | 304.31º | 0.82% | 0.37% | - |
| HSV(B) | 304.31º | 0.9% | 0.67% | - |
| XYZ | 23.04 | 11.45 | 33.8 | - |
| YUV | 78.94 | 173.19 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 159 | 0 | 0.9 | 0.06 | 0.33 | 304.31 | 0.82 | 0.37 |
| Hex | AA | 11 | 9F | 0 | 5A | 6 | 21 | 130 | 52 | 25 |
| Octal | 252 | 21 | 237 | 0 | 132 | 6 | 41 | 460 | 122 | 45 |
| Binary | 10101010 | 10001 | 10011111 | 0 | 1011010 | 110 | 100001 | 100110000 | 1010010 | 100101 |
Color Harmonies of #AA119F
Complementary color
Monochromatic Colors of #AA119F
Black with #AA119F
Text Example
Text Example
White with #AA119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA119F; }
p { color: rgb(170,17,159); }
H1.HeaderClassName
{
color: #AA119F;
}
.AnyTagClassName
{
color: #AA119F;
}
</style>
background-color css
<style>
a { background-color: #AA119F; }
a { background-color: rgb(170,17,159); }
div.DivClassName
{
background-color: #AA119F;
}
.BgClassName
{
background-color: #AA119F;
}
</style>
border-color css
<style>
span { border-color: #AA119F; }
span { border-color: rgb(170,17,159); }
td.TdClassName
{
border-color: #AA119F;
}
.TagClassName
{
border-color: #AA119F;
}
</style>