Shades of Dark Magenta #A40686
Tints of Dark Magenta #A40686
RGB
CMYK
RGB Variations
Color information
#A40686 (or 0xA40686) is known color: Dark Magenta. HEX triplet: A4, 06 and 86. RGB value is (164,6,134). Sum of RGB (Red+Green+Blue) = 164+6+134=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A40686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40686 is #5BF979. Grayscale: #434343. Windows color (decimal): -6027642 or 8783524. OLE color: 8783524.
HSL color Cylindrical-coordinate representation of color #A40686: hue angle of 311.39º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40686 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 134 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.36 |
| HSL | 311.39º | 0.93% | 0.33% | - |
| HSV(B) | 311.39º | 0.96% | 0.64% | - |
| XYZ | 19.68 | 9.74 | 23.4 | - |
| YUV | 67.83 | 165.35 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 134 | 0 | 0.96 | 0.18 | 0.36 | 311.39 | 0.93 | 0.33 |
| Hex | A4 | 6 | 86 | 0 | 60 | 12 | 24 | 137 | 5D | 21 |
| Octal | 244 | 6 | 206 | 0 | 140 | 22 | 44 | 467 | 135 | 41 |
| Binary | 10100100 | 110 | 10000110 | 0 | 1100000 | 10010 | 100100 | 100110111 | 1011101 | 100001 |
Color Harmonies of #A40686
Complementary color
Monochromatic Colors of #A40686
Black with #A40686
Text Example
Text Example
White with #A40686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40686; }
p { color: rgb(164,6,134); }
H1.HeaderClassName
{
color: #A40686;
}
.AnyTagClassName
{
color: #A40686;
}
</style>
background-color css
<style>
a { background-color: #A40686; }
a { background-color: rgb(164,6,134); }
div.DivClassName
{
background-color: #A40686;
}
.BgClassName
{
background-color: #A40686;
}
</style>
border-color css
<style>
span { border-color: #A40686; }
span { border-color: rgb(164,6,134); }
td.TdClassName
{
border-color: #A40686;
}
.TagClassName
{
border-color: #A40686;
}
</style>