Shades of Dark Magenta #A2159E
Tints of Dark Magenta #A2159E
RGB
CMYK
RGB Variations
Color information
#A2159E (or 0xA2159E) is known color: Dark Magenta. HEX triplet: A2, 15 and 9E. RGB value is (162,21,158). Sum of RGB (Red+Green+Blue) = 162+21+158=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2159E is #5DEA61. Grayscale: #4E4E4E. Windows color (decimal): -6154850 or 10360226. OLE color: 10360226.
HSL color Cylindrical-coordinate representation of color #A2159E: hue angle of 301.7º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2159E is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 158 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.36 |
| HSL | 301.7º | 0.77% | 0.36% | - |
| HSV(B) | 301.7º | 0.87% | 0.64% | - |
| XYZ | 21.34 | 10.69 | 33.29 | - |
| YUV | 78.78 | 172.71 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 158 | 0 | 0.87 | 0.02 | 0.36 | 301.7 | 0.77 | 0.36 |
| Hex | A2 | 15 | 9E | 0 | 57 | 2 | 24 | 12E | 4D | 24 |
| Octal | 242 | 25 | 236 | 0 | 127 | 2 | 44 | 456 | 115 | 44 |
| Binary | 10100010 | 10101 | 10011110 | 0 | 1010111 | 10 | 100100 | 100101110 | 1001101 | 100100 |
Color Harmonies of #A2159E
Complementary color
Monochromatic Colors of #A2159E
Black with #A2159E
Text Example
Text Example
White with #A2159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2159E; }
p { color: rgb(162,21,158); }
H1.HeaderClassName
{
color: #A2159E;
}
.AnyTagClassName
{
color: #A2159E;
}
</style>
background-color css
<style>
a { background-color: #A2159E; }
a { background-color: rgb(162,21,158); }
div.DivClassName
{
background-color: #A2159E;
}
.BgClassName
{
background-color: #A2159E;
}
</style>
border-color css
<style>
span { border-color: #A2159E; }
span { border-color: rgb(162,21,158); }
td.TdClassName
{
border-color: #A2159E;
}
.TagClassName
{
border-color: #A2159E;
}
</style>