Shades of Dark Magenta #A20E98
Tints of Dark Magenta #A20E98
RGB
CMYK
RGB Variations
Color information
#A20E98 (or 0xA20E98) is known color: Dark Magenta. HEX triplet: A2, 0E and 98. RGB value is (162,14,152). Sum of RGB (Red+Green+Blue) = 162+14+152=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E98 is #5DF167. Grayscale: #494949. Windows color (decimal): -6156648 or 9965218. OLE color: 9965218.
HSL color Cylindrical-coordinate representation of color #A20E98: hue angle of 304.05º 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 #A20E98 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 152 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.36 |
| HSL | 304.05º | 0.84% | 0.35% | - |
| HSV(B) | 304.05º | 0.91% | 0.64% | - |
| XYZ | 20.72 | 10.26 | 30.59 | - |
| YUV | 73.98 | 172.03 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 152 | 0 | 0.91 | 0.06 | 0.36 | 304.05 | 0.84 | 0.35 |
| Hex | A2 | E | 98 | 0 | 5B | 6 | 24 | 130 | 54 | 23 |
| Octal | 242 | 16 | 230 | 0 | 133 | 6 | 44 | 460 | 124 | 43 |
| Binary | 10100010 | 1110 | 10011000 | 0 | 1011011 | 110 | 100100 | 100110000 | 1010100 | 100011 |
Color Harmonies of #A20E98
Complementary color
Monochromatic Colors of #A20E98
Black with #A20E98
Text Example
Text Example
White with #A20E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E98; }
p { color: rgb(162,14,152); }
H1.HeaderClassName
{
color: #A20E98;
}
.AnyTagClassName
{
color: #A20E98;
}
</style>
background-color css
<style>
a { background-color: #A20E98; }
a { background-color: rgb(162,14,152); }
div.DivClassName
{
background-color: #A20E98;
}
.BgClassName
{
background-color: #A20E98;
}
</style>
border-color css
<style>
span { border-color: #A20E98; }
span { border-color: rgb(162,14,152); }
td.TdClassName
{
border-color: #A20E98;
}
.TagClassName
{
border-color: #A20E98;
}
</style>