Shades of Dark Magenta #A60DA8
Tints of Dark Magenta #A60DA8
RGB
CMYK
RGB Variations
Color information
#A60DA8 (or 0xA60DA8) is known color: Dark Magenta. HEX triplet: A6, 0D and A8. RGB value is (166,13,168). Sum of RGB (Red+Green+Blue) = 166+13+168=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 168 - color contains mainly: blue. Hex color #A60DA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60DA8 is #59F257. Grayscale: #4B4B4B. Windows color (decimal): -5894744 or 11013542. OLE color: 11013542.
HSL color Cylindrical-coordinate representation of color #A60DA8: hue angle of 299.23º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60DA8 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 13 | 168 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.34 |
| HSL | 299.23º | 0.86% | 0.35% | - |
| HSV(B) | 299.23º | 0.92% | 0.66% | - |
| XYZ | 22.94 | 11.22 | 38 | - |
| YUV | 76.42 | 179.69 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 13 | 168 | 0.01 | 0.92 | 0 | 0.34 | 299.23 | 0.86 | 0.35 |
| Hex | A6 | D | A8 | 1 | 5C | 0 | 22 | 12B | 56 | 23 |
| Octal | 246 | 15 | 250 | 1 | 134 | 0 | 42 | 453 | 126 | 43 |
| Binary | 10100110 | 1101 | 10101000 | 1 | 1011100 | 0 | 100010 | 100101011 | 1010110 | 100011 |
Color Harmonies of #A60DA8
Complementary color
Monochromatic Colors of #A60DA8
Black with #A60DA8
Text Example
Text Example
White with #A60DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60DA8; }
p { color: rgb(166,13,168); }
H1.HeaderClassName
{
color: #A60DA8;
}
.AnyTagClassName
{
color: #A60DA8;
}
</style>
background-color css
<style>
a { background-color: #A60DA8; }
a { background-color: rgb(166,13,168); }
div.DivClassName
{
background-color: #A60DA8;
}
.BgClassName
{
background-color: #A60DA8;
}
</style>
border-color css
<style>
span { border-color: #A60DA8; }
span { border-color: rgb(166,13,168); }
td.TdClassName
{
border-color: #A60DA8;
}
.TagClassName
{
border-color: #A60DA8;
}
</style>