Shades of Dark Magenta #A2058C
Tints of Dark Magenta #A2058C
RGB
CMYK
RGB Variations
Color information
#A2058C (or 0xA2058C) is known color: Dark Magenta. HEX triplet: A2, 05 and 8C. RGB value is (162,5,140). Sum of RGB (Red+Green+Blue) = 162+5+140=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2058C is #5DFA73. Grayscale: #424242. Windows color (decimal): -6158964 or 9176482. OLE color: 9176482.
HSL color Cylindrical-coordinate representation of color #A2058C: hue angle of 308.41º 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 #A2058C is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 140 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.36 |
| HSL | 308.41º | 0.94% | 0.33% | - |
| HSV(B) | 308.41º | 0.97% | 0.64% | - |
| XYZ | 19.69 | 9.68 | 25.64 | - |
| YUV | 67.33 | 169.01 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 140 | 0 | 0.97 | 0.14 | 0.36 | 308.41 | 0.94 | 0.33 |
| Hex | A2 | 5 | 8C | 0 | 61 | E | 24 | 134 | 5E | 21 |
| Octal | 242 | 5 | 214 | 0 | 141 | 16 | 44 | 464 | 136 | 41 |
| Binary | 10100010 | 101 | 10001100 | 0 | 1100001 | 1110 | 100100 | 100110100 | 1011110 | 100001 |
Color Harmonies of #A2058C
Complementary color
Monochromatic Colors of #A2058C
Black with #A2058C
Text Example
Text Example
White with #A2058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2058C; }
p { color: rgb(162,5,140); }
H1.HeaderClassName
{
color: #A2058C;
}
.AnyTagClassName
{
color: #A2058C;
}
</style>
background-color css
<style>
a { background-color: #A2058C; }
a { background-color: rgb(162,5,140); }
div.DivClassName
{
background-color: #A2058C;
}
.BgClassName
{
background-color: #A2058C;
}
</style>
border-color css
<style>
span { border-color: #A2058C; }
span { border-color: rgb(162,5,140); }
td.TdClassName
{
border-color: #A2058C;
}
.TagClassName
{
border-color: #A2058C;
}
</style>