Shades of Dark Magenta #A60E9F
Tints of Dark Magenta #A60E9F
RGB
CMYK
RGB Variations
Color information
#A60E9F (or 0xA60E9F) is known color: Dark Magenta. HEX triplet: A6, 0E and 9F. RGB value is (166,14,159). Sum of RGB (Red+Green+Blue) = 166+14+159=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60E9F is #59F160. Grayscale: #4B4B4B. Windows color (decimal): -5894497 or 10423974. OLE color: 10423974.
HSL color Cylindrical-coordinate representation of color #A60E9F: hue angle of 302.76º 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 #A60E9F is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 14 | 159 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.35 |
| HSL | 302.76º | 0.84% | 0.35% | - |
| HSV(B) | 302.76º | 0.92% | 0.65% | - |
| XYZ | 22.14 | 10.92 | 33.74 | - |
| YUV | 75.98 | 174.86 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 159 | 0 | 0.92 | 0.04 | 0.35 | 302.76 | 0.84 | 0.35 |
| Hex | A6 | E | 9F | 0 | 5C | 4 | 23 | 12F | 54 | 23 |
| Octal | 246 | 16 | 237 | 0 | 134 | 4 | 43 | 457 | 124 | 43 |
| Binary | 10100110 | 1110 | 10011111 | 0 | 1011100 | 100 | 100011 | 100101111 | 1010100 | 100011 |
Color Harmonies of #A60E9F
Complementary color
Monochromatic Colors of #A60E9F
Black with #A60E9F
Text Example
Text Example
White with #A60E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60E9F; }
p { color: rgb(166,14,159); }
H1.HeaderClassName
{
color: #A60E9F;
}
.AnyTagClassName
{
color: #A60E9F;
}
</style>
background-color css
<style>
a { background-color: #A60E9F; }
a { background-color: rgb(166,14,159); }
div.DivClassName
{
background-color: #A60E9F;
}
.BgClassName
{
background-color: #A60E9F;
}
</style>
border-color css
<style>
span { border-color: #A60E9F; }
span { border-color: rgb(166,14,159); }
td.TdClassName
{
border-color: #A60E9F;
}
.TagClassName
{
border-color: #A60E9F;
}
</style>