Shades of Dark Magenta #A2058A
Tints of Dark Magenta #A2058A
RGB
CMYK
RGB Variations
Color information
#A2058A (or 0xA2058A) is known color: Dark Magenta. HEX triplet: A2, 05 and 8A. RGB value is (162,5,138). Sum of RGB (Red+Green+Blue) = 162+5+138=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A2058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2058A is #5DFA75. Grayscale: #424242. Windows color (decimal): -6158966 or 9045410. OLE color: 9045410.
HSL color Cylindrical-coordinate representation of color #A2058A: hue angle of 309.17º 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 #A2058A is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 138 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.36 |
| HSL | 309.17º | 0.94% | 0.33% | - |
| HSV(B) | 309.17º | 0.97% | 0.64% | - |
| XYZ | 19.54 | 9.62 | 24.87 | - |
| YUV | 67.11 | 168.01 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 138 | 0 | 0.97 | 0.15 | 0.36 | 309.17 | 0.94 | 0.33 |
| Hex | A2 | 5 | 8A | 0 | 61 | F | 24 | 135 | 5E | 21 |
| Octal | 242 | 5 | 212 | 0 | 141 | 17 | 44 | 465 | 136 | 41 |
| Binary | 10100010 | 101 | 10001010 | 0 | 1100001 | 1111 | 100100 | 100110101 | 1011110 | 100001 |
Color Harmonies of #A2058A
Complementary color
Monochromatic Colors of #A2058A
Black with #A2058A
Text Example
Text Example
White with #A2058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2058A; }
p { color: rgb(162,5,138); }
H1.HeaderClassName
{
color: #A2058A;
}
.AnyTagClassName
{
color: #A2058A;
}
</style>
background-color css
<style>
a { background-color: #A2058A; }
a { background-color: rgb(162,5,138); }
div.DivClassName
{
background-color: #A2058A;
}
.BgClassName
{
background-color: #A2058A;
}
</style>
border-color css
<style>
span { border-color: #A2058A; }
span { border-color: rgb(162,5,138); }
td.TdClassName
{
border-color: #A2058A;
}
.TagClassName
{
border-color: #A2058A;
}
</style>