Shades of Dark Magenta #A2058F
Tints of Dark Magenta #A2058F
RGB
CMYK
RGB Variations
Color information
#A2058F (or 0xA2058F) is known color: Dark Magenta. HEX triplet: A2, 05 and 8F. RGB value is (162,5,143). Sum of RGB (Red+Green+Blue) = 162+5+143=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A2058F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2058F is #5DFA70. Grayscale: #434343. Windows color (decimal): -6158961 or 9373090. OLE color: 9373090.
HSL color Cylindrical-coordinate representation of color #A2058F: hue angle of 307.26º 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 #A2058F is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 143 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.36 |
| HSL | 307.26º | 0.94% | 0.33% | - |
| HSV(B) | 307.26º | 0.97% | 0.64% | - |
| XYZ | 19.91 | 9.77 | 26.82 | - |
| YUV | 67.68 | 170.51 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 143 | 0 | 0.97 | 0.12 | 0.36 | 307.26 | 0.94 | 0.33 |
| Hex | A2 | 5 | 8F | 0 | 61 | C | 24 | 133 | 5E | 21 |
| Octal | 242 | 5 | 217 | 0 | 141 | 14 | 44 | 463 | 136 | 41 |
| Binary | 10100010 | 101 | 10001111 | 0 | 1100001 | 1100 | 100100 | 100110011 | 1011110 | 100001 |
Color Harmonies of #A2058F
Complementary color
Monochromatic Colors of #A2058F
Black with #A2058F
Text Example
Text Example
White with #A2058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2058F; }
p { color: rgb(162,5,143); }
H1.HeaderClassName
{
color: #A2058F;
}
.AnyTagClassName
{
color: #A2058F;
}
</style>
background-color css
<style>
a { background-color: #A2058F; }
a { background-color: rgb(162,5,143); }
div.DivClassName
{
background-color: #A2058F;
}
.BgClassName
{
background-color: #A2058F;
}
</style>
border-color css
<style>
span { border-color: #A2058F; }
span { border-color: rgb(162,5,143); }
td.TdClassName
{
border-color: #A2058F;
}
.TagClassName
{
border-color: #A2058F;
}
</style>