Shades of Dark Magenta #A20993
Tints of Dark Magenta #A20993
RGB
CMYK
RGB Variations
Color information
#A20993 (or 0xA20993) is known color: Dark Magenta. HEX triplet: A2, 09 and 93. RGB value is (162,9,147). Sum of RGB (Red+Green+Blue) = 162+9+147=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A20993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20993 is #5DF66C. Grayscale: #464646. Windows color (decimal): -6157933 or 9636258. OLE color: 9636258.
HSL color Cylindrical-coordinate representation of color #A20993: hue angle of 305.88º 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 #A20993 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 147 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.36 |
| HSL | 305.88º | 0.89% | 0.34% | - |
| HSV(B) | 305.88º | 0.94% | 0.64% | - |
| XYZ | 20.26 | 9.98 | 28.46 | - |
| YUV | 70.48 | 171.19 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 147 | 0 | 0.94 | 0.09 | 0.36 | 305.88 | 0.89 | 0.34 |
| Hex | A2 | 9 | 93 | 0 | 5E | 9 | 24 | 132 | 59 | 22 |
| Octal | 242 | 11 | 223 | 0 | 136 | 11 | 44 | 462 | 131 | 42 |
| Binary | 10100010 | 1001 | 10010011 | 0 | 1011110 | 1001 | 100100 | 100110010 | 1011001 | 100010 |
Color Harmonies of #A20993
Complementary color
Monochromatic Colors of #A20993
Black with #A20993
Text Example
Text Example
White with #A20993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20993; }
p { color: rgb(162,9,147); }
H1.HeaderClassName
{
color: #A20993;
}
.AnyTagClassName
{
color: #A20993;
}
</style>
background-color css
<style>
a { background-color: #A20993; }
a { background-color: rgb(162,9,147); }
div.DivClassName
{
background-color: #A20993;
}
.BgClassName
{
background-color: #A20993;
}
</style>
border-color css
<style>
span { border-color: #A20993; }
span { border-color: rgb(162,9,147); }
td.TdClassName
{
border-color: #A20993;
}
.TagClassName
{
border-color: #A20993;
}
</style>