Shades of Dark Magenta #A605A0
Tints of Dark Magenta #A605A0
RGB
CMYK
RGB Variations
Color information
#A605A0 (or 0xA605A0) is known color: Dark Magenta. HEX triplet: A6, 05 and A0. RGB value is (166,5,160). Sum of RGB (Red+Green+Blue) = 166+5+160=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 160 (62.89% from 255 or 48.34% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A605A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A605A0 is #59FA5F. Grayscale: #464646. Windows color (decimal): -5896800 or 10487206. OLE color: 10487206.
HSL color Cylindrical-coordinate representation of color #A605A0: hue angle of 302.24º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A605A0 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 5 | 160 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.35 |
| HSL | 302.24º | 0.94% | 0.34% | - |
| HSV(B) | 302.24º | 0.97% | 0.65% | - |
| XYZ | 22.13 | 10.75 | 34.17 | - |
| YUV | 70.81 | 178.34 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 5 | 160 | 0 | 0.97 | 0.04 | 0.35 | 302.24 | 0.94 | 0.34 |
| Hex | A6 | 5 | A0 | 0 | 61 | 4 | 23 | 12E | 5E | 22 |
| Octal | 246 | 5 | 240 | 0 | 141 | 4 | 43 | 456 | 136 | 42 |
| Binary | 10100110 | 101 | 10100000 | 0 | 1100001 | 100 | 100011 | 100101110 | 1011110 | 100010 |
Color Harmonies of #A605A0
Complementary color
Monochromatic Colors of #A605A0
Black with #A605A0
Text Example
Text Example
White with #A605A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A605A0; }
p { color: rgb(166,5,160); }
H1.HeaderClassName
{
color: #A605A0;
}
.AnyTagClassName
{
color: #A605A0;
}
</style>
background-color css
<style>
a { background-color: #A605A0; }
a { background-color: rgb(166,5,160); }
div.DivClassName
{
background-color: #A605A0;
}
.BgClassName
{
background-color: #A605A0;
}
</style>
border-color css
<style>
span { border-color: #A605A0; }
span { border-color: rgb(166,5,160); }
td.TdClassName
{
border-color: #A605A0;
}
.TagClassName
{
border-color: #A605A0;
}
</style>