Shades of Dark Magenta #A2199E
Tints of Dark Magenta #A2199E
RGB
CMYK
RGB Variations
Color information
#A2199E (or 0xA2199E) is known color: Dark Magenta. HEX triplet: A2, 19 and 9E. RGB value is (162,25,158). Sum of RGB (Red+Green+Blue) = 162+25+158=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A2199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2199E is #5DE661. Grayscale: #505050. Windows color (decimal): -6153826 or 10361250. OLE color: 10361250.
HSL color Cylindrical-coordinate representation of color #A2199E: hue angle of 301.75º 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 #A2199E is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 25 | 158 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.36 |
| HSL | 301.75º | 0.73% | 0.37% | - |
| HSV(B) | 301.75º | 0.85% | 0.64% | - |
| XYZ | 21.42 | 10.85 | 33.31 | - |
| YUV | 81.13 | 171.39 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 158 | 0 | 0.85 | 0.02 | 0.36 | 301.75 | 0.73 | 0.37 |
| Hex | A2 | 19 | 9E | 0 | 55 | 2 | 24 | 12E | 49 | 25 |
| Octal | 242 | 31 | 236 | 0 | 125 | 2 | 44 | 456 | 111 | 45 |
| Binary | 10100010 | 11001 | 10011110 | 0 | 1010101 | 10 | 100100 | 100101110 | 1001001 | 100101 |
Color Harmonies of #A2199E
Complementary color
Monochromatic Colors of #A2199E
Black with #A2199E
Text Example
Text Example
White with #A2199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2199E; }
p { color: rgb(162,25,158); }
H1.HeaderClassName
{
color: #A2199E;
}
.AnyTagClassName
{
color: #A2199E;
}
</style>
background-color css
<style>
a { background-color: #A2199E; }
a { background-color: rgb(162,25,158); }
div.DivClassName
{
background-color: #A2199E;
}
.BgClassName
{
background-color: #A2199E;
}
</style>
border-color css
<style>
span { border-color: #A2199E; }
span { border-color: rgb(162,25,158); }
td.TdClassName
{
border-color: #A2199E;
}
.TagClassName
{
border-color: #A2199E;
}
</style>