Shades of Dark Magenta #A40D9E
Tints of Dark Magenta #A40D9E
RGB
CMYK
RGB Variations
Color information
#A40D9E (or 0xA40D9E) is known color: Dark Magenta. HEX triplet: A4, 0D and 9E. RGB value is (164,13,158). Sum of RGB (Red+Green+Blue) = 164+13+158=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A40D9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40D9E is #5BF261. Grayscale: #4A4A4A. Windows color (decimal): -6025826 or 10358180. OLE color: 10358180.
HSL color Cylindrical-coordinate representation of color #A40D9E: hue angle of 302.38º 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 #A40D9E is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 13 | 158 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.36 |
| HSL | 302.38º | 0.85% | 0.35% | - |
| HSV(B) | 302.38º | 0.92% | 0.64% | - |
| XYZ | 21.63 | 10.65 | 33.26 | - |
| YUV | 74.68 | 175.03 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 158 | 0 | 0.92 | 0.04 | 0.36 | 302.38 | 0.85 | 0.35 |
| Hex | A4 | D | 9E | 0 | 5C | 4 | 24 | 12E | 55 | 23 |
| Octal | 244 | 15 | 236 | 0 | 134 | 4 | 44 | 456 | 125 | 43 |
| Binary | 10100100 | 1101 | 10011110 | 0 | 1011100 | 100 | 100100 | 100101110 | 1010101 | 100011 |
Color Harmonies of #A40D9E
Complementary color
Monochromatic Colors of #A40D9E
Black with #A40D9E
Text Example
Text Example
White with #A40D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40D9E; }
p { color: rgb(164,13,158); }
H1.HeaderClassName
{
color: #A40D9E;
}
.AnyTagClassName
{
color: #A40D9E;
}
</style>
background-color css
<style>
a { background-color: #A40D9E; }
a { background-color: rgb(164,13,158); }
div.DivClassName
{
background-color: #A40D9E;
}
.BgClassName
{
background-color: #A40D9E;
}
</style>
border-color css
<style>
span { border-color: #A40D9E; }
span { border-color: rgb(164,13,158); }
td.TdClassName
{
border-color: #A40D9E;
}
.TagClassName
{
border-color: #A40D9E;
}
</style>