Shades of Dark Magenta #A2009B
Tints of Dark Magenta #A2009B
RGB
CMYK
RGB Variations
Color information
#A2009B (or 0xA2009B) is known color: Dark Magenta. HEX triplet: A2, 00 and 9B. RGB value is (162,0,155). Sum of RGB (Red+Green+Blue) = 162+0+155=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A2009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2009B is #5DFF64. Grayscale: #414141. Windows color (decimal): -6160229 or 10158242. OLE color: 10158242.
HSL color Cylindrical-coordinate representation of color #A2009B: hue angle of 302.59º 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 #A2009B is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.04 | 0.36 |
| HSL | 302.59º | 1% | 0.32% | - |
| HSV(B) | 302.59º | 1% | 0.64% | - |
| XYZ | 20.82 | 10.05 | 31.85 | - |
| YUV | 66.11 | 178.17 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 155 | 0 | 1 | 0.04 | 0.36 | 302.59 | 1 | 0.32 |
| Hex | A2 | 0 | 9B | 0 | 64 | 4 | 24 | 12F | 64 | 20 |
| Octal | 242 | 0 | 233 | 0 | 144 | 4 | 44 | 457 | 144 | 40 |
| Binary | 10100010 | 0 | 10011011 | 0 | 1100100 | 100 | 100100 | 100101111 | 1100100 | 100000 |
Color Harmonies of #A2009B
Complementary color
Monochromatic Colors of #A2009B
Black with #A2009B
Text Example
Text Example
White with #A2009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2009B; }
p { color: rgb(162,0,155); }
H1.HeaderClassName
{
color: #A2009B;
}
.AnyTagClassName
{
color: #A2009B;
}
</style>
background-color css
<style>
a { background-color: #A2009B; }
a { background-color: rgb(162,0,155); }
div.DivClassName
{
background-color: #A2009B;
}
.BgClassName
{
background-color: #A2009B;
}
</style>
border-color css
<style>
span { border-color: #A2009B; }
span { border-color: rgb(162,0,155); }
td.TdClassName
{
border-color: #A2009B;
}
.TagClassName
{
border-color: #A2009B;
}
</style>