Shades of Dark Magenta #A2119A
Tints of Dark Magenta #A2119A
RGB
CMYK
RGB Variations
Color information
#A2119A (or 0xA2119A) is known color: Dark Magenta. HEX triplet: A2, 11 and 9A. RGB value is (162,17,154). Sum of RGB (Red+Green+Blue) = 162+17+154=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A2119A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2119A is #5DEE65. Grayscale: #4B4B4B. Windows color (decimal): -6155878 or 10097058. OLE color: 10097058.
HSL color Cylindrical-coordinate representation of color #A2119A: hue angle of 303.31º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2119A is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 154 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.36 |
| HSL | 303.31º | 0.81% | 0.35% | - |
| HSV(B) | 303.31º | 0.9% | 0.64% | - |
| XYZ | 20.93 | 10.42 | 31.48 | - |
| YUV | 75.97 | 172.04 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 154 | 0 | 0.90 | 0.05 | 0.36 | 303.31 | 0.81 | 0.35 |
| Hex | A2 | 11 | 9A | 0 | 5A | 5 | 24 | 12F | 51 | 23 |
| Octal | 242 | 21 | 232 | 0 | 132 | 5 | 44 | 457 | 121 | 43 |
| Binary | 10100010 | 10001 | 10011010 | 0 | 1011010 | 101 | 100100 | 100101111 | 1010001 | 100011 |
Color Harmonies of #A2119A
Complementary color
Monochromatic Colors of #A2119A
Black with #A2119A
Text Example
Text Example
White with #A2119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2119A; }
p { color: rgb(162,17,154); }
H1.HeaderClassName
{
color: #A2119A;
}
.AnyTagClassName
{
color: #A2119A;
}
</style>
background-color css
<style>
a { background-color: #A2119A; }
a { background-color: rgb(162,17,154); }
div.DivClassName
{
background-color: #A2119A;
}
.BgClassName
{
background-color: #A2119A;
}
</style>
border-color css
<style>
span { border-color: #A2119A; }
span { border-color: rgb(162,17,154); }
td.TdClassName
{
border-color: #A2119A;
}
.TagClassName
{
border-color: #A2119A;
}
</style>