Shades of Dark Magenta #A20B89
Tints of Dark Magenta #A20B89
RGB
CMYK
RGB Variations
Color information
#A20B89 (or 0xA20B89) is known color: Dark Magenta. HEX triplet: A2, 0B and 89. RGB value is (162,11,137). Sum of RGB (Red+Green+Blue) = 162+11+137=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20B89 is #5DF476. Grayscale: #464646. Windows color (decimal): -6157431 or 8981410. OLE color: 8981410.
HSL color Cylindrical-coordinate representation of color #A20B89: hue angle of 309.93º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20B89 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 11 | 137 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.36 |
| HSL | 309.93º | 0.87% | 0.34% | - |
| HSV(B) | 309.93º | 0.93% | 0.64% | - |
| XYZ | 19.54 | 9.73 | 24.51 | - |
| YUV | 70.51 | 165.53 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 137 | 0 | 0.93 | 0.15 | 0.36 | 309.93 | 0.87 | 0.34 |
| Hex | A2 | B | 89 | 0 | 5D | F | 24 | 136 | 57 | 22 |
| Octal | 242 | 13 | 211 | 0 | 135 | 17 | 44 | 466 | 127 | 42 |
| Binary | 10100010 | 1011 | 10001001 | 0 | 1011101 | 1111 | 100100 | 100110110 | 1010111 | 100010 |
Color Harmonies of #A20B89
Complementary color
Monochromatic Colors of #A20B89
Black with #A20B89
Text Example
Text Example
White with #A20B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20B89; }
p { color: rgb(162,11,137); }
H1.HeaderClassName
{
color: #A20B89;
}
.AnyTagClassName
{
color: #A20B89;
}
</style>
background-color css
<style>
a { background-color: #A20B89; }
a { background-color: rgb(162,11,137); }
div.DivClassName
{
background-color: #A20B89;
}
.BgClassName
{
background-color: #A20B89;
}
</style>
border-color css
<style>
span { border-color: #A20B89; }
span { border-color: rgb(162,11,137); }
td.TdClassName
{
border-color: #A20B89;
}
.TagClassName
{
border-color: #A20B89;
}
</style>