Shades of Dark Magenta #A2099D
Tints of Dark Magenta #A2099D
RGB
CMYK
RGB Variations
Color information
#A2099D (or 0xA2099D) is known color: Dark Magenta. HEX triplet: A2, 09 and 9D. RGB value is (162,9,157). Sum of RGB (Red+Green+Blue) = 162+9+157=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A2099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2099D is #5DF662. Grayscale: #474747. Windows color (decimal): -6157923 or 10291618. OLE color: 10291618.
HSL color Cylindrical-coordinate representation of color #A2099D: hue angle of 301.96º 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 #A2099D is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 157 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.36 |
| HSL | 301.96º | 0.89% | 0.34% | - |
| HSV(B) | 301.96º | 0.94% | 0.64% | - |
| XYZ | 21.08 | 10.31 | 32.78 | - |
| YUV | 71.62 | 176.19 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 157 | 0 | 0.94 | 0.03 | 0.36 | 301.96 | 0.89 | 0.34 |
| Hex | A2 | 9 | 9D | 0 | 5E | 3 | 24 | 12E | 59 | 22 |
| Octal | 242 | 11 | 235 | 0 | 136 | 3 | 44 | 456 | 131 | 42 |
| Binary | 10100010 | 1001 | 10011101 | 0 | 1011110 | 11 | 100100 | 100101110 | 1011001 | 100010 |
Color Harmonies of #A2099D
Complementary color
Monochromatic Colors of #A2099D
Black with #A2099D
Text Example
Text Example
White with #A2099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2099D; }
p { color: rgb(162,9,157); }
H1.HeaderClassName
{
color: #A2099D;
}
.AnyTagClassName
{
color: #A2099D;
}
</style>
background-color css
<style>
a { background-color: #A2099D; }
a { background-color: rgb(162,9,157); }
div.DivClassName
{
background-color: #A2099D;
}
.BgClassName
{
background-color: #A2099D;
}
</style>
border-color css
<style>
span { border-color: #A2099D; }
span { border-color: rgb(162,9,157); }
td.TdClassName
{
border-color: #A2099D;
}
.TagClassName
{
border-color: #A2099D;
}
</style>