Shades of Dark Magenta #A40DA1
Tints of Dark Magenta #A40DA1
RGB
CMYK
RGB Variations
Color information
#A40DA1 (or 0xA40DA1) is known color: Dark Magenta. HEX triplet: A4, 0D and A1. RGB value is (164,13,161). Sum of RGB (Red+Green+Blue) = 164+13+161=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 161 (63.28% from 255 or 47.63% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A40DA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40DA1 is #5BF25E. Grayscale: #4A4A4A. Windows color (decimal): -6025823 or 10554788. OLE color: 10554788.
HSL color Cylindrical-coordinate representation of color #A40DA1: hue angle of 301.19º 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 #A40DA1 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 13 | 161 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.36 |
| HSL | 301.19º | 0.85% | 0.35% | - |
| HSV(B) | 301.19º | 0.92% | 0.64% | - |
| XYZ | 21.89 | 10.75 | 34.64 | - |
| YUV | 75.02 | 176.53 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 161 | 0 | 0.92 | 0.02 | 0.36 | 301.19 | 0.85 | 0.35 |
| Hex | A4 | D | A1 | 0 | 5C | 2 | 24 | 12D | 55 | 23 |
| Octal | 244 | 15 | 241 | 0 | 134 | 2 | 44 | 455 | 125 | 43 |
| Binary | 10100100 | 1101 | 10100001 | 0 | 1011100 | 10 | 100100 | 100101101 | 1010101 | 100011 |
Color Harmonies of #A40DA1
Complementary color
Monochromatic Colors of #A40DA1
Black with #A40DA1
Text Example
Text Example
White with #A40DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40DA1; }
p { color: rgb(164,13,161); }
H1.HeaderClassName
{
color: #A40DA1;
}
.AnyTagClassName
{
color: #A40DA1;
}
</style>
background-color css
<style>
a { background-color: #A40DA1; }
a { background-color: rgb(164,13,161); }
div.DivClassName
{
background-color: #A40DA1;
}
.BgClassName
{
background-color: #A40DA1;
}
</style>
border-color css
<style>
span { border-color: #A40DA1; }
span { border-color: rgb(164,13,161); }
td.TdClassName
{
border-color: #A40DA1;
}
.TagClassName
{
border-color: #A40DA1;
}
</style>