Shades of Dark Magenta #A60494
Tints of Dark Magenta #A60494
RGB
CMYK
RGB Variations
Color information
#A60494 (or 0xA60494) is known color: Dark Magenta. HEX triplet: A6, 04 and 94. RGB value is (166,4,148). Sum of RGB (Red+Green+Blue) = 166+4+148=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A60494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60494 is #59FB6B. Grayscale: #444444. Windows color (decimal): -5897068 or 9700518. OLE color: 9700518.
HSL color Cylindrical-coordinate representation of color #A60494: hue angle of 306.67º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A60494 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 4 | 148 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.35 |
| HSL | 306.67º | 0.95% | 0.33% | - |
| HSV(B) | 306.67º | 0.98% | 0.65% | - |
| XYZ | 21.11 | 10.33 | 28.9 | - |
| YUV | 68.85 | 172.67 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 4 | 148 | 0 | 0.98 | 0.11 | 0.35 | 306.67 | 0.95 | 0.33 |
| Hex | A6 | 4 | 94 | 0 | 62 | B | 23 | 133 | 5F | 21 |
| Octal | 246 | 4 | 224 | 0 | 142 | 13 | 43 | 463 | 137 | 41 |
| Binary | 10100110 | 100 | 10010100 | 0 | 1100010 | 1011 | 100011 | 100110011 | 1011111 | 100001 |
Color Harmonies of #A60494
Complementary color
Monochromatic Colors of #A60494
Black with #A60494
Text Example
Text Example
White with #A60494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60494; }
p { color: rgb(166,4,148); }
H1.HeaderClassName
{
color: #A60494;
}
.AnyTagClassName
{
color: #A60494;
}
</style>
background-color css
<style>
a { background-color: #A60494; }
a { background-color: rgb(166,4,148); }
div.DivClassName
{
background-color: #A60494;
}
.BgClassName
{
background-color: #A60494;
}
</style>
border-color css
<style>
span { border-color: #A60494; }
span { border-color: rgb(166,4,148); }
td.TdClassName
{
border-color: #A60494;
}
.TagClassName
{
border-color: #A60494;
}
</style>