Shades of Dark Magenta #A60092
Tints of Dark Magenta #A60092
RGB
CMYK
RGB Variations
Color information
#A60092 (or 0xA60092) is known color: Dark Magenta. HEX triplet: A6, 00 and 92. RGB value is (166,0,146). Sum of RGB (Red+Green+Blue) = 166+0+146=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A60092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60092 is #59FF6D. Grayscale: #414141. Windows color (decimal): -5898094 or 9568422. OLE color: 9568422.
HSL color Cylindrical-coordinate representation of color #A60092: hue angle of 307.23º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60092 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.12 | 0.35 |
| HSL | 307.23º | 1% | 0.33% | - |
| HSV(B) | 307.23º | 1% | 0.65% | - |
| XYZ | 20.91 | 10.18 | 28.06 | - |
| YUV | 66.28 | 173 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 146 | 0 | 1 | 0.12 | 0.35 | 307.23 | 1 | 0.33 |
| Hex | A6 | 0 | 92 | 0 | 64 | C | 23 | 133 | 64 | 21 |
| Octal | 246 | 0 | 222 | 0 | 144 | 14 | 43 | 463 | 144 | 41 |
| Binary | 10100110 | 0 | 10010010 | 0 | 1100100 | 1100 | 100011 | 100110011 | 1100100 | 100001 |
Color Harmonies of #A60092
Complementary color
Monochromatic Colors of #A60092
Black with #A60092
Text Example
Text Example
White with #A60092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60092; }
p { color: rgb(166,0,146); }
H1.HeaderClassName
{
color: #A60092;
}
.AnyTagClassName
{
color: #A60092;
}
</style>
background-color css
<style>
a { background-color: #A60092; }
a { background-color: rgb(166,0,146); }
div.DivClassName
{
background-color: #A60092;
}
.BgClassName
{
background-color: #A60092;
}
</style>
border-color css
<style>
span { border-color: #A60092; }
span { border-color: rgb(166,0,146); }
td.TdClassName
{
border-color: #A60092;
}
.TagClassName
{
border-color: #A60092;
}
</style>