Shades of Dark Magenta #A20E93
Tints of Dark Magenta #A20E93
RGB
CMYK
RGB Variations
Color information
#A20E93 (or 0xA20E93) is known color: Dark Magenta. HEX triplet: A2, 0E and 93. RGB value is (162,14,147). Sum of RGB (Red+Green+Blue) = 162+14+147=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E93 is #5DF16C. Grayscale: #494949. Windows color (decimal): -6156653 or 9637538. OLE color: 9637538.
HSL color Cylindrical-coordinate representation of color #A20E93: hue angle of 306.08º 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 #A20E93 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 147 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.36 |
| HSL | 306.08º | 0.84% | 0.35% | - |
| HSV(B) | 306.08º | 0.91% | 0.64% | - |
| XYZ | 20.32 | 10.1 | 28.48 | - |
| YUV | 73.41 | 169.53 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 147 | 0 | 0.91 | 0.09 | 0.36 | 306.08 | 0.84 | 0.35 |
| Hex | A2 | E | 93 | 0 | 5B | 9 | 24 | 132 | 54 | 23 |
| Octal | 242 | 16 | 223 | 0 | 133 | 11 | 44 | 462 | 124 | 43 |
| Binary | 10100010 | 1110 | 10010011 | 0 | 1011011 | 1001 | 100100 | 100110010 | 1010100 | 100011 |
Color Harmonies of #A20E93
Complementary color
Monochromatic Colors of #A20E93
Black with #A20E93
Text Example
Text Example
White with #A20E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E93; }
p { color: rgb(162,14,147); }
H1.HeaderClassName
{
color: #A20E93;
}
.AnyTagClassName
{
color: #A20E93;
}
</style>
background-color css
<style>
a { background-color: #A20E93; }
a { background-color: rgb(162,14,147); }
div.DivClassName
{
background-color: #A20E93;
}
.BgClassName
{
background-color: #A20E93;
}
</style>
border-color css
<style>
span { border-color: #A20E93; }
span { border-color: rgb(162,14,147); }
td.TdClassName
{
border-color: #A20E93;
}
.TagClassName
{
border-color: #A20E93;
}
</style>