Shades of Dark Magenta #A20E8C
Tints of Dark Magenta #A20E8C
RGB
CMYK
RGB Variations
Color information
#A20E8C (or 0xA20E8C) is known color: Dark Magenta. HEX triplet: A2, 0E and 8C. RGB value is (162,14,140). Sum of RGB (Red+Green+Blue) = 162+14+140=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E8C is #5DF173. Grayscale: #484848. Windows color (decimal): -6156660 or 9178786. OLE color: 9178786.
HSL color Cylindrical-coordinate representation of color #A20E8C: hue angle of 308.92º 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 #A20E8C is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 140 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.36 |
| HSL | 308.92º | 0.84% | 0.35% | - |
| HSV(B) | 308.92º | 0.91% | 0.64% | - |
| XYZ | 19.79 | 9.89 | 25.68 | - |
| YUV | 72.62 | 166.03 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 140 | 0 | 0.91 | 0.14 | 0.36 | 308.92 | 0.84 | 0.35 |
| Hex | A2 | E | 8C | 0 | 5B | E | 24 | 135 | 54 | 23 |
| Octal | 242 | 16 | 214 | 0 | 133 | 16 | 44 | 465 | 124 | 43 |
| Binary | 10100010 | 1110 | 10001100 | 0 | 1011011 | 1110 | 100100 | 100110101 | 1010100 | 100011 |
Color Harmonies of #A20E8C
Complementary color
Monochromatic Colors of #A20E8C
Black with #A20E8C
Text Example
Text Example
White with #A20E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E8C; }
p { color: rgb(162,14,140); }
H1.HeaderClassName
{
color: #A20E8C;
}
.AnyTagClassName
{
color: #A20E8C;
}
</style>
background-color css
<style>
a { background-color: #A20E8C; }
a { background-color: rgb(162,14,140); }
div.DivClassName
{
background-color: #A20E8C;
}
.BgClassName
{
background-color: #A20E8C;
}
</style>
border-color css
<style>
span { border-color: #A20E8C; }
span { border-color: rgb(162,14,140); }
td.TdClassName
{
border-color: #A20E8C;
}
.TagClassName
{
border-color: #A20E8C;
}
</style>