Shades of Dark Magenta #AA1199
Tints of Dark Magenta #AA1199
RGB
CMYK
RGB Variations
Color information
#AA1199 (or 0xAA1199) is known color: Dark Magenta. HEX triplet: AA, 11 and 99. RGB value is (170,17,153). Sum of RGB (Red+Green+Blue) = 170+17+153=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1199 is #55EE66. Grayscale: #4D4D4D. Windows color (decimal): -5631591 or 10031530. OLE color: 10031530.
HSL color Cylindrical-coordinate representation of color #AA1199: hue angle of 306.67º 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 #AA1199 is Cyan = 0, Magento = 0.9, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 153 | - |
| CMYK | 0 | 0.9 | 0.1 | 0.33 |
| HSL | 306.67º | 0.82% | 0.37% | - |
| HSV(B) | 306.67º | 0.9% | 0.67% | - |
| XYZ | 22.53 | 11.25 | 31.12 | - |
| YUV | 78.25 | 170.19 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 153 | 0 | 0.9 | 0.1 | 0.33 | 306.67 | 0.82 | 0.37 |
| Hex | AA | 11 | 99 | 0 | 5A | A | 21 | 133 | 52 | 25 |
| Octal | 252 | 21 | 231 | 0 | 132 | 12 | 41 | 463 | 122 | 45 |
| Binary | 10101010 | 10001 | 10011001 | 0 | 1011010 | 1010 | 100001 | 100110011 | 1010010 | 100101 |
Color Harmonies of #AA1199
Complementary color
Monochromatic Colors of #AA1199
Black with #AA1199
Text Example
Text Example
White with #AA1199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1199; }
p { color: rgb(170,17,153); }
H1.HeaderClassName
{
color: #AA1199;
}
.AnyTagClassName
{
color: #AA1199;
}
</style>
background-color css
<style>
a { background-color: #AA1199; }
a { background-color: rgb(170,17,153); }
div.DivClassName
{
background-color: #AA1199;
}
.BgClassName
{
background-color: #AA1199;
}
</style>
border-color css
<style>
span { border-color: #AA1199; }
span { border-color: rgb(170,17,153); }
td.TdClassName
{
border-color: #AA1199;
}
.TagClassName
{
border-color: #AA1199;
}
</style>