Shades of Dark Magenta #A60AA2
Tints of Dark Magenta #A60AA2
RGB
CMYK
RGB Variations
Color information
#A60AA2 (or 0xA60AA2) is known color: Dark Magenta. HEX triplet: A6, 0A and A2. RGB value is (166,10,162). Sum of RGB (Red+Green+Blue) = 166+10+162=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A60AA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60AA2 is #59F55D. Grayscale: #494949. Windows color (decimal): -5895518 or 10619558. OLE color: 10619558.
HSL color Cylindrical-coordinate representation of color #A60AA2: hue angle of 301.54º 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 #A60AA2 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 10 | 162 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.35 |
| HSL | 301.54º | 0.89% | 0.35% | - |
| HSV(B) | 301.54º | 0.94% | 0.65% | - |
| XYZ | 22.36 | 10.93 | 35.11 | - |
| YUV | 73.97 | 177.68 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 162 | 0 | 0.94 | 0.02 | 0.35 | 301.54 | 0.89 | 0.35 |
| Hex | A6 | A | A2 | 0 | 5E | 2 | 23 | 12E | 59 | 23 |
| Octal | 246 | 12 | 242 | 0 | 136 | 2 | 43 | 456 | 131 | 43 |
| Binary | 10100110 | 1010 | 10100010 | 0 | 1011110 | 10 | 100011 | 100101110 | 1011001 | 100011 |
Color Harmonies of #A60AA2
Complementary color
Monochromatic Colors of #A60AA2
Black with #A60AA2
Text Example
Text Example
White with #A60AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60AA2; }
p { color: rgb(166,10,162); }
H1.HeaderClassName
{
color: #A60AA2;
}
.AnyTagClassName
{
color: #A60AA2;
}
</style>
background-color css
<style>
a { background-color: #A60AA2; }
a { background-color: rgb(166,10,162); }
div.DivClassName
{
background-color: #A60AA2;
}
.BgClassName
{
background-color: #A60AA2;
}
</style>
border-color css
<style>
span { border-color: #A60AA2; }
span { border-color: rgb(166,10,162); }
td.TdClassName
{
border-color: #A60AA2;
}
.TagClassName
{
border-color: #A60AA2;
}
</style>