Shades of Dark Magenta #AA119B
Tints of Dark Magenta #AA119B
RGB
CMYK
RGB Variations
Color information
#AA119B (or 0xAA119B) is known color: Dark Magenta. HEX triplet: AA, 11 and 9B. RGB value is (170,17,155). Sum of RGB (Red+Green+Blue) = 170+17+155=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA119B is #55EE64. Grayscale: #4E4E4E. Windows color (decimal): -5631589 or 10162602. OLE color: 10162602.
HSL color Cylindrical-coordinate representation of color #AA119B: hue angle of 305.88º 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 #AA119B is Cyan = 0, Magento = 0.9, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 155 | - |
| CMYK | 0 | 0.9 | 0.09 | 0.33 |
| HSL | 305.88º | 0.82% | 0.37% | - |
| HSV(B) | 305.88º | 0.9% | 0.67% | - |
| XYZ | 22.69 | 11.31 | 32 | - |
| YUV | 78.48 | 171.19 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 155 | 0 | 0.9 | 0.09 | 0.33 | 305.88 | 0.82 | 0.37 |
| Hex | AA | 11 | 9B | 0 | 5A | 9 | 21 | 132 | 52 | 25 |
| Octal | 252 | 21 | 233 | 0 | 132 | 11 | 41 | 462 | 122 | 45 |
| Binary | 10101010 | 10001 | 10011011 | 0 | 1011010 | 1001 | 100001 | 100110010 | 1010010 | 100101 |
Color Harmonies of #AA119B
Complementary color
Monochromatic Colors of #AA119B
Black with #AA119B
Text Example
Text Example
White with #AA119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA119B; }
p { color: rgb(170,17,155); }
H1.HeaderClassName
{
color: #AA119B;
}
.AnyTagClassName
{
color: #AA119B;
}
</style>
background-color css
<style>
a { background-color: #AA119B; }
a { background-color: rgb(170,17,155); }
div.DivClassName
{
background-color: #AA119B;
}
.BgClassName
{
background-color: #AA119B;
}
</style>
border-color css
<style>
span { border-color: #AA119B; }
span { border-color: rgb(170,17,155); }
td.TdClassName
{
border-color: #AA119B;
}
.TagClassName
{
border-color: #AA119B;
}
</style>