Shades of Dark Magenta #A2158B
Tints of Dark Magenta #A2158B
RGB
CMYK
RGB Variations
Color information
#A2158B (or 0xA2158B) is known color: Dark Magenta. HEX triplet: A2, 15 and 8B. RGB value is (162,21,139). Sum of RGB (Red+Green+Blue) = 162+21+139=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2158B is #5DEA74. Grayscale: #4C4C4C. Windows color (decimal): -6154869 or 9115042. OLE color: 9115042.
HSL color Cylindrical-coordinate representation of color #A2158B: hue angle of 309.79º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2158B is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 139 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.36 |
| HSL | 309.79º | 0.77% | 0.36% | - |
| HSV(B) | 309.79º | 0.87% | 0.64% | - |
| XYZ | 19.83 | 10.08 | 25.33 | - |
| YUV | 76.61 | 163.21 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 139 | 0 | 0.87 | 0.14 | 0.36 | 309.79 | 0.77 | 0.36 |
| Hex | A2 | 15 | 8B | 0 | 57 | E | 24 | 136 | 4D | 24 |
| Octal | 242 | 25 | 213 | 0 | 127 | 16 | 44 | 466 | 115 | 44 |
| Binary | 10100010 | 10101 | 10001011 | 0 | 1010111 | 1110 | 100100 | 100110110 | 1001101 | 100100 |
Color Harmonies of #A2158B
Complementary color
Monochromatic Colors of #A2158B
Black with #A2158B
Text Example
Text Example
White with #A2158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2158B; }
p { color: rgb(162,21,139); }
H1.HeaderClassName
{
color: #A2158B;
}
.AnyTagClassName
{
color: #A2158B;
}
</style>
background-color css
<style>
a { background-color: #A2158B; }
a { background-color: rgb(162,21,139); }
div.DivClassName
{
background-color: #A2158B;
}
.BgClassName
{
background-color: #A2158B;
}
</style>
border-color css
<style>
span { border-color: #A2158B; }
span { border-color: rgb(162,21,139); }
td.TdClassName
{
border-color: #A2158B;
}
.TagClassName
{
border-color: #A2158B;
}
</style>