Shades of Dark Magenta #A2099A
Tints of Dark Magenta #A2099A
RGB
CMYK
RGB Variations
Color information
#A2099A (or 0xA2099A) is known color: Dark Magenta. HEX triplet: A2, 09 and 9A. RGB value is (162,9,154). Sum of RGB (Red+Green+Blue) = 162+9+154=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A2099A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2099A is #5DF665. Grayscale: #464646. Windows color (decimal): -6157926 or 10095010. OLE color: 10095010.
HSL color Cylindrical-coordinate representation of color #A2099A: hue angle of 303.14º 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 #A2099A is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 154 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.36 |
| HSL | 303.14º | 0.89% | 0.34% | - |
| HSV(B) | 303.14º | 0.94% | 0.64% | - |
| XYZ | 20.83 | 10.21 | 31.44 | - |
| YUV | 71.28 | 174.69 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 154 | 0 | 0.94 | 0.05 | 0.36 | 303.14 | 0.89 | 0.34 |
| Hex | A2 | 9 | 9A | 0 | 5E | 5 | 24 | 12F | 59 | 22 |
| Octal | 242 | 11 | 232 | 0 | 136 | 5 | 44 | 457 | 131 | 42 |
| Binary | 10100010 | 1001 | 10011010 | 0 | 1011110 | 101 | 100100 | 100101111 | 1011001 | 100010 |
Color Harmonies of #A2099A
Complementary color
Monochromatic Colors of #A2099A
Black with #A2099A
Text Example
Text Example
White with #A2099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2099A; }
p { color: rgb(162,9,154); }
H1.HeaderClassName
{
color: #A2099A;
}
.AnyTagClassName
{
color: #A2099A;
}
</style>
background-color css
<style>
a { background-color: #A2099A; }
a { background-color: rgb(162,9,154); }
div.DivClassName
{
background-color: #A2099A;
}
.BgClassName
{
background-color: #A2099A;
}
</style>
border-color css
<style>
span { border-color: #A2099A; }
span { border-color: rgb(162,9,154); }
td.TdClassName
{
border-color: #A2099A;
}
.TagClassName
{
border-color: #A2099A;
}
</style>