Shades of Dark Magenta #A60EAB
Tints of Dark Magenta #A60EAB
RGB
CMYK
RGB Variations
Color information
#A60EAB (or 0xA60EAB) is known color: Dark Magenta. HEX triplet: A6, 0E and AB. RGB value is (166,14,171). Sum of RGB (Red+Green+Blue) = 166+14+171=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #A60EAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60EAB is #59F154. Grayscale: #4C4C4C. Windows color (decimal): -5894485 or 11210406. OLE color: 11210406.
HSL color Cylindrical-coordinate representation of color #A60EAB: hue angle of 298.09º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60EAB is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 14 | 171 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.33 |
| HSL | 298.09º | 0.85% | 0.36% | - |
| HSV(B) | 298.09º | 0.92% | 0.67% | - |
| XYZ | 23.23 | 11.36 | 39.5 | - |
| YUV | 77.35 | 180.86 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 171 | 0.03 | 0.92 | 0 | 0.33 | 298.09 | 0.85 | 0.36 |
| Hex | A6 | E | AB | 3 | 5C | 0 | 21 | 12A | 55 | 24 |
| Octal | 246 | 16 | 253 | 3 | 134 | 0 | 41 | 452 | 125 | 44 |
| Binary | 10100110 | 1110 | 10101011 | 11 | 1011100 | 0 | 100001 | 100101010 | 1010101 | 100100 |
Color Harmonies of #A60EAB
Complementary color
Monochromatic Colors of #A60EAB
Black with #A60EAB
Text Example
Text Example
White with #A60EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60EAB; }
p { color: rgb(166,14,171); }
H1.HeaderClassName
{
color: #A60EAB;
}
.AnyTagClassName
{
color: #A60EAB;
}
</style>
background-color css
<style>
a { background-color: #A60EAB; }
a { background-color: rgb(166,14,171); }
div.DivClassName
{
background-color: #A60EAB;
}
.BgClassName
{
background-color: #A60EAB;
}
</style>
border-color css
<style>
span { border-color: #A60EAB; }
span { border-color: rgb(166,14,171); }
td.TdClassName
{
border-color: #A60EAB;
}
.TagClassName
{
border-color: #A60EAB;
}
</style>