Shades of Dark Magenta #A60A8A
Tints of Dark Magenta #A60A8A
RGB
CMYK
RGB Variations
Color information
#A60A8A (or 0xA60A8A) is known color: Dark Magenta. HEX triplet: A6, 0A and 8A. RGB value is (166,10,138). Sum of RGB (Red+Green+Blue) = 166+10+138=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60A8A is #59F575. Grayscale: #464646. Windows color (decimal): -5895542 or 9046694. OLE color: 9046694.
HSL color Cylindrical-coordinate representation of color #A60A8A: hue angle of 310.77º 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 #A60A8A is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 10 | 138 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.35 |
| HSL | 310.77º | 0.89% | 0.35% | - |
| HSV(B) | 310.77º | 0.94% | 0.65% | - |
| XYZ | 20.42 | 10.16 | 24.93 | - |
| YUV | 71.24 | 165.68 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 138 | 0 | 0.94 | 0.17 | 0.35 | 310.77 | 0.89 | 0.35 |
| Hex | A6 | A | 8A | 0 | 5E | 11 | 23 | 137 | 59 | 23 |
| Octal | 246 | 12 | 212 | 0 | 136 | 21 | 43 | 467 | 131 | 43 |
| Binary | 10100110 | 1010 | 10001010 | 0 | 1011110 | 10001 | 100011 | 100110111 | 1011001 | 100011 |
Color Harmonies of #A60A8A
Complementary color
Monochromatic Colors of #A60A8A
Black with #A60A8A
Text Example
Text Example
White with #A60A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60A8A; }
p { color: rgb(166,10,138); }
H1.HeaderClassName
{
color: #A60A8A;
}
.AnyTagClassName
{
color: #A60A8A;
}
</style>
background-color css
<style>
a { background-color: #A60A8A; }
a { background-color: rgb(166,10,138); }
div.DivClassName
{
background-color: #A60A8A;
}
.BgClassName
{
background-color: #A60A8A;
}
</style>
border-color css
<style>
span { border-color: #A60A8A; }
span { border-color: rgb(166,10,138); }
td.TdClassName
{
border-color: #A60A8A;
}
.TagClassName
{
border-color: #A60A8A;
}
</style>