Shades of Dark Magenta #A60DA1
Tints of Dark Magenta #A60DA1
RGB
CMYK
RGB Variations
Color information
#A60DA1 (or 0xA60DA1) is known color: Dark Magenta. HEX triplet: A6, 0D and A1. RGB value is (166,13,161). Sum of RGB (Red+Green+Blue) = 166+13+161=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 161 (63.28% from 255 or 47.35% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A60DA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60DA1 is #59F25E. Grayscale: #4B4B4B. Windows color (decimal): -5894751 or 10554790. OLE color: 10554790.
HSL color Cylindrical-coordinate representation of color #A60DA1: hue angle of 301.96º degrees, saturation: 0.85, 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 #A60DA1 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 13 | 161 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.35 |
| HSL | 301.96º | 0.85% | 0.35% | - |
| HSV(B) | 301.96º | 0.92% | 0.65% | - |
| XYZ | 22.3 | 10.97 | 34.66 | - |
| YUV | 75.62 | 176.19 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 13 | 161 | 0 | 0.92 | 0.03 | 0.35 | 301.96 | 0.85 | 0.35 |
| Hex | A6 | D | A1 | 0 | 5C | 3 | 23 | 12E | 55 | 23 |
| Octal | 246 | 15 | 241 | 0 | 134 | 3 | 43 | 456 | 125 | 43 |
| Binary | 10100110 | 1101 | 10100001 | 0 | 1011100 | 11 | 100011 | 100101110 | 1010101 | 100011 |
Color Harmonies of #A60DA1
Complementary color
Monochromatic Colors of #A60DA1
Black with #A60DA1
Text Example
Text Example
White with #A60DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60DA1; }
p { color: rgb(166,13,161); }
H1.HeaderClassName
{
color: #A60DA1;
}
.AnyTagClassName
{
color: #A60DA1;
}
</style>
background-color css
<style>
a { background-color: #A60DA1; }
a { background-color: rgb(166,13,161); }
div.DivClassName
{
background-color: #A60DA1;
}
.BgClassName
{
background-color: #A60DA1;
}
</style>
border-color css
<style>
span { border-color: #A60DA1; }
span { border-color: rgb(166,13,161); }
td.TdClassName
{
border-color: #A60DA1;
}
.TagClassName
{
border-color: #A60DA1;
}
</style>