Shades of Dark Magenta #A6058A
Tints of Dark Magenta #A6058A
RGB
CMYK
RGB Variations
Color information
#A6058A (or 0xA6058A) is known color: Dark Magenta. HEX triplet: A6, 05 and 8A. RGB value is (166,5,138). Sum of RGB (Red+Green+Blue) = 166+5+138=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6058A is #59FA75. Grayscale: #434343. Windows color (decimal): -5896822 or 9045414. OLE color: 9045414.
HSL color Cylindrical-coordinate representation of color #A6058A: hue angle of 310.43º 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 #A6058A is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 5 | 138 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.35 |
| HSL | 310.43º | 0.94% | 0.34% | - |
| HSV(B) | 310.43º | 0.97% | 0.65% | - |
| XYZ | 20.37 | 10.05 | 24.91 | - |
| YUV | 68.3 | 167.34 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 5 | 138 | 0 | 0.97 | 0.17 | 0.35 | 310.43 | 0.94 | 0.34 |
| Hex | A6 | 5 | 8A | 0 | 61 | 11 | 23 | 136 | 5E | 22 |
| Octal | 246 | 5 | 212 | 0 | 141 | 21 | 43 | 466 | 136 | 42 |
| Binary | 10100110 | 101 | 10001010 | 0 | 1100001 | 10001 | 100011 | 100110110 | 1011110 | 100010 |
Color Harmonies of #A6058A
Complementary color
Monochromatic Colors of #A6058A
Black with #A6058A
Text Example
Text Example
White with #A6058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6058A; }
p { color: rgb(166,5,138); }
H1.HeaderClassName
{
color: #A6058A;
}
.AnyTagClassName
{
color: #A6058A;
}
</style>
background-color css
<style>
a { background-color: #A6058A; }
a { background-color: rgb(166,5,138); }
div.DivClassName
{
background-color: #A6058A;
}
.BgClassName
{
background-color: #A6058A;
}
</style>
border-color css
<style>
span { border-color: #A6058A; }
span { border-color: rgb(166,5,138); }
td.TdClassName
{
border-color: #A6058A;
}
.TagClassName
{
border-color: #A6058A;
}
</style>