Shades of Dark Magenta #A20091
Tints of Dark Magenta #A20091
RGB
CMYK
RGB Variations
Color information
#A20091 (or 0xA20091) is known color: Dark Magenta. HEX triplet: A2, 00 and 91. RGB value is (162,0,145). Sum of RGB (Red+Green+Blue) = 162+0+145=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A20091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20091 is #5DFF6E. Grayscale: #404040. Windows color (decimal): -6160239 or 9502882. OLE color: 9502882.
HSL color Cylindrical-coordinate representation of color #A20091: hue angle of 306.3º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20091 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 145 | - |
| CMYK | 0 | 1 | 0.10 | 0.36 |
| HSL | 306.3º | 1% | 0.32% | - |
| HSV(B) | 306.3º | 1% | 0.64% | - |
| XYZ | 20.01 | 9.73 | 27.61 | - |
| YUV | 64.97 | 173.17 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 145 | 0 | 1 | 0.10 | 0.36 | 306.3 | 1 | 0.32 |
| Hex | A2 | 0 | 91 | 0 | 64 | A | 24 | 132 | 64 | 20 |
| Octal | 242 | 0 | 221 | 0 | 144 | 12 | 44 | 462 | 144 | 40 |
| Binary | 10100010 | 0 | 10010001 | 0 | 1100100 | 1010 | 100100 | 100110010 | 1100100 | 100000 |
Color Harmonies of #A20091
Complementary color
Monochromatic Colors of #A20091
Black with #A20091
Text Example
Text Example
White with #A20091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20091; }
p { color: rgb(162,0,145); }
H1.HeaderClassName
{
color: #A20091;
}
.AnyTagClassName
{
color: #A20091;
}
</style>
background-color css
<style>
a { background-color: #A20091; }
a { background-color: rgb(162,0,145); }
div.DivClassName
{
background-color: #A20091;
}
.BgClassName
{
background-color: #A20091;
}
</style>
border-color css
<style>
span { border-color: #A20091; }
span { border-color: rgb(162,0,145); }
td.TdClassName
{
border-color: #A20091;
}
.TagClassName
{
border-color: #A20091;
}
</style>