Shades of Dark Magenta #A20EAC
Tints of Dark Magenta #A20EAC
RGB
CMYK
RGB Variations
Color information
#A20EAC (or 0xA20EAC) is known color: Dark Magenta. HEX triplet: A2, 0E and AC. RGB value is (162,14,172). Sum of RGB (Red+Green+Blue) = 162+14+172=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #A20EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20EAC is #5DF153. Grayscale: #4B4B4B. Windows color (decimal): -6156628 or 11275938. OLE color: 11275938.
HSL color Cylindrical-coordinate representation of color #A20EAC: hue angle of 296.2º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20EAC is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 14 | 172 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.33 |
| HSL | 296.2º | 0.85% | 0.36% | - |
| HSV(B) | 296.2º | 0.92% | 0.67% | - |
| XYZ | 22.5 | 10.97 | 39.96 | - |
| YUV | 76.26 | 182.03 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 172 | 0.06 | 0.92 | 0 | 0.33 | 296.2 | 0.85 | 0.36 |
| Hex | A2 | E | AC | 6 | 5C | 0 | 21 | 128 | 55 | 24 |
| Octal | 242 | 16 | 254 | 6 | 134 | 0 | 41 | 450 | 125 | 44 |
| Binary | 10100010 | 1110 | 10101100 | 110 | 1011100 | 0 | 100001 | 100101000 | 1010101 | 100100 |
Color Harmonies of #A20EAC
Complementary color
Monochromatic Colors of #A20EAC
Black with #A20EAC
Text Example
Text Example
White with #A20EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20EAC; }
p { color: rgb(162,14,172); }
H1.HeaderClassName
{
color: #A20EAC;
}
.AnyTagClassName
{
color: #A20EAC;
}
</style>
background-color css
<style>
a { background-color: #A20EAC; }
a { background-color: rgb(162,14,172); }
div.DivClassName
{
background-color: #A20EAC;
}
.BgClassName
{
background-color: #A20EAC;
}
</style>
border-color css
<style>
span { border-color: #A20EAC; }
span { border-color: rgb(162,14,172); }
td.TdClassName
{
border-color: #A20EAC;
}
.TagClassName
{
border-color: #A20EAC;
}
</style>