Shades of Dark Magenta #A2008A
Tints of Dark Magenta #A2008A
RGB
CMYK
RGB Variations
Color information
#A2008A (or 0xA2008A) is known color: Dark Magenta. HEX triplet: A2, 00 and 8A. RGB value is (162,0,138). Sum of RGB (Red+Green+Blue) = 162+0+138=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A2008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2008A is #5DFF75. Grayscale: #3F3F3F. Windows color (decimal): -6160246 or 9044130. OLE color: 9044130.
HSL color Cylindrical-coordinate representation of color #A2008A: hue angle of 308.89º 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 #A2008A is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.15 | 0.36 |
| HSL | 308.89º | 1% | 0.32% | - |
| HSV(B) | 308.89º | 1% | 0.64% | - |
| XYZ | 19.49 | 9.52 | 24.85 | - |
| YUV | 64.17 | 169.67 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 138 | 0 | 1 | 0.15 | 0.36 | 308.89 | 1 | 0.32 |
| Hex | A2 | 0 | 8A | 0 | 64 | F | 24 | 135 | 64 | 20 |
| Octal | 242 | 0 | 212 | 0 | 144 | 17 | 44 | 465 | 144 | 40 |
| Binary | 10100010 | 0 | 10001010 | 0 | 1100100 | 1111 | 100100 | 100110101 | 1100100 | 100000 |
Color Harmonies of #A2008A
Complementary color
Monochromatic Colors of #A2008A
Black with #A2008A
Text Example
Text Example
White with #A2008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2008A; }
p { color: rgb(162,0,138); }
H1.HeaderClassName
{
color: #A2008A;
}
.AnyTagClassName
{
color: #A2008A;
}
</style>
background-color css
<style>
a { background-color: #A2008A; }
a { background-color: rgb(162,0,138); }
div.DivClassName
{
background-color: #A2008A;
}
.BgClassName
{
background-color: #A2008A;
}
</style>
border-color css
<style>
span { border-color: #A2008A; }
span { border-color: rgb(162,0,138); }
td.TdClassName
{
border-color: #A2008A;
}
.TagClassName
{
border-color: #A2008A;
}
</style>