Shades of Dark Magenta #AA199D
Tints of Dark Magenta #AA199D
RGB
CMYK
RGB Variations
Color information
#AA199D (or 0xAA199D) is known color: Dark Magenta. HEX triplet: AA, 19 and 9D. RGB value is (170,25,157). Sum of RGB (Red+Green+Blue) = 170+25+157=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA199D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA199D is #55E662. Grayscale: #535353. Windows color (decimal): -5629539 or 10295722. OLE color: 10295722.
HSL color Cylindrical-coordinate representation of color #AA199D: hue angle of 305.38º 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 #AA199D is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 157 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.33 |
| HSL | 305.38º | 0.74% | 0.38% | - |
| HSV(B) | 305.38º | 0.85% | 0.67% | - |
| XYZ | 23.01 | 11.68 | 32.94 | - |
| YUV | 83.4 | 169.54 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 157 | 0 | 0.85 | 0.08 | 0.33 | 305.38 | 0.74 | 0.38 |
| Hex | AA | 19 | 9D | 0 | 55 | 8 | 21 | 131 | 4A | 26 |
| Octal | 252 | 31 | 235 | 0 | 125 | 10 | 41 | 461 | 112 | 46 |
| Binary | 10101010 | 11001 | 10011101 | 0 | 1010101 | 1000 | 100001 | 100110001 | 1001010 | 100110 |
Color Harmonies of #AA199D
Complementary color
Monochromatic Colors of #AA199D
Black with #AA199D
Text Example
Text Example
White with #AA199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA199D; }
p { color: rgb(170,25,157); }
H1.HeaderClassName
{
color: #AA199D;
}
.AnyTagClassName
{
color: #AA199D;
}
</style>
background-color css
<style>
a { background-color: #AA199D; }
a { background-color: rgb(170,25,157); }
div.DivClassName
{
background-color: #AA199D;
}
.BgClassName
{
background-color: #AA199D;
}
</style>
border-color css
<style>
span { border-color: #AA199D; }
span { border-color: rgb(170,25,157); }
td.TdClassName
{
border-color: #AA199D;
}
.TagClassName
{
border-color: #AA199D;
}
</style>