Shades of Dark Magenta #AA199E
Tints of Dark Magenta #AA199E
RGB
CMYK
RGB Variations
Color information
#AA199E (or 0xAA199E) is known color: Dark Magenta. HEX triplet: AA, 19 and 9E. RGB value is (170,25,158). Sum of RGB (Red+Green+Blue) = 170+25+158=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA199E is #55E661. Grayscale: #535353. Windows color (decimal): -5629538 or 10361258. OLE color: 10361258.
HSL color Cylindrical-coordinate representation of color #AA199E: hue angle of 304.97º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA199E is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 158 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.33 |
| HSL | 304.97º | 0.74% | 0.38% | - |
| HSV(B) | 304.97º | 0.85% | 0.67% | - |
| XYZ | 23.1 | 11.71 | 33.39 | - |
| YUV | 83.52 | 170.04 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 158 | 0 | 0.85 | 0.07 | 0.33 | 304.97 | 0.74 | 0.38 |
| Hex | AA | 19 | 9E | 0 | 55 | 7 | 21 | 131 | 4A | 26 |
| Octal | 252 | 31 | 236 | 0 | 125 | 7 | 41 | 461 | 112 | 46 |
| Binary | 10101010 | 11001 | 10011110 | 0 | 1010101 | 111 | 100001 | 100110001 | 1001010 | 100110 |
Color Harmonies of #AA199E
Complementary color
Monochromatic Colors of #AA199E
Black with #AA199E
Text Example
Text Example
White with #AA199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA199E; }
p { color: rgb(170,25,158); }
H1.HeaderClassName
{
color: #AA199E;
}
.AnyTagClassName
{
color: #AA199E;
}
</style>
background-color css
<style>
a { background-color: #AA199E; }
a { background-color: rgb(170,25,158); }
div.DivClassName
{
background-color: #AA199E;
}
.BgClassName
{
background-color: #AA199E;
}
</style>
border-color css
<style>
span { border-color: #AA199E; }
span { border-color: rgb(170,25,158); }
td.TdClassName
{
border-color: #AA199E;
}
.TagClassName
{
border-color: #AA199E;
}
</style>