Shades of Dark Magenta #A60A8D
Tints of Dark Magenta #A60A8D
RGB
CMYK
RGB Variations
Color information
#A60A8D (or 0xA60A8D) is known color: Dark Magenta. HEX triplet: A6, 0A and 8D. RGB value is (166,10,141). Sum of RGB (Red+Green+Blue) = 166+10+141=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60A8D is #59F572. Grayscale: #474747. Windows color (decimal): -5895539 or 9243302. OLE color: 9243302.
HSL color Cylindrical-coordinate representation of color #A60A8D: hue angle of 309.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60A8D is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 10 | 141 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.35 |
| HSL | 309.62º | 0.89% | 0.35% | - |
| HSV(B) | 309.62º | 0.94% | 0.65% | - |
| XYZ | 20.64 | 10.25 | 26.09 | - |
| YUV | 71.58 | 167.18 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 141 | 0 | 0.94 | 0.15 | 0.35 | 309.62 | 0.89 | 0.35 |
| Hex | A6 | A | 8D | 0 | 5E | F | 23 | 136 | 59 | 23 |
| Octal | 246 | 12 | 215 | 0 | 136 | 17 | 43 | 466 | 131 | 43 |
| Binary | 10100110 | 1010 | 10001101 | 0 | 1011110 | 1111 | 100011 | 100110110 | 1011001 | 100011 |
Color Harmonies of #A60A8D
Complementary color
Monochromatic Colors of #A60A8D
Black with #A60A8D
Text Example
Text Example
White with #A60A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60A8D; }
p { color: rgb(166,10,141); }
H1.HeaderClassName
{
color: #A60A8D;
}
.AnyTagClassName
{
color: #A60A8D;
}
</style>
background-color css
<style>
a { background-color: #A60A8D; }
a { background-color: rgb(166,10,141); }
div.DivClassName
{
background-color: #A60A8D;
}
.BgClassName
{
background-color: #A60A8D;
}
</style>
border-color css
<style>
span { border-color: #A60A8D; }
span { border-color: rgb(166,10,141); }
td.TdClassName
{
border-color: #A60A8D;
}
.TagClassName
{
border-color: #A60A8D;
}
</style>