Shades of Dark Magenta #A20E95
Tints of Dark Magenta #A20E95
RGB
CMYK
RGB Variations
Color information
#A20E95 (or 0xA20E95) is known color: Dark Magenta. HEX triplet: A2, 0E and 95. RGB value is (162,14,149). Sum of RGB (Red+Green+Blue) = 162+14+149=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E95 is #5DF16A. Grayscale: #494949. Windows color (decimal): -6156651 or 9768610. OLE color: 9768610.
HSL color Cylindrical-coordinate representation of color #A20E95: hue angle of 305.27º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E95 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 149 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.36 |
| HSL | 305.27º | 0.84% | 0.35% | - |
| HSV(B) | 305.27º | 0.91% | 0.64% | - |
| XYZ | 20.48 | 10.17 | 29.32 | - |
| YUV | 73.64 | 170.53 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 149 | 0 | 0.91 | 0.08 | 0.36 | 305.27 | 0.84 | 0.35 |
| Hex | A2 | E | 95 | 0 | 5B | 8 | 24 | 131 | 54 | 23 |
| Octal | 242 | 16 | 225 | 0 | 133 | 10 | 44 | 461 | 124 | 43 |
| Binary | 10100010 | 1110 | 10010101 | 0 | 1011011 | 1000 | 100100 | 100110001 | 1010100 | 100011 |
Color Harmonies of #A20E95
Complementary color
Monochromatic Colors of #A20E95
Black with #A20E95
Text Example
Text Example
White with #A20E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E95; }
p { color: rgb(162,14,149); }
H1.HeaderClassName
{
color: #A20E95;
}
.AnyTagClassName
{
color: #A20E95;
}
</style>
background-color css
<style>
a { background-color: #A20E95; }
a { background-color: rgb(162,14,149); }
div.DivClassName
{
background-color: #A20E95;
}
.BgClassName
{
background-color: #A20E95;
}
</style>
border-color css
<style>
span { border-color: #A20E95; }
span { border-color: rgb(162,14,149); }
td.TdClassName
{
border-color: #A20E95;
}
.TagClassName
{
border-color: #A20E95;
}
</style>