Shades of Dark Magenta #A10187
Tints of Dark Magenta #A10187
RGB
CMYK
RGB Variations
Color information
#A10187 (or 0xA10187) is known color: Dark Magenta. HEX triplet: A1, 01 and 87. RGB value is (161,1,135). Sum of RGB (Red+Green+Blue) = 161+1+135=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A10187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10187 is #5EFE78. Grayscale: #3F3F3F. Windows color (decimal): -6225529 or 8847777. OLE color: 8847777.
HSL color Cylindrical-coordinate representation of color #A10187: hue angle of 309.75º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A10187 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 135 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.37 |
| HSL | 309.75º | 0.99% | 0.32% | - |
| HSV(B) | 309.75º | 0.99% | 0.63% | - |
| XYZ | 19.08 | 9.35 | 23.72 | - |
| YUV | 64.12 | 168.01 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 135 | 0 | 0.99 | 0.16 | 0.37 | 309.75 | 0.99 | 0.32 |
| Hex | A1 | 1 | 87 | 0 | 63 | 10 | 25 | 136 | 63 | 20 |
| Octal | 241 | 1 | 207 | 0 | 143 | 20 | 45 | 466 | 143 | 40 |
| Binary | 10100001 | 1 | 10000111 | 0 | 1100011 | 10000 | 100101 | 100110110 | 1100011 | 100000 |
Color Harmonies of #A10187
Complementary color
Monochromatic Colors of #A10187
Black with #A10187
Text Example
Text Example
White with #A10187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10187; }
p { color: rgb(161,1,135); }
H1.HeaderClassName
{
color: #A10187;
}
.AnyTagClassName
{
color: #A10187;
}
</style>
background-color css
<style>
a { background-color: #A10187; }
a { background-color: rgb(161,1,135); }
div.DivClassName
{
background-color: #A10187;
}
.BgClassName
{
background-color: #A10187;
}
</style>
border-color css
<style>
span { border-color: #A10187; }
span { border-color: rgb(161,1,135); }
td.TdClassName
{
border-color: #A10187;
}
.TagClassName
{
border-color: #A10187;
}
</style>