Shades of Dark Magenta #A20EA6
Tints of Dark Magenta #A20EA6
RGB
CMYK
RGB Variations
Color information
#A20EA6 (or 0xA20EA6) is known color: Dark Magenta. HEX triplet: A2, 0E and A6. RGB value is (162,14,166). Sum of RGB (Red+Green+Blue) = 162+14+166=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 166 (65.23% from 255 or 48.54% from 342); Max value from RGB is 166 - color contains mainly: blue. Hex color #A20EA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20EA6 is #5DF159. Grayscale: #4B4B4B. Windows color (decimal): -6156634 or 10882722. OLE color: 10882722.
HSL color Cylindrical-coordinate representation of color #A20EA6: hue angle of 298.42º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20EA6 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 14 | 166 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.35 |
| HSL | 298.42º | 0.84% | 0.35% | - |
| HSV(B) | 298.42º | 0.92% | 0.65% | - |
| XYZ | 21.94 | 10.75 | 36.99 | - |
| YUV | 75.58 | 179.03 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 166 | 0.02 | 0.92 | 0 | 0.35 | 298.42 | 0.84 | 0.35 |
| Hex | A2 | E | A6 | 2 | 5C | 0 | 23 | 12A | 54 | 23 |
| Octal | 242 | 16 | 246 | 2 | 134 | 0 | 43 | 452 | 124 | 43 |
| Binary | 10100010 | 1110 | 10100110 | 10 | 1011100 | 0 | 100011 | 100101010 | 1010100 | 100011 |
Color Harmonies of #A20EA6
Complementary color
Monochromatic Colors of #A20EA6
Black with #A20EA6
Text Example
Text Example
White with #A20EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20EA6; }
p { color: rgb(162,14,166); }
H1.HeaderClassName
{
color: #A20EA6;
}
.AnyTagClassName
{
color: #A20EA6;
}
</style>
background-color css
<style>
a { background-color: #A20EA6; }
a { background-color: rgb(162,14,166); }
div.DivClassName
{
background-color: #A20EA6;
}
.BgClassName
{
background-color: #A20EA6;
}
</style>
border-color css
<style>
span { border-color: #A20EA6; }
span { border-color: rgb(162,14,166); }
td.TdClassName
{
border-color: #A20EA6;
}
.TagClassName
{
border-color: #A20EA6;
}
</style>