Shades of Dark Magenta #A2058D
Tints of Dark Magenta #A2058D
RGB
CMYK
RGB Variations
Color information
#A2058D (or 0xA2058D) is known color: Dark Magenta. HEX triplet: A2, 05 and 8D. RGB value is (162,5,141). Sum of RGB (Red+Green+Blue) = 162+5+141=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2058D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2058D is #5DFA72. Grayscale: #434343. Windows color (decimal): -6158963 or 9242018. OLE color: 9242018.
HSL color Cylindrical-coordinate representation of color #A2058D: hue angle of 308.03º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2058D is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 141 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.36 |
| HSL | 308.03º | 0.94% | 0.33% | - |
| HSV(B) | 308.03º | 0.97% | 0.64% | - |
| XYZ | 19.76 | 9.71 | 26.03 | - |
| YUV | 67.45 | 169.51 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 141 | 0 | 0.97 | 0.13 | 0.36 | 308.03 | 0.94 | 0.33 |
| Hex | A2 | 5 | 8D | 0 | 61 | D | 24 | 134 | 5E | 21 |
| Octal | 242 | 5 | 215 | 0 | 141 | 15 | 44 | 464 | 136 | 41 |
| Binary | 10100010 | 101 | 10001101 | 0 | 1100001 | 1101 | 100100 | 100110100 | 1011110 | 100001 |
Color Harmonies of #A2058D
Complementary color
Monochromatic Colors of #A2058D
Black with #A2058D
Text Example
Text Example
White with #A2058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2058D; }
p { color: rgb(162,5,141); }
H1.HeaderClassName
{
color: #A2058D;
}
.AnyTagClassName
{
color: #A2058D;
}
</style>
background-color css
<style>
a { background-color: #A2058D; }
a { background-color: rgb(162,5,141); }
div.DivClassName
{
background-color: #A2058D;
}
.BgClassName
{
background-color: #A2058D;
}
</style>
border-color css
<style>
span { border-color: #A2058D; }
span { border-color: rgb(162,5,141); }
td.TdClassName
{
border-color: #A2058D;
}
.TagClassName
{
border-color: #A2058D;
}
</style>