Shades of Dark Magenta #A20889
Tints of Dark Magenta #A20889
RGB
CMYK
RGB Variations
Color information
#A20889 (or 0xA20889) is known color: Dark Magenta. HEX triplet: A2, 08 and 89. RGB value is (162,8,137). Sum of RGB (Red+Green+Blue) = 162+8+137=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A20889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20889 is #5DF776. Grayscale: #444444. Windows color (decimal): -6158199 or 8980642. OLE color: 8980642.
HSL color Cylindrical-coordinate representation of color #A20889: hue angle of 309.74º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20889 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 137 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.36 |
| HSL | 309.74º | 0.91% | 0.33% | - |
| HSV(B) | 309.74º | 0.95% | 0.64% | - |
| XYZ | 19.5 | 9.66 | 24.5 | - |
| YUV | 68.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 137 | 0 | 0.95 | 0.15 | 0.36 | 309.74 | 0.91 | 0.33 |
| Hex | A2 | 8 | 89 | 0 | 5F | F | 24 | 136 | 5B | 21 |
| Octal | 242 | 10 | 211 | 0 | 137 | 17 | 44 | 466 | 133 | 41 |
| Binary | 10100010 | 1000 | 10001001 | 0 | 1011111 | 1111 | 100100 | 100110110 | 1011011 | 100001 |
Color Harmonies of #A20889
Complementary color
Monochromatic Colors of #A20889
Black with #A20889
Text Example
Text Example
White with #A20889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20889; }
p { color: rgb(162,8,137); }
H1.HeaderClassName
{
color: #A20889;
}
.AnyTagClassName
{
color: #A20889;
}
</style>
background-color css
<style>
a { background-color: #A20889; }
a { background-color: rgb(162,8,137); }
div.DivClassName
{
background-color: #A20889;
}
.BgClassName
{
background-color: #A20889;
}
</style>
border-color css
<style>
span { border-color: #A20889; }
span { border-color: rgb(162,8,137); }
td.TdClassName
{
border-color: #A20889;
}
.TagClassName
{
border-color: #A20889;
}
</style>