Shades of Dark Magenta #A20997
Tints of Dark Magenta #A20997
RGB
CMYK
RGB Variations
Color information
#A20997 (or 0xA20997) is known color: Dark Magenta. HEX triplet: A2, 09 and 97. RGB value is (162,9,151). Sum of RGB (Red+Green+Blue) = 162+9+151=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A20997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20997 is #5DF668. Grayscale: #464646. Windows color (decimal): -6157929 or 9898402. OLE color: 9898402.
HSL color Cylindrical-coordinate representation of color #A20997: hue angle of 304.31º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20997 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 151 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.36 |
| HSL | 304.31º | 0.89% | 0.34% | - |
| HSV(B) | 304.31º | 0.94% | 0.64% | - |
| XYZ | 20.58 | 10.11 | 30.14 | - |
| YUV | 70.94 | 173.19 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 151 | 0 | 0.94 | 0.07 | 0.36 | 304.31 | 0.89 | 0.34 |
| Hex | A2 | 9 | 97 | 0 | 5E | 7 | 24 | 130 | 59 | 22 |
| Octal | 242 | 11 | 227 | 0 | 136 | 7 | 44 | 460 | 131 | 42 |
| Binary | 10100010 | 1001 | 10010111 | 0 | 1011110 | 111 | 100100 | 100110000 | 1011001 | 100010 |
Color Harmonies of #A20997
Complementary color
Monochromatic Colors of #A20997
Black with #A20997
Text Example
Text Example
White with #A20997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20997; }
p { color: rgb(162,9,151); }
H1.HeaderClassName
{
color: #A20997;
}
.AnyTagClassName
{
color: #A20997;
}
</style>
background-color css
<style>
a { background-color: #A20997; }
a { background-color: rgb(162,9,151); }
div.DivClassName
{
background-color: #A20997;
}
.BgClassName
{
background-color: #A20997;
}
</style>
border-color css
<style>
span { border-color: #A20997; }
span { border-color: rgb(162,9,151); }
td.TdClassName
{
border-color: #A20997;
}
.TagClassName
{
border-color: #A20997;
}
</style>