Shades of Dark Magenta #A40D9F
Tints of Dark Magenta #A40D9F
RGB
CMYK
RGB Variations
Color information
#A40D9F (or 0xA40D9F) is known color: Dark Magenta. HEX triplet: A4, 0D and 9F. RGB value is (164,13,159). Sum of RGB (Red+Green+Blue) = 164+13+159=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A40D9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40D9F is #5BF260. Grayscale: #4A4A4A. Windows color (decimal): -6025825 or 10423716. OLE color: 10423716.
HSL color Cylindrical-coordinate representation of color #A40D9F: hue angle of 301.99º 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 #A40D9F is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 13 | 159 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.36 |
| HSL | 301.99º | 0.85% | 0.35% | - |
| HSV(B) | 301.99º | 0.92% | 0.64% | - |
| XYZ | 21.71 | 10.68 | 33.72 | - |
| YUV | 74.79 | 175.53 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 159 | 0 | 0.92 | 0.03 | 0.36 | 301.99 | 0.85 | 0.35 |
| Hex | A4 | D | 9F | 0 | 5C | 3 | 24 | 12E | 55 | 23 |
| Octal | 244 | 15 | 237 | 0 | 134 | 3 | 44 | 456 | 125 | 43 |
| Binary | 10100100 | 1101 | 10011111 | 0 | 1011100 | 11 | 100100 | 100101110 | 1010101 | 100011 |
Color Harmonies of #A40D9F
Complementary color
Monochromatic Colors of #A40D9F
Black with #A40D9F
Text Example
Text Example
White with #A40D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40D9F; }
p { color: rgb(164,13,159); }
H1.HeaderClassName
{
color: #A40D9F;
}
.AnyTagClassName
{
color: #A40D9F;
}
</style>
background-color css
<style>
a { background-color: #A40D9F; }
a { background-color: rgb(164,13,159); }
div.DivClassName
{
background-color: #A40D9F;
}
.BgClassName
{
background-color: #A40D9F;
}
</style>
border-color css
<style>
span { border-color: #A40D9F; }
span { border-color: rgb(164,13,159); }
td.TdClassName
{
border-color: #A40D9F;
}
.TagClassName
{
border-color: #A40D9F;
}
</style>