Shades of Dark Magenta #A60EA0
Tints of Dark Magenta #A60EA0
RGB
CMYK
RGB Variations
Color information
#A60EA0 (or 0xA60EA0) is known color: Dark Magenta. HEX triplet: A6, 0E and A0. RGB value is (166,14,160). Sum of RGB (Red+Green+Blue) = 166+14+160=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A60EA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60EA0 is #59F15F. Grayscale: #4B4B4B. Windows color (decimal): -5894496 or 10489510. OLE color: 10489510.
HSL color Cylindrical-coordinate representation of color #A60EA0: hue angle of 302.37º 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 #A60EA0 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 14 | 160 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.35 |
| HSL | 302.37º | 0.84% | 0.35% | - |
| HSV(B) | 302.37º | 0.92% | 0.65% | - |
| XYZ | 22.23 | 10.96 | 34.2 | - |
| YUV | 76.09 | 175.36 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 160 | 0 | 0.92 | 0.04 | 0.35 | 302.37 | 0.84 | 0.35 |
| Hex | A6 | E | A0 | 0 | 5C | 4 | 23 | 12E | 54 | 23 |
| Octal | 246 | 16 | 240 | 0 | 134 | 4 | 43 | 456 | 124 | 43 |
| Binary | 10100110 | 1110 | 10100000 | 0 | 1011100 | 100 | 100011 | 100101110 | 1010100 | 100011 |
Color Harmonies of #A60EA0
Complementary color
Monochromatic Colors of #A60EA0
Black with #A60EA0
Text Example
Text Example
White with #A60EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60EA0; }
p { color: rgb(166,14,160); }
H1.HeaderClassName
{
color: #A60EA0;
}
.AnyTagClassName
{
color: #A60EA0;
}
</style>
background-color css
<style>
a { background-color: #A60EA0; }
a { background-color: rgb(166,14,160); }
div.DivClassName
{
background-color: #A60EA0;
}
.BgClassName
{
background-color: #A60EA0;
}
</style>
border-color css
<style>
span { border-color: #A60EA0; }
span { border-color: rgb(166,14,160); }
td.TdClassName
{
border-color: #A60EA0;
}
.TagClassName
{
border-color: #A60EA0;
}
</style>