Shades of Dark Magenta #A60992
Tints of Dark Magenta #A60992
RGB
CMYK
RGB Variations
Color information
#A60992 (or 0xA60992) is known color: Dark Magenta. HEX triplet: A6, 09 and 92. RGB value is (166,9,146). Sum of RGB (Red+Green+Blue) = 166+9+146=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A60992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60992 is #59F66D. Grayscale: #474747. Windows color (decimal): -5895790 or 9570726. OLE color: 9570726.
HSL color Cylindrical-coordinate representation of color #A60992: hue angle of 307.64º 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 #A60992 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 146 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.35 |
| HSL | 307.64º | 0.9% | 0.34% | - |
| HSV(B) | 307.64º | 0.95% | 0.65% | - |
| XYZ | 21.01 | 10.38 | 28.09 | - |
| YUV | 71.56 | 170.01 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 146 | 0 | 0.95 | 0.12 | 0.35 | 307.64 | 0.9 | 0.34 |
| Hex | A6 | 9 | 92 | 0 | 5F | C | 23 | 134 | 5A | 22 |
| Octal | 246 | 11 | 222 | 0 | 137 | 14 | 43 | 464 | 132 | 42 |
| Binary | 10100110 | 1001 | 10010010 | 0 | 1011111 | 1100 | 100011 | 100110100 | 1011010 | 100010 |
Color Harmonies of #A60992
Complementary color
Monochromatic Colors of #A60992
Black with #A60992
Text Example
Text Example
White with #A60992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60992; }
p { color: rgb(166,9,146); }
H1.HeaderClassName
{
color: #A60992;
}
.AnyTagClassName
{
color: #A60992;
}
</style>
background-color css
<style>
a { background-color: #A60992; }
a { background-color: rgb(166,9,146); }
div.DivClassName
{
background-color: #A60992;
}
.BgClassName
{
background-color: #A60992;
}
</style>
border-color css
<style>
span { border-color: #A60992; }
span { border-color: rgb(166,9,146); }
td.TdClassName
{
border-color: #A60992;
}
.TagClassName
{
border-color: #A60992;
}
</style>