Shades of Dark Magenta #A2118C
Tints of Dark Magenta #A2118C
RGB
CMYK
RGB Variations
Color information
#A2118C (or 0xA2118C) is known color: Dark Magenta. HEX triplet: A2, 11 and 8C. RGB value is (162,17,140). Sum of RGB (Red+Green+Blue) = 162+17+140=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A2118C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2118C is #5DEE73. Grayscale: #4A4A4A. Windows color (decimal): -6155892 or 9179554. OLE color: 9179554.
HSL color Cylindrical-coordinate representation of color #A2118C: hue angle of 309.1º 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 #A2118C is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 140 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.36 |
| HSL | 309.1º | 0.81% | 0.35% | - |
| HSV(B) | 309.1º | 0.9% | 0.64% | - |
| XYZ | 19.83 | 9.98 | 25.69 | - |
| YUV | 74.38 | 165.04 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 140 | 0 | 0.90 | 0.14 | 0.36 | 309.1 | 0.81 | 0.35 |
| Hex | A2 | 11 | 8C | 0 | 5A | E | 24 | 135 | 51 | 23 |
| Octal | 242 | 21 | 214 | 0 | 132 | 16 | 44 | 465 | 121 | 43 |
| Binary | 10100010 | 10001 | 10001100 | 0 | 1011010 | 1110 | 100100 | 100110101 | 1010001 | 100011 |
Color Harmonies of #A2118C
Complementary color
Monochromatic Colors of #A2118C
Black with #A2118C
Text Example
Text Example
White with #A2118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2118C; }
p { color: rgb(162,17,140); }
H1.HeaderClassName
{
color: #A2118C;
}
.AnyTagClassName
{
color: #A2118C;
}
</style>
background-color css
<style>
a { background-color: #A2118C; }
a { background-color: rgb(162,17,140); }
div.DivClassName
{
background-color: #A2118C;
}
.BgClassName
{
background-color: #A2118C;
}
</style>
border-color css
<style>
span { border-color: #A2118C; }
span { border-color: rgb(162,17,140); }
td.TdClassName
{
border-color: #A2118C;
}
.TagClassName
{
border-color: #A2118C;
}
</style>