Shades of Dark Magenta #A1008C
Tints of Dark Magenta #A1008C
RGB
CMYK
RGB Variations
Color information
#A1008C (or 0xA1008C) is known color: Dark Magenta. HEX triplet: A1, 00 and 8C. RGB value is (161,0,140). Sum of RGB (Red+Green+Blue) = 161+0+140=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A1008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1008C is #5EFF73. Grayscale: #3F3F3F. Windows color (decimal): -6225780 or 9175201. OLE color: 9175201.
HSL color Cylindrical-coordinate representation of color #A1008C: hue angle of 307.83º 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 #A1008C is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.13 | 0.37 |
| HSL | 307.83º | 1% | 0.32% | - |
| HSV(B) | 307.83º | 1% | 0.63% | - |
| XYZ | 19.43 | 9.47 | 25.61 | - |
| YUV | 64.1 | 170.84 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 140 | 0 | 1 | 0.13 | 0.37 | 307.83 | 1 | 0.32 |
| Hex | A1 | 0 | 8C | 0 | 64 | D | 25 | 134 | 64 | 20 |
| Octal | 241 | 0 | 214 | 0 | 144 | 15 | 45 | 464 | 144 | 40 |
| Binary | 10100001 | 0 | 10001100 | 0 | 1100100 | 1101 | 100101 | 100110100 | 1100100 | 100000 |
Color Harmonies of #A1008C
Complementary color
Monochromatic Colors of #A1008C
Black with #A1008C
Text Example
Text Example
White with #A1008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1008C; }
p { color: rgb(161,0,140); }
H1.HeaderClassName
{
color: #A1008C;
}
.AnyTagClassName
{
color: #A1008C;
}
</style>
background-color css
<style>
a { background-color: #A1008C; }
a { background-color: rgb(161,0,140); }
div.DivClassName
{
background-color: #A1008C;
}
.BgClassName
{
background-color: #A1008C;
}
</style>
border-color css
<style>
span { border-color: #A1008C; }
span { border-color: rgb(161,0,140); }
td.TdClassName
{
border-color: #A1008C;
}
.TagClassName
{
border-color: #A1008C;
}
</style>