Shades of Dark Magenta #A60692
Tints of Dark Magenta #A60692
RGB
CMYK
RGB Variations
Color information
#A60692 (or 0xA60692) is known color: Dark Magenta. HEX triplet: A6, 06 and 92. RGB value is (166,6,146). Sum of RGB (Red+Green+Blue) = 166+6+146=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A60692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60692 is #59F96D. Grayscale: #454545. Windows color (decimal): -5896558 or 9569958. OLE color: 9569958.
HSL color Cylindrical-coordinate representation of color #A60692: hue angle of 307.5º degrees, saturation: 0.93, 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 #A60692 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 6 | 146 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.35 |
| HSL | 307.5º | 0.93% | 0.34% | - |
| HSV(B) | 307.5º | 0.96% | 0.65% | - |
| XYZ | 20.98 | 10.31 | 28.08 | - |
| YUV | 69.8 | 171.01 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 6 | 146 | 0 | 0.96 | 0.12 | 0.35 | 307.5 | 0.93 | 0.34 |
| Hex | A6 | 6 | 92 | 0 | 60 | C | 23 | 134 | 5D | 22 |
| Octal | 246 | 6 | 222 | 0 | 140 | 14 | 43 | 464 | 135 | 42 |
| Binary | 10100110 | 110 | 10010010 | 0 | 1100000 | 1100 | 100011 | 100110100 | 1011101 | 100010 |
Color Harmonies of #A60692
Complementary color
Monochromatic Colors of #A60692
Black with #A60692
Text Example
Text Example
White with #A60692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60692; }
p { color: rgb(166,6,146); }
H1.HeaderClassName
{
color: #A60692;
}
.AnyTagClassName
{
color: #A60692;
}
</style>
background-color css
<style>
a { background-color: #A60692; }
a { background-color: rgb(166,6,146); }
div.DivClassName
{
background-color: #A60692;
}
.BgClassName
{
background-color: #A60692;
}
</style>
border-color css
<style>
span { border-color: #A60692; }
span { border-color: rgb(166,6,146); }
td.TdClassName
{
border-color: #A60692;
}
.TagClassName
{
border-color: #A60692;
}
</style>