Shades of Dark Magenta #A60D8D
Tints of Dark Magenta #A60D8D
RGB
CMYK
RGB Variations
Color information
#A60D8D (or 0xA60D8D) is known color: Dark Magenta. HEX triplet: A6, 0D and 8D. RGB value is (166,13,141). Sum of RGB (Red+Green+Blue) = 166+13+141=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60D8D is #59F272. Grayscale: #484848. Windows color (decimal): -5894771 or 9244070. OLE color: 9244070.
HSL color Cylindrical-coordinate representation of color #A60D8D: hue angle of 309.8º degrees, saturation: 0.85, 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 #A60D8D is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 13 | 141 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.35 |
| HSL | 309.8º | 0.85% | 0.35% | - |
| HSV(B) | 309.8º | 0.92% | 0.65% | - |
| XYZ | 20.68 | 10.32 | 26.1 | - |
| YUV | 73.34 | 166.19 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 13 | 141 | 0 | 0.92 | 0.15 | 0.35 | 309.8 | 0.85 | 0.35 |
| Hex | A6 | D | 8D | 0 | 5C | F | 23 | 136 | 55 | 23 |
| Octal | 246 | 15 | 215 | 0 | 134 | 17 | 43 | 466 | 125 | 43 |
| Binary | 10100110 | 1101 | 10001101 | 0 | 1011100 | 1111 | 100011 | 100110110 | 1010101 | 100011 |
Color Harmonies of #A60D8D
Complementary color
Monochromatic Colors of #A60D8D
Black with #A60D8D
Text Example
Text Example
White with #A60D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60D8D; }
p { color: rgb(166,13,141); }
H1.HeaderClassName
{
color: #A60D8D;
}
.AnyTagClassName
{
color: #A60D8D;
}
</style>
background-color css
<style>
a { background-color: #A60D8D; }
a { background-color: rgb(166,13,141); }
div.DivClassName
{
background-color: #A60D8D;
}
.BgClassName
{
background-color: #A60D8D;
}
</style>
border-color css
<style>
span { border-color: #A60D8D; }
span { border-color: rgb(166,13,141); }
td.TdClassName
{
border-color: #A60D8D;
}
.TagClassName
{
border-color: #A60D8D;
}
</style>