Shades of Dark Magenta #AA1195
Tints of Dark Magenta #AA1195
RGB
CMYK
RGB Variations
Color information
#AA1195 (or 0xAA1195) is known color: Dark Magenta. HEX triplet: AA, 11 and 95. RGB value is (170,17,149). Sum of RGB (Red+Green+Blue) = 170+17+149=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1195 is #55EE6A. Grayscale: #4D4D4D. Windows color (decimal): -5631595 or 9769386. OLE color: 9769386.
HSL color Cylindrical-coordinate representation of color #AA1195: hue angle of 308.24º 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 #AA1195 is Cyan = 0, Magento = 0.9, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 149 | - |
| CMYK | 0 | 0.9 | 0.12 | 0.33 |
| HSL | 308.24º | 0.82% | 0.37% | - |
| HSV(B) | 308.24º | 0.9% | 0.67% | - |
| XYZ | 22.2 | 11.12 | 29.41 | - |
| YUV | 77.8 | 168.19 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 149 | 0 | 0.9 | 0.12 | 0.33 | 308.24 | 0.82 | 0.37 |
| Hex | AA | 11 | 95 | 0 | 5A | C | 21 | 134 | 52 | 25 |
| Octal | 252 | 21 | 225 | 0 | 132 | 14 | 41 | 464 | 122 | 45 |
| Binary | 10101010 | 10001 | 10010101 | 0 | 1011010 | 1100 | 100001 | 100110100 | 1010010 | 100101 |
Color Harmonies of #AA1195
Complementary color
Monochromatic Colors of #AA1195
Black with #AA1195
Text Example
Text Example
White with #AA1195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1195; }
p { color: rgb(170,17,149); }
H1.HeaderClassName
{
color: #AA1195;
}
.AnyTagClassName
{
color: #AA1195;
}
</style>
background-color css
<style>
a { background-color: #AA1195; }
a { background-color: rgb(170,17,149); }
div.DivClassName
{
background-color: #AA1195;
}
.BgClassName
{
background-color: #AA1195;
}
</style>
border-color css
<style>
span { border-color: #AA1195; }
span { border-color: rgb(170,17,149); }
td.TdClassName
{
border-color: #AA1195;
}
.TagClassName
{
border-color: #AA1195;
}
</style>