Shades of Dark Magenta #A10C8E
Tints of Dark Magenta #A10C8E
RGB
CMYK
RGB Variations
Color information
#A10C8E (or 0xA10C8E) is known color: Dark Magenta. HEX triplet: A1, 0C and 8E. RGB value is (161,12,142). Sum of RGB (Red+Green+Blue) = 161+12+142=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A10C8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10C8E is #5EF371. Grayscale: #474747. Windows color (decimal): -6222706 or 9309345. OLE color: 9309345.
HSL color Cylindrical-coordinate representation of color #A10C8E: hue angle of 307.65º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10C8E is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 12 | 142 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.37 |
| HSL | 307.65º | 0.86% | 0.34% | - |
| HSV(B) | 307.65º | 0.93% | 0.63% | - |
| XYZ | 19.71 | 9.79 | 26.44 | - |
| YUV | 71.37 | 167.86 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 12 | 142 | 0 | 0.93 | 0.12 | 0.37 | 307.65 | 0.86 | 0.34 |
| Hex | A1 | C | 8E | 0 | 5D | C | 25 | 134 | 56 | 22 |
| Octal | 241 | 14 | 216 | 0 | 135 | 14 | 45 | 464 | 126 | 42 |
| Binary | 10100001 | 1100 | 10001110 | 0 | 1011101 | 1100 | 100101 | 100110100 | 1010110 | 100010 |
Color Harmonies of #A10C8E
Complementary color
Monochromatic Colors of #A10C8E
Black with #A10C8E
Text Example
Text Example
White with #A10C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10C8E; }
p { color: rgb(161,12,142); }
H1.HeaderClassName
{
color: #A10C8E;
}
.AnyTagClassName
{
color: #A10C8E;
}
</style>
background-color css
<style>
a { background-color: #A10C8E; }
a { background-color: rgb(161,12,142); }
div.DivClassName
{
background-color: #A10C8E;
}
.BgClassName
{
background-color: #A10C8E;
}
</style>
border-color css
<style>
span { border-color: #A10C8E; }
span { border-color: rgb(161,12,142); }
td.TdClassName
{
border-color: #A10C8E;
}
.TagClassName
{
border-color: #A10C8E;
}
</style>