Shades of Dark Magenta #AA119A
Tints of Dark Magenta #AA119A
RGB
CMYK
RGB Variations
Color information
#AA119A (or 0xAA119A) is known color: Dark Magenta. HEX triplet: AA, 11 and 9A. RGB value is (170,17,154). Sum of RGB (Red+Green+Blue) = 170+17+154=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA119A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA119A is #55EE65. Grayscale: #4D4D4D. Windows color (decimal): -5631590 or 10097066. OLE color: 10097066.
HSL color Cylindrical-coordinate representation of color #AA119A: hue angle of 306.27º 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 #AA119A is Cyan = 0, Magento = 0.9, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 154 | - |
| CMYK | 0 | 0.9 | 0.09 | 0.33 |
| HSL | 306.27º | 0.82% | 0.37% | - |
| HSV(B) | 306.27º | 0.9% | 0.67% | - |
| XYZ | 22.61 | 11.28 | 31.56 | - |
| YUV | 78.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 154 | 0 | 0.9 | 0.09 | 0.33 | 306.27 | 0.82 | 0.37 |
| Hex | AA | 11 | 9A | 0 | 5A | 9 | 21 | 132 | 52 | 25 |
| Octal | 252 | 21 | 232 | 0 | 132 | 11 | 41 | 462 | 122 | 45 |
| Binary | 10101010 | 10001 | 10011010 | 0 | 1011010 | 1001 | 100001 | 100110010 | 1010010 | 100101 |
Color Harmonies of #AA119A
Complementary color
Monochromatic Colors of #AA119A
Black with #AA119A
Text Example
Text Example
White with #AA119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA119A; }
p { color: rgb(170,17,154); }
H1.HeaderClassName
{
color: #AA119A;
}
.AnyTagClassName
{
color: #AA119A;
}
</style>
background-color css
<style>
a { background-color: #AA119A; }
a { background-color: rgb(170,17,154); }
div.DivClassName
{
background-color: #AA119A;
}
.BgClassName
{
background-color: #AA119A;
}
</style>
border-color css
<style>
span { border-color: #AA119A; }
span { border-color: rgb(170,17,154); }
td.TdClassName
{
border-color: #AA119A;
}
.TagClassName
{
border-color: #AA119A;
}
</style>