Shades of Dark Magenta #A2009E
Tints of Dark Magenta #A2009E
RGB
CMYK
RGB Variations
Color information
#A2009E (or 0xA2009E) is known color: Dark Magenta. HEX triplet: A2, 00 and 9E. RGB value is (162,0,158). Sum of RGB (Red+Green+Blue) = 162+0+158=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A2009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2009E is #5DFF61. Grayscale: #414141. Windows color (decimal): -6160226 or 10354850. OLE color: 10354850.
HSL color Cylindrical-coordinate representation of color #A2009E: hue angle of 301.48º 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 #A2009E is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.02 | 0.36 |
| HSL | 301.48º | 1% | 0.32% | - |
| HSV(B) | 301.48º | 1% | 0.64% | - |
| XYZ | 21.07 | 10.15 | 33.2 | - |
| YUV | 66.45 | 179.67 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 158 | 0 | 1 | 0.02 | 0.36 | 301.48 | 1 | 0.32 |
| Hex | A2 | 0 | 9E | 0 | 64 | 2 | 24 | 12D | 64 | 20 |
| Octal | 242 | 0 | 236 | 0 | 144 | 2 | 44 | 455 | 144 | 40 |
| Binary | 10100010 | 0 | 10011110 | 0 | 1100100 | 10 | 100100 | 100101101 | 1100100 | 100000 |
Color Harmonies of #A2009E
Complementary color
Monochromatic Colors of #A2009E
Black with #A2009E
Text Example
Text Example
White with #A2009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2009E; }
p { color: rgb(162,0,158); }
H1.HeaderClassName
{
color: #A2009E;
}
.AnyTagClassName
{
color: #A2009E;
}
</style>
background-color css
<style>
a { background-color: #A2009E; }
a { background-color: rgb(162,0,158); }
div.DivClassName
{
background-color: #A2009E;
}
.BgClassName
{
background-color: #A2009E;
}
</style>
border-color css
<style>
span { border-color: #A2009E; }
span { border-color: rgb(162,0,158); }
td.TdClassName
{
border-color: #A2009E;
}
.TagClassName
{
border-color: #A2009E;
}
</style>