Shades of Dark Magenta #A2149D
Tints of Dark Magenta #A2149D
RGB
CMYK
RGB Variations
Color information
#A2149D (or 0xA2149D) is known color: Dark Magenta. HEX triplet: A2, 14 and 9D. RGB value is (162,20,157). Sum of RGB (Red+Green+Blue) = 162+20+157=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2149D is #5DEB62. Grayscale: #4D4D4D. Windows color (decimal): -6155107 or 10294434. OLE color: 10294434.
HSL color Cylindrical-coordinate representation of color #A2149D: hue angle of 302.11º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2149D is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 20 | 157 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.36 |
| HSL | 302.11º | 0.78% | 0.36% | - |
| HSV(B) | 302.11º | 0.88% | 0.64% | - |
| XYZ | 21.24 | 10.62 | 32.83 | - |
| YUV | 78.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 157 | 0 | 0.88 | 0.03 | 0.36 | 302.11 | 0.78 | 0.36 |
| Hex | A2 | 14 | 9D | 0 | 58 | 3 | 24 | 12E | 4E | 24 |
| Octal | 242 | 24 | 235 | 0 | 130 | 3 | 44 | 456 | 116 | 44 |
| Binary | 10100010 | 10100 | 10011101 | 0 | 1011000 | 11 | 100100 | 100101110 | 1001110 | 100100 |
Color Harmonies of #A2149D
Complementary color
Monochromatic Colors of #A2149D
Black with #A2149D
Text Example
Text Example
White with #A2149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2149D; }
p { color: rgb(162,20,157); }
H1.HeaderClassName
{
color: #A2149D;
}
.AnyTagClassName
{
color: #A2149D;
}
</style>
background-color css
<style>
a { background-color: #A2149D; }
a { background-color: rgb(162,20,157); }
div.DivClassName
{
background-color: #A2149D;
}
.BgClassName
{
background-color: #A2149D;
}
</style>
border-color css
<style>
span { border-color: #A2149D; }
span { border-color: rgb(162,20,157); }
td.TdClassName
{
border-color: #A2149D;
}
.TagClassName
{
border-color: #A2149D;
}
</style>