Shades of Dark Magenta #A2008F
Tints of Dark Magenta #A2008F
RGB
CMYK
RGB Variations
Color information
#A2008F (or 0xA2008F) is known color: Dark Magenta. HEX triplet: A2, 00 and 8F. RGB value is (162,0,143). Sum of RGB (Red+Green+Blue) = 162+0+143=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A2008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2008F is #5DFF70. Grayscale: #404040. Windows color (decimal): -6160241 or 9371810. OLE color: 9371810.
HSL color Cylindrical-coordinate representation of color #A2008F: hue angle of 307.04º 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 #A2008F is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.12 | 0.36 |
| HSL | 307.04º | 1% | 0.32% | - |
| HSV(B) | 307.04º | 1% | 0.64% | - |
| XYZ | 19.86 | 9.66 | 26.81 | - |
| YUV | 64.74 | 172.17 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 143 | 0 | 1 | 0.12 | 0.36 | 307.04 | 1 | 0.32 |
| Hex | A2 | 0 | 8F | 0 | 64 | C | 24 | 133 | 64 | 20 |
| Octal | 242 | 0 | 217 | 0 | 144 | 14 | 44 | 463 | 144 | 40 |
| Binary | 10100010 | 0 | 10001111 | 0 | 1100100 | 1100 | 100100 | 100110011 | 1100100 | 100000 |
Color Harmonies of #A2008F
Complementary color
Monochromatic Colors of #A2008F
Black with #A2008F
Text Example
Text Example
White with #A2008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2008F; }
p { color: rgb(162,0,143); }
H1.HeaderClassName
{
color: #A2008F;
}
.AnyTagClassName
{
color: #A2008F;
}
</style>
background-color css
<style>
a { background-color: #A2008F; }
a { background-color: rgb(162,0,143); }
div.DivClassName
{
background-color: #A2008F;
}
.BgClassName
{
background-color: #A2008F;
}
</style>
border-color css
<style>
span { border-color: #A2008F; }
span { border-color: rgb(162,0,143); }
td.TdClassName
{
border-color: #A2008F;
}
.TagClassName
{
border-color: #A2008F;
}
</style>