Shades of Dark Magenta #A60AA3
Tints of Dark Magenta #A60AA3
RGB
CMYK
RGB Variations
Color information
#A60AA3 (or 0xA60AA3) is known color: Dark Magenta. HEX triplet: A6, 0A and A3. RGB value is (166,10,163). Sum of RGB (Red+Green+Blue) = 166+10+163=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A60AA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60AA3 is #59F55C. Grayscale: #494949. Windows color (decimal): -5895517 or 10685094. OLE color: 10685094.
HSL color Cylindrical-coordinate representation of color #A60AA3: hue angle of 301.15º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60AA3 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 10 | 163 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.35 |
| HSL | 301.15º | 0.89% | 0.35% | - |
| HSV(B) | 301.15º | 0.94% | 0.65% | - |
| XYZ | 22.45 | 10.97 | 35.58 | - |
| YUV | 74.09 | 178.18 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 163 | 0 | 0.94 | 0.02 | 0.35 | 301.15 | 0.89 | 0.35 |
| Hex | A6 | A | A3 | 0 | 5E | 2 | 23 | 12D | 59 | 23 |
| Octal | 246 | 12 | 243 | 0 | 136 | 2 | 43 | 455 | 131 | 43 |
| Binary | 10100110 | 1010 | 10100011 | 0 | 1011110 | 10 | 100011 | 100101101 | 1011001 | 100011 |
Color Harmonies of #A60AA3
Complementary color
Monochromatic Colors of #A60AA3
Black with #A60AA3
Text Example
Text Example
White with #A60AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60AA3; }
p { color: rgb(166,10,163); }
H1.HeaderClassName
{
color: #A60AA3;
}
.AnyTagClassName
{
color: #A60AA3;
}
</style>
background-color css
<style>
a { background-color: #A60AA3; }
a { background-color: rgb(166,10,163); }
div.DivClassName
{
background-color: #A60AA3;
}
.BgClassName
{
background-color: #A60AA3;
}
</style>
border-color css
<style>
span { border-color: #A60AA3; }
span { border-color: rgb(166,10,163); }
td.TdClassName
{
border-color: #A60AA3;
}
.TagClassName
{
border-color: #A60AA3;
}
</style>