Shades of Dark Magenta #A20588
Tints of Dark Magenta #A20588
RGB
CMYK
RGB Variations
Color information
#A20588 (or 0xA20588) is known color: Dark Magenta. HEX triplet: A2, 05 and 88. RGB value is (162,5,136). Sum of RGB (Red+Green+Blue) = 162+5+136=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A20588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20588 is #5DFA77. Grayscale: #424242. Windows color (decimal): -6158968 or 8914338. OLE color: 8914338.
HSL color Cylindrical-coordinate representation of color #A20588: hue angle of 309.94º 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 #A20588 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 136 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.36 |
| HSL | 309.94º | 0.94% | 0.33% | - |
| HSV(B) | 309.94º | 0.97% | 0.64% | - |
| XYZ | 19.4 | 9.57 | 24.12 | - |
| YUV | 66.88 | 167.01 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 136 | 0 | 0.97 | 0.16 | 0.36 | 309.94 | 0.94 | 0.33 |
| Hex | A2 | 5 | 88 | 0 | 61 | 10 | 24 | 136 | 5E | 21 |
| Octal | 242 | 5 | 210 | 0 | 141 | 20 | 44 | 466 | 136 | 41 |
| Binary | 10100010 | 101 | 10001000 | 0 | 1100001 | 10000 | 100100 | 100110110 | 1011110 | 100001 |
Color Harmonies of #A20588
Complementary color
Monochromatic Colors of #A20588
Black with #A20588
Text Example
Text Example
White with #A20588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20588; }
p { color: rgb(162,5,136); }
H1.HeaderClassName
{
color: #A20588;
}
.AnyTagClassName
{
color: #A20588;
}
</style>
background-color css
<style>
a { background-color: #A20588; }
a { background-color: rgb(162,5,136); }
div.DivClassName
{
background-color: #A20588;
}
.BgClassName
{
background-color: #A20588;
}
</style>
border-color css
<style>
span { border-color: #A20588; }
span { border-color: rgb(162,5,136); }
td.TdClassName
{
border-color: #A20588;
}
.TagClassName
{
border-color: #A20588;
}
</style>