Shades of Dark Magenta #A60E8D
Tints of Dark Magenta #A60E8D
RGB
CMYK
RGB Variations
Color information
#A60E8D (or 0xA60E8D) is known color: Dark Magenta. HEX triplet: A6, 0E and 8D. RGB value is (166,14,141). Sum of RGB (Red+Green+Blue) = 166+14+141=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60E8D is #59F172. Grayscale: #494949. Windows color (decimal): -5894515 or 9244326. OLE color: 9244326.
HSL color Cylindrical-coordinate representation of color #A60E8D: hue angle of 309.87º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60E8D is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 14 | 141 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.35 |
| HSL | 309.87º | 0.84% | 0.35% | - |
| HSV(B) | 309.87º | 0.92% | 0.65% | - |
| XYZ | 20.69 | 10.34 | 26.11 | - |
| YUV | 73.93 | 165.86 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 141 | 0 | 0.92 | 0.15 | 0.35 | 309.87 | 0.84 | 0.35 |
| Hex | A6 | E | 8D | 0 | 5C | F | 23 | 136 | 54 | 23 |
| Octal | 246 | 16 | 215 | 0 | 134 | 17 | 43 | 466 | 124 | 43 |
| Binary | 10100110 | 1110 | 10001101 | 0 | 1011100 | 1111 | 100011 | 100110110 | 1010100 | 100011 |
Color Harmonies of #A60E8D
Complementary color
Monochromatic Colors of #A60E8D
Black with #A60E8D
Text Example
Text Example
White with #A60E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60E8D; }
p { color: rgb(166,14,141); }
H1.HeaderClassName
{
color: #A60E8D;
}
.AnyTagClassName
{
color: #A60E8D;
}
</style>
background-color css
<style>
a { background-color: #A60E8D; }
a { background-color: rgb(166,14,141); }
div.DivClassName
{
background-color: #A60E8D;
}
.BgClassName
{
background-color: #A60E8D;
}
</style>
border-color css
<style>
span { border-color: #A60E8D; }
span { border-color: rgb(166,14,141); }
td.TdClassName
{
border-color: #A60E8D;
}
.TagClassName
{
border-color: #A60E8D;
}
</style>