Shades of Dark Magenta #A40DA0
Tints of Dark Magenta #A40DA0
RGB
CMYK
RGB Variations
Color information
#A40DA0 (or 0xA40DA0) is known color: Dark Magenta. HEX triplet: A4, 0D and A0. RGB value is (164,13,160). Sum of RGB (Red+Green+Blue) = 164+13+160=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A40DA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40DA0 is #5BF25F. Grayscale: #4A4A4A. Windows color (decimal): -6025824 or 10489252. OLE color: 10489252.
HSL color Cylindrical-coordinate representation of color #A40DA0: hue angle of 301.59º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A40DA0 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 13 | 160 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.36 |
| HSL | 301.59º | 0.85% | 0.35% | - |
| HSV(B) | 301.59º | 0.92% | 0.64% | - |
| XYZ | 21.8 | 10.72 | 34.18 | - |
| YUV | 74.91 | 176.03 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 160 | 0 | 0.92 | 0.02 | 0.36 | 301.59 | 0.85 | 0.35 |
| Hex | A4 | D | A0 | 0 | 5C | 2 | 24 | 12E | 55 | 23 |
| Octal | 244 | 15 | 240 | 0 | 134 | 2 | 44 | 456 | 125 | 43 |
| Binary | 10100100 | 1101 | 10100000 | 0 | 1011100 | 10 | 100100 | 100101110 | 1010101 | 100011 |
Color Harmonies of #A40DA0
Complementary color
Monochromatic Colors of #A40DA0
Black with #A40DA0
Text Example
Text Example
White with #A40DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40DA0; }
p { color: rgb(164,13,160); }
H1.HeaderClassName
{
color: #A40DA0;
}
.AnyTagClassName
{
color: #A40DA0;
}
</style>
background-color css
<style>
a { background-color: #A40DA0; }
a { background-color: rgb(164,13,160); }
div.DivClassName
{
background-color: #A40DA0;
}
.BgClassName
{
background-color: #A40DA0;
}
</style>
border-color css
<style>
span { border-color: #A40DA0; }
span { border-color: rgb(164,13,160); }
td.TdClassName
{
border-color: #A40DA0;
}
.TagClassName
{
border-color: #A40DA0;
}
</style>