Shades of Dark Magenta #A60D9E
Tints of Dark Magenta #A60D9E
RGB
CMYK
RGB Variations
Color information
#A60D9E (or 0xA60D9E) is known color: Dark Magenta. HEX triplet: A6, 0D and 9E. RGB value is (166,13,158). Sum of RGB (Red+Green+Blue) = 166+13+158=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60D9E is #59F261. Grayscale: #4A4A4A. Windows color (decimal): -5894754 or 10358182. OLE color: 10358182.
HSL color Cylindrical-coordinate representation of color #A60D9E: hue angle of 303.14º 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 #A60D9E is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 13 | 158 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.35 |
| HSL | 303.14º | 0.85% | 0.35% | - |
| HSV(B) | 303.14º | 0.92% | 0.65% | - |
| XYZ | 22.04 | 10.86 | 33.28 | - |
| YUV | 75.28 | 174.69 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 13 | 158 | 0 | 0.92 | 0.05 | 0.35 | 303.14 | 0.85 | 0.35 |
| Hex | A6 | D | 9E | 0 | 5C | 5 | 23 | 12F | 55 | 23 |
| Octal | 246 | 15 | 236 | 0 | 134 | 5 | 43 | 457 | 125 | 43 |
| Binary | 10100110 | 1101 | 10011110 | 0 | 1011100 | 101 | 100011 | 100101111 | 1010101 | 100011 |
Color Harmonies of #A60D9E
Complementary color
Monochromatic Colors of #A60D9E
Black with #A60D9E
Text Example
Text Example
White with #A60D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60D9E; }
p { color: rgb(166,13,158); }
H1.HeaderClassName
{
color: #A60D9E;
}
.AnyTagClassName
{
color: #A60D9E;
}
</style>
background-color css
<style>
a { background-color: #A60D9E; }
a { background-color: rgb(166,13,158); }
div.DivClassName
{
background-color: #A60D9E;
}
.BgClassName
{
background-color: #A60D9E;
}
</style>
border-color css
<style>
span { border-color: #A60D9E; }
span { border-color: rgb(166,13,158); }
td.TdClassName
{
border-color: #A60D9E;
}
.TagClassName
{
border-color: #A60D9E;
}
</style>