Shades of Dark Magenta #A1008F
Tints of Dark Magenta #A1008F
RGB
CMYK
RGB Variations
Color information
#A1008F (or 0xA1008F) is known color: Dark Magenta. HEX triplet: A1, 00 and 8F. RGB value is (161,0,143). Sum of RGB (Red+Green+Blue) = 161+0+143=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A1008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1008F is #5EFF70. Grayscale: #404040. Windows color (decimal): -6225777 or 9371809. OLE color: 9371809.
HSL color Cylindrical-coordinate representation of color #A1008F: hue angle of 306.71º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1008F is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.11 | 0.37 |
| HSL | 306.71º | 1% | 0.32% | - |
| HSV(B) | 306.71º | 1% | 0.63% | - |
| XYZ | 19.66 | 9.56 | 26.8 | - |
| YUV | 64.44 | 172.34 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 143 | 0 | 1 | 0.11 | 0.37 | 306.71 | 1 | 0.32 |
| Hex | A1 | 0 | 8F | 0 | 64 | B | 25 | 133 | 64 | 20 |
| Octal | 241 | 0 | 217 | 0 | 144 | 13 | 45 | 463 | 144 | 40 |
| Binary | 10100001 | 0 | 10001111 | 0 | 1100100 | 1011 | 100101 | 100110011 | 1100100 | 100000 |
Color Harmonies of #A1008F
Complementary color
Monochromatic Colors of #A1008F
Black with #A1008F
Text Example
Text Example
White with #A1008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1008F; }
p { color: rgb(161,0,143); }
H1.HeaderClassName
{
color: #A1008F;
}
.AnyTagClassName
{
color: #A1008F;
}
</style>
background-color css
<style>
a { background-color: #A1008F; }
a { background-color: rgb(161,0,143); }
div.DivClassName
{
background-color: #A1008F;
}
.BgClassName
{
background-color: #A1008F;
}
</style>
border-color css
<style>
span { border-color: #A1008F; }
span { border-color: rgb(161,0,143); }
td.TdClassName
{
border-color: #A1008F;
}
.TagClassName
{
border-color: #A1008F;
}
</style>