Shades of Dark Magenta #A20E9F
Tints of Dark Magenta #A20E9F
RGB
CMYK
RGB Variations
Color information
#A20E9F (or 0xA20E9F) is known color: Dark Magenta. HEX triplet: A2, 0E and 9F. RGB value is (162,14,159). Sum of RGB (Red+Green+Blue) = 162+14+159=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E9F is #5DF160. Grayscale: #4A4A4A. Windows color (decimal): -6156641 or 10423970. OLE color: 10423970.
HSL color Cylindrical-coordinate representation of color #A20E9F: hue angle of 301.22º 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 #A20E9F is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 159 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.36 |
| HSL | 301.22º | 0.84% | 0.35% | - |
| HSV(B) | 301.22º | 0.91% | 0.64% | - |
| XYZ | 21.32 | 10.5 | 33.7 | - |
| YUV | 74.78 | 175.53 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 159 | 0 | 0.91 | 0.02 | 0.36 | 301.22 | 0.84 | 0.35 |
| Hex | A2 | E | 9F | 0 | 5B | 2 | 24 | 12D | 54 | 23 |
| Octal | 242 | 16 | 237 | 0 | 133 | 2 | 44 | 455 | 124 | 43 |
| Binary | 10100010 | 1110 | 10011111 | 0 | 1011011 | 10 | 100100 | 100101101 | 1010100 | 100011 |
Color Harmonies of #A20E9F
Complementary color
Monochromatic Colors of #A20E9F
Black with #A20E9F
Text Example
Text Example
White with #A20E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E9F; }
p { color: rgb(162,14,159); }
H1.HeaderClassName
{
color: #A20E9F;
}
.AnyTagClassName
{
color: #A20E9F;
}
</style>
background-color css
<style>
a { background-color: #A20E9F; }
a { background-color: rgb(162,14,159); }
div.DivClassName
{
background-color: #A20E9F;
}
.BgClassName
{
background-color: #A20E9F;
}
</style>
border-color css
<style>
span { border-color: #A20E9F; }
span { border-color: rgb(162,14,159); }
td.TdClassName
{
border-color: #A20E9F;
}
.TagClassName
{
border-color: #A20E9F;
}
</style>