Shades of Dark Magenta #A2139D
Tints of Dark Magenta #A2139D
RGB
CMYK
RGB Variations
Color information
#A2139D (or 0xA2139D) is known color: Dark Magenta. HEX triplet: A2, 13 and 9D. RGB value is (162,19,157). Sum of RGB (Red+Green+Blue) = 162+19+157=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2139D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2139D is #5DEC62. Grayscale: #4D4D4D. Windows color (decimal): -6155363 or 10294178. OLE color: 10294178.
HSL color Cylindrical-coordinate representation of color #A2139D: hue angle of 302.1º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2139D is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 157 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.36 |
| HSL | 302.1º | 0.79% | 0.35% | - |
| HSV(B) | 302.1º | 0.88% | 0.64% | - |
| XYZ | 21.22 | 10.58 | 32.82 | - |
| YUV | 77.49 | 172.88 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 157 | 0 | 0.88 | 0.03 | 0.36 | 302.1 | 0.79 | 0.35 |
| Hex | A2 | 13 | 9D | 0 | 58 | 3 | 24 | 12E | 4F | 23 |
| Octal | 242 | 23 | 235 | 0 | 130 | 3 | 44 | 456 | 117 | 43 |
| Binary | 10100010 | 10011 | 10011101 | 0 | 1011000 | 11 | 100100 | 100101110 | 1001111 | 100011 |
Color Harmonies of #A2139D
Complementary color
Monochromatic Colors of #A2139D
Black with #A2139D
Text Example
Text Example
White with #A2139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2139D; }
p { color: rgb(162,19,157); }
H1.HeaderClassName
{
color: #A2139D;
}
.AnyTagClassName
{
color: #A2139D;
}
</style>
background-color css
<style>
a { background-color: #A2139D; }
a { background-color: rgb(162,19,157); }
div.DivClassName
{
background-color: #A2139D;
}
.BgClassName
{
background-color: #A2139D;
}
</style>
border-color css
<style>
span { border-color: #A2139D; }
span { border-color: rgb(162,19,157); }
td.TdClassName
{
border-color: #A2139D;
}
.TagClassName
{
border-color: #A2139D;
}
</style>