Shades of Dark Magenta #A60DAB
Tints of Dark Magenta #A60DAB
RGB
CMYK
RGB Variations
Color information
#A60DAB (or 0xA60DAB) is known color: Dark Magenta. HEX triplet: A6, 0D and AB. RGB value is (166,13,171). Sum of RGB (Red+Green+Blue) = 166+13+171=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #A60DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60DAB is #59F254. Grayscale: #4C4C4C. Windows color (decimal): -5894741 or 11210150. OLE color: 11210150.
HSL color Cylindrical-coordinate representation of color #A60DAB: hue angle of 298.1º degrees, saturation: 0.86, 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 #A60DAB is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 13 | 171 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.33 |
| HSL | 298.1º | 0.86% | 0.36% | - |
| HSV(B) | 298.1º | 0.92% | 0.67% | - |
| XYZ | 23.22 | 11.34 | 39.49 | - |
| YUV | 76.76 | 181.19 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 13 | 171 | 0.03 | 0.92 | 0 | 0.33 | 298.1 | 0.86 | 0.36 |
| Hex | A6 | D | AB | 3 | 5C | 0 | 21 | 12A | 56 | 24 |
| Octal | 246 | 15 | 253 | 3 | 134 | 0 | 41 | 452 | 126 | 44 |
| Binary | 10100110 | 1101 | 10101011 | 11 | 1011100 | 0 | 100001 | 100101010 | 1010110 | 100100 |
Color Harmonies of #A60DAB
Complementary color
Monochromatic Colors of #A60DAB
Black with #A60DAB
Text Example
Text Example
White with #A60DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60DAB; }
p { color: rgb(166,13,171); }
H1.HeaderClassName
{
color: #A60DAB;
}
.AnyTagClassName
{
color: #A60DAB;
}
</style>
background-color css
<style>
a { background-color: #A60DAB; }
a { background-color: rgb(166,13,171); }
div.DivClassName
{
background-color: #A60DAB;
}
.BgClassName
{
background-color: #A60DAB;
}
</style>
border-color css
<style>
span { border-color: #A60DAB; }
span { border-color: rgb(166,13,171); }
td.TdClassName
{
border-color: #A60DAB;
}
.TagClassName
{
border-color: #A60DAB;
}
</style>