Shades of Dark Magenta #A40586
Tints of Dark Magenta #A40586
RGB
CMYK
RGB Variations
Color information
#A40586 (or 0xA40586) is known color: Dark Magenta. HEX triplet: A4, 05 and 86. RGB value is (164,5,134). Sum of RGB (Red+Green+Blue) = 164+5+134=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A40586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40586 is #5BFA79. Grayscale: #424242. Windows color (decimal): -6027898 or 8783268. OLE color: 8783268.
HSL color Cylindrical-coordinate representation of color #A40586: hue angle of 311.32º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A40586 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 5 | 134 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.36 |
| HSL | 311.32º | 0.94% | 0.33% | - |
| HSV(B) | 311.32º | 0.97% | 0.64% | - |
| XYZ | 19.67 | 9.72 | 23.39 | - |
| YUV | 67.25 | 165.68 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 5 | 134 | 0 | 0.97 | 0.18 | 0.36 | 311.32 | 0.94 | 0.33 |
| Hex | A4 | 5 | 86 | 0 | 61 | 12 | 24 | 137 | 5E | 21 |
| Octal | 244 | 5 | 206 | 0 | 141 | 22 | 44 | 467 | 136 | 41 |
| Binary | 10100100 | 101 | 10000110 | 0 | 1100001 | 10010 | 100100 | 100110111 | 1011110 | 100001 |
Color Harmonies of #A40586
Complementary color
Monochromatic Colors of #A40586
Black with #A40586
Text Example
Text Example
White with #A40586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40586; }
p { color: rgb(164,5,134); }
H1.HeaderClassName
{
color: #A40586;
}
.AnyTagClassName
{
color: #A40586;
}
</style>
background-color css
<style>
a { background-color: #A40586; }
a { background-color: rgb(164,5,134); }
div.DivClassName
{
background-color: #A40586;
}
.BgClassName
{
background-color: #A40586;
}
</style>
border-color css
<style>
span { border-color: #A40586; }
span { border-color: rgb(164,5,134); }
td.TdClassName
{
border-color: #A40586;
}
.TagClassName
{
border-color: #A40586;
}
</style>