Shades of Dark Magenta #A2118B
Tints of Dark Magenta #A2118B
RGB
CMYK
RGB Variations
Color information
#A2118B (or 0xA2118B) is known color: Dark Magenta. HEX triplet: A2, 11 and 8B. RGB value is (162,17,139). Sum of RGB (Red+Green+Blue) = 162+17+139=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A2118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2118B is #5DEE74. Grayscale: #494949. Windows color (decimal): -6155893 or 9114018. OLE color: 9114018.
HSL color Cylindrical-coordinate representation of color #A2118B: hue angle of 309.52º 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 #A2118B is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 139 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.36 |
| HSL | 309.52º | 0.81% | 0.35% | - |
| HSV(B) | 309.52º | 0.9% | 0.64% | - |
| XYZ | 19.76 | 9.95 | 25.3 | - |
| YUV | 74.26 | 164.54 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 139 | 0 | 0.90 | 0.14 | 0.36 | 309.52 | 0.81 | 0.35 |
| Hex | A2 | 11 | 8B | 0 | 5A | E | 24 | 136 | 51 | 23 |
| Octal | 242 | 21 | 213 | 0 | 132 | 16 | 44 | 466 | 121 | 43 |
| Binary | 10100010 | 10001 | 10001011 | 0 | 1011010 | 1110 | 100100 | 100110110 | 1010001 | 100011 |
Color Harmonies of #A2118B
Complementary color
Monochromatic Colors of #A2118B
Black with #A2118B
Text Example
Text Example
White with #A2118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2118B; }
p { color: rgb(162,17,139); }
H1.HeaderClassName
{
color: #A2118B;
}
.AnyTagClassName
{
color: #A2118B;
}
</style>
background-color css
<style>
a { background-color: #A2118B; }
a { background-color: rgb(162,17,139); }
div.DivClassName
{
background-color: #A2118B;
}
.BgClassName
{
background-color: #A2118B;
}
</style>
border-color css
<style>
span { border-color: #A2118B; }
span { border-color: rgb(162,17,139); }
td.TdClassName
{
border-color: #A2118B;
}
.TagClassName
{
border-color: #A2118B;
}
</style>