Shades of Dark Magenta #A10087
Tints of Dark Magenta #A10087
RGB
CMYK
RGB Variations
Color information
#A10087 (or 0xA10087) is known color: Dark Magenta. HEX triplet: A1, 00 and 87. RGB value is (161,0,135). Sum of RGB (Red+Green+Blue) = 161+0+135=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A10087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10087 is #5EFF78. Grayscale: #3F3F3F. Windows color (decimal): -6225785 or 8847521. OLE color: 8847521.
HSL color Cylindrical-coordinate representation of color #A10087: hue angle of 309.69º 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 #A10087 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.16 | 0.37 |
| HSL | 309.69º | 1% | 0.32% | - |
| HSV(B) | 309.69º | 1% | 0.63% | - |
| XYZ | 19.07 | 9.33 | 23.72 | - |
| YUV | 63.53 | 168.34 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 135 | 0 | 1 | 0.16 | 0.37 | 309.69 | 1 | 0.32 |
| Hex | A1 | 0 | 87 | 0 | 64 | 10 | 25 | 136 | 64 | 20 |
| Octal | 241 | 0 | 207 | 0 | 144 | 20 | 45 | 466 | 144 | 40 |
| Binary | 10100001 | 0 | 10000111 | 0 | 1100100 | 10000 | 100101 | 100110110 | 1100100 | 100000 |
Color Harmonies of #A10087
Complementary color
Monochromatic Colors of #A10087
Black with #A10087
Text Example
Text Example
White with #A10087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10087; }
p { color: rgb(161,0,135); }
H1.HeaderClassName
{
color: #A10087;
}
.AnyTagClassName
{
color: #A10087;
}
</style>
background-color css
<style>
a { background-color: #A10087; }
a { background-color: rgb(161,0,135); }
div.DivClassName
{
background-color: #A10087;
}
.BgClassName
{
background-color: #A10087;
}
</style>
border-color css
<style>
span { border-color: #A10087; }
span { border-color: rgb(161,0,135); }
td.TdClassName
{
border-color: #A10087;
}
.TagClassName
{
border-color: #A10087;
}
</style>