Shades of Dark Magenta #A40EA0
Tints of Dark Magenta #A40EA0
RGB
CMYK
RGB Variations
Color information
#A40EA0 (or 0xA40EA0) is known color: Dark Magenta. HEX triplet: A4, 0E and A0. RGB value is (164,14,160). Sum of RGB (Red+Green+Blue) = 164+14+160=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A40EA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40EA0 is #5BF15F. Grayscale: #4B4B4B. Windows color (decimal): -6025568 or 10489508. OLE color: 10489508.
HSL color Cylindrical-coordinate representation of color #A40EA0: hue angle of 301.6º 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 #A40EA0 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 14 | 160 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.36 |
| HSL | 301.6º | 0.84% | 0.35% | - |
| HSV(B) | 301.6º | 0.91% | 0.64% | - |
| XYZ | 21.81 | 10.74 | 34.18 | - |
| YUV | 75.49 | 175.7 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 14 | 160 | 0 | 0.91 | 0.02 | 0.36 | 301.6 | 0.84 | 0.35 |
| Hex | A4 | E | A0 | 0 | 5B | 2 | 24 | 12E | 54 | 23 |
| Octal | 244 | 16 | 240 | 0 | 133 | 2 | 44 | 456 | 124 | 43 |
| Binary | 10100100 | 1110 | 10100000 | 0 | 1011011 | 10 | 100100 | 100101110 | 1010100 | 100011 |
Color Harmonies of #A40EA0
Complementary color
Monochromatic Colors of #A40EA0
Black with #A40EA0
Text Example
Text Example
White with #A40EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40EA0; }
p { color: rgb(164,14,160); }
H1.HeaderClassName
{
color: #A40EA0;
}
.AnyTagClassName
{
color: #A40EA0;
}
</style>
background-color css
<style>
a { background-color: #A40EA0; }
a { background-color: rgb(164,14,160); }
div.DivClassName
{
background-color: #A40EA0;
}
.BgClassName
{
background-color: #A40EA0;
}
</style>
border-color css
<style>
span { border-color: #A40EA0; }
span { border-color: rgb(164,14,160); }
td.TdClassName
{
border-color: #A40EA0;
}
.TagClassName
{
border-color: #A40EA0;
}
</style>