Shades of Dark Magenta #A60DAE
Tints of Dark Magenta #A60DAE
RGB
CMYK
RGB Variations
Color information
#A60DAE (or 0xA60DAE) is known color: Dark Magenta. HEX triplet: A6, 0D and AE. RGB value is (166,13,174). Sum of RGB (Red+Green+Blue) = 166+13+174=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #A60DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60DAE is #59F251. Grayscale: #4C4C4C. Windows color (decimal): -5894738 or 11406758. OLE color: 11406758.
HSL color Cylindrical-coordinate representation of color #A60DAE: hue angle of 297.02º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60DAE is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 13 | 174 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.32 |
| HSL | 297.02º | 0.86% | 0.37% | - |
| HSV(B) | 297.02º | 0.93% | 0.68% | - |
| XYZ | 23.51 | 11.45 | 41.02 | - |
| YUV | 77.1 | 182.69 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 13 | 174 | 0.05 | 0.93 | 0 | 0.32 | 297.02 | 0.86 | 0.37 |
| Hex | A6 | D | AE | 5 | 5D | 0 | 20 | 129 | 56 | 25 |
| Octal | 246 | 15 | 256 | 5 | 135 | 0 | 40 | 451 | 126 | 45 |
| Binary | 10100110 | 1101 | 10101110 | 101 | 1011101 | 0 | 100000 | 100101001 | 1010110 | 100101 |
Color Harmonies of #A60DAE
Complementary color
Monochromatic Colors of #A60DAE
Black with #A60DAE
Text Example
Text Example
White with #A60DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60DAE; }
p { color: rgb(166,13,174); }
H1.HeaderClassName
{
color: #A60DAE;
}
.AnyTagClassName
{
color: #A60DAE;
}
</style>
background-color css
<style>
a { background-color: #A60DAE; }
a { background-color: rgb(166,13,174); }
div.DivClassName
{
background-color: #A60DAE;
}
.BgClassName
{
background-color: #A60DAE;
}
</style>
border-color css
<style>
span { border-color: #A60DAE; }
span { border-color: rgb(166,13,174); }
td.TdClassName
{
border-color: #A60DAE;
}
.TagClassName
{
border-color: #A60DAE;
}
</style>