Shades of Dark Magenta #A6058D
Tints of Dark Magenta #A6058D
RGB
CMYK
RGB Variations
Color information
#A6058D (or 0xA6058D) is known color: Dark Magenta. HEX triplet: A6, 05 and 8D. RGB value is (166,5,141). Sum of RGB (Red+Green+Blue) = 166+5+141=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6058D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6058D is #59FA72. Grayscale: #444444. Windows color (decimal): -5896819 or 9242022. OLE color: 9242022.
HSL color Cylindrical-coordinate representation of color #A6058D: hue angle of 309.32º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A6058D is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 5 | 141 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.35 |
| HSL | 309.32º | 0.94% | 0.34% | - |
| HSV(B) | 309.32º | 0.97% | 0.65% | - |
| XYZ | 20.59 | 10.14 | 26.07 | - |
| YUV | 68.64 | 168.84 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 5 | 141 | 0 | 0.97 | 0.15 | 0.35 | 309.32 | 0.94 | 0.34 |
| Hex | A6 | 5 | 8D | 0 | 61 | F | 23 | 135 | 5E | 22 |
| Octal | 246 | 5 | 215 | 0 | 141 | 17 | 43 | 465 | 136 | 42 |
| Binary | 10100110 | 101 | 10001101 | 0 | 1100001 | 1111 | 100011 | 100110101 | 1011110 | 100010 |
Color Harmonies of #A6058D
Complementary color
Monochromatic Colors of #A6058D
Black with #A6058D
Text Example
Text Example
White with #A6058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6058D; }
p { color: rgb(166,5,141); }
H1.HeaderClassName
{
color: #A6058D;
}
.AnyTagClassName
{
color: #A6058D;
}
</style>
background-color css
<style>
a { background-color: #A6058D; }
a { background-color: rgb(166,5,141); }
div.DivClassName
{
background-color: #A6058D;
}
.BgClassName
{
background-color: #A6058D;
}
</style>
border-color css
<style>
span { border-color: #A6058D; }
span { border-color: rgb(166,5,141); }
td.TdClassName
{
border-color: #A6058D;
}
.TagClassName
{
border-color: #A6058D;
}
</style>