Shades of Dark Magenta #A2139A
Tints of Dark Magenta #A2139A
RGB
CMYK
RGB Variations
Color information
#A2139A (or 0xA2139A) is known color: Dark Magenta. HEX triplet: A2, 13 and 9A. RGB value is (162,19,154). Sum of RGB (Red+Green+Blue) = 162+19+154=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A2139A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2139A is #5DEC65. Grayscale: #4C4C4C. Windows color (decimal): -6155366 or 10097570. OLE color: 10097570.
HSL color Cylindrical-coordinate representation of color #A2139A: hue angle of 303.36º 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 #A2139A is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 154 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.36 |
| HSL | 303.36º | 0.79% | 0.35% | - |
| HSV(B) | 303.36º | 0.88% | 0.64% | - |
| XYZ | 20.97 | 10.48 | 31.49 | - |
| YUV | 77.15 | 171.38 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 154 | 0 | 0.88 | 0.05 | 0.36 | 303.36 | 0.79 | 0.35 |
| Hex | A2 | 13 | 9A | 0 | 58 | 5 | 24 | 12F | 4F | 23 |
| Octal | 242 | 23 | 232 | 0 | 130 | 5 | 44 | 457 | 117 | 43 |
| Binary | 10100010 | 10011 | 10011010 | 0 | 1011000 | 101 | 100100 | 100101111 | 1001111 | 100011 |
Color Harmonies of #A2139A
Complementary color
Monochromatic Colors of #A2139A
Black with #A2139A
Text Example
Text Example
White with #A2139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2139A; }
p { color: rgb(162,19,154); }
H1.HeaderClassName
{
color: #A2139A;
}
.AnyTagClassName
{
color: #A2139A;
}
</style>
background-color css
<style>
a { background-color: #A2139A; }
a { background-color: rgb(162,19,154); }
div.DivClassName
{
background-color: #A2139A;
}
.BgClassName
{
background-color: #A2139A;
}
</style>
border-color css
<style>
span { border-color: #A2139A; }
span { border-color: rgb(162,19,154); }
td.TdClassName
{
border-color: #A2139A;
}
.TagClassName
{
border-color: #A2139A;
}
</style>