Shades of Dark Magenta #A60999
Tints of Dark Magenta #A60999
RGB
CMYK
RGB Variations
Color information
#A60999 (or 0xA60999) is known color: Dark Magenta. HEX triplet: A6, 09 and 99. RGB value is (166,9,153). Sum of RGB (Red+Green+Blue) = 166+9+153=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A60999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60999 is #59F666. Grayscale: #474747. Windows color (decimal): -5895783 or 10029478. OLE color: 10029478.
HSL color Cylindrical-coordinate representation of color #A60999: hue angle of 304.97º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60999 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 153 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.35 |
| HSL | 304.97º | 0.9% | 0.34% | - |
| HSV(B) | 304.97º | 0.95% | 0.65% | - |
| XYZ | 21.57 | 10.6 | 31.05 | - |
| YUV | 72.36 | 173.51 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 153 | 0 | 0.95 | 0.08 | 0.35 | 304.97 | 0.9 | 0.34 |
| Hex | A6 | 9 | 99 | 0 | 5F | 8 | 23 | 131 | 5A | 22 |
| Octal | 246 | 11 | 231 | 0 | 137 | 10 | 43 | 461 | 132 | 42 |
| Binary | 10100110 | 1001 | 10011001 | 0 | 1011111 | 1000 | 100011 | 100110001 | 1011010 | 100010 |
Color Harmonies of #A60999
Complementary color
Monochromatic Colors of #A60999
Black with #A60999
Text Example
Text Example
White with #A60999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60999; }
p { color: rgb(166,9,153); }
H1.HeaderClassName
{
color: #A60999;
}
.AnyTagClassName
{
color: #A60999;
}
</style>
background-color css
<style>
a { background-color: #A60999; }
a { background-color: rgb(166,9,153); }
div.DivClassName
{
background-color: #A60999;
}
.BgClassName
{
background-color: #A60999;
}
</style>
border-color css
<style>
span { border-color: #A60999; }
span { border-color: rgb(166,9,153); }
td.TdClassName
{
border-color: #A60999;
}
.TagClassName
{
border-color: #A60999;
}
</style>