Shades of Dark Magenta #A10C9A
Tints of Dark Magenta #A10C9A
RGB
CMYK
RGB Variations
Color information
#A10C9A (or 0xA10C9A) is known color: Dark Magenta. HEX triplet: A1, 0C and 9A. RGB value is (161,12,154). Sum of RGB (Red+Green+Blue) = 161+12+154=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A10C9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10C9A is #5EF365. Grayscale: #484848. Windows color (decimal): -6222694 or 10095777. OLE color: 10095777.
HSL color Cylindrical-coordinate representation of color #A10C9A: hue angle of 302.82º 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 #A10C9A is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 12 | 154 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.37 |
| HSL | 302.82º | 0.86% | 0.34% | - |
| HSV(B) | 302.82º | 0.93% | 0.63% | - |
| XYZ | 20.66 | 10.17 | 31.45 | - |
| YUV | 72.74 | 173.86 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 12 | 154 | 0 | 0.93 | 0.04 | 0.37 | 302.82 | 0.86 | 0.34 |
| Hex | A1 | C | 9A | 0 | 5D | 4 | 25 | 12F | 56 | 22 |
| Octal | 241 | 14 | 232 | 0 | 135 | 4 | 45 | 457 | 126 | 42 |
| Binary | 10100001 | 1100 | 10011010 | 0 | 1011101 | 100 | 100101 | 100101111 | 1010110 | 100010 |
Color Harmonies of #A10C9A
Complementary color
Monochromatic Colors of #A10C9A
Black with #A10C9A
Text Example
Text Example
White with #A10C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10C9A; }
p { color: rgb(161,12,154); }
H1.HeaderClassName
{
color: #A10C9A;
}
.AnyTagClassName
{
color: #A10C9A;
}
</style>
background-color css
<style>
a { background-color: #A10C9A; }
a { background-color: rgb(161,12,154); }
div.DivClassName
{
background-color: #A10C9A;
}
.BgClassName
{
background-color: #A10C9A;
}
</style>
border-color css
<style>
span { border-color: #A10C9A; }
span { border-color: rgb(161,12,154); }
td.TdClassName
{
border-color: #A10C9A;
}
.TagClassName
{
border-color: #A10C9A;
}
</style>