Shades of Dark Magenta #A2199F
Tints of Dark Magenta #A2199F
RGB
CMYK
RGB Variations
Color information
#A2199F (or 0xA2199F) is known color: Dark Magenta. HEX triplet: A2, 19 and 9F. RGB value is (162,25,159). Sum of RGB (Red+Green+Blue) = 162+25+159=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A2199F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2199F is #5DE660. Grayscale: #505050. Windows color (decimal): -6153825 or 10426786. OLE color: 10426786.
HSL color Cylindrical-coordinate representation of color #A2199F: hue angle of 301.31º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2199F is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 25 | 159 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.36 |
| HSL | 301.31º | 0.73% | 0.37% | - |
| HSV(B) | 301.31º | 0.85% | 0.64% | - |
| XYZ | 21.51 | 10.88 | 33.77 | - |
| YUV | 81.24 | 171.89 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 159 | 0 | 0.85 | 0.02 | 0.36 | 301.31 | 0.73 | 0.37 |
| Hex | A2 | 19 | 9F | 0 | 55 | 2 | 24 | 12D | 49 | 25 |
| Octal | 242 | 31 | 237 | 0 | 125 | 2 | 44 | 455 | 111 | 45 |
| Binary | 10100010 | 11001 | 10011111 | 0 | 1010101 | 10 | 100100 | 100101101 | 1001001 | 100101 |
Color Harmonies of #A2199F
Complementary color
Monochromatic Colors of #A2199F
Black with #A2199F
Text Example
Text Example
White with #A2199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2199F; }
p { color: rgb(162,25,159); }
H1.HeaderClassName
{
color: #A2199F;
}
.AnyTagClassName
{
color: #A2199F;
}
</style>
background-color css
<style>
a { background-color: #A2199F; }
a { background-color: rgb(162,25,159); }
div.DivClassName
{
background-color: #A2199F;
}
.BgClassName
{
background-color: #A2199F;
}
</style>
border-color css
<style>
span { border-color: #A2199F; }
span { border-color: rgb(162,25,159); }
td.TdClassName
{
border-color: #A2199F;
}
.TagClassName
{
border-color: #A2199F;
}
</style>