Shades of Dark Magenta #A60792
Tints of Dark Magenta #A60792
RGB
CMYK
RGB Variations
Color information
#A60792 (or 0xA60792) is known color: Dark Magenta. HEX triplet: A6, 07 and 92. RGB value is (166,7,146). Sum of RGB (Red+Green+Blue) = 166+7+146=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A60792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60792 is #59F86D. Grayscale: #454545. Windows color (decimal): -5896302 or 9570214. OLE color: 9570214.
HSL color Cylindrical-coordinate representation of color #A60792: hue angle of 307.55º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A60792 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 7 | 146 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.35 |
| HSL | 307.55º | 0.92% | 0.34% | - |
| HSV(B) | 307.55º | 0.96% | 0.65% | - |
| XYZ | 20.99 | 10.33 | 28.08 | - |
| YUV | 70.39 | 170.68 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 146 | 0 | 0.96 | 0.12 | 0.35 | 307.55 | 0.92 | 0.34 |
| Hex | A6 | 7 | 92 | 0 | 60 | C | 23 | 134 | 5C | 22 |
| Octal | 246 | 7 | 222 | 0 | 140 | 14 | 43 | 464 | 134 | 42 |
| Binary | 10100110 | 111 | 10010010 | 0 | 1100000 | 1100 | 100011 | 100110100 | 1011100 | 100010 |
Color Harmonies of #A60792
Complementary color
Monochromatic Colors of #A60792
Black with #A60792
Text Example
Text Example
White with #A60792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60792; }
p { color: rgb(166,7,146); }
H1.HeaderClassName
{
color: #A60792;
}
.AnyTagClassName
{
color: #A60792;
}
</style>
background-color css
<style>
a { background-color: #A60792; }
a { background-color: rgb(166,7,146); }
div.DivClassName
{
background-color: #A60792;
}
.BgClassName
{
background-color: #A60792;
}
</style>
border-color css
<style>
span { border-color: #A60792; }
span { border-color: rgb(166,7,146); }
td.TdClassName
{
border-color: #A60792;
}
.TagClassName
{
border-color: #A60792;
}
</style>