Shades of Dark Magenta #A10AA6
Tints of Dark Magenta #A10AA6
RGB
CMYK
RGB Variations
Color information
#A10AA6 (or 0xA10AA6) is known color: Dark Magenta. HEX triplet: A1, 0A and A6. RGB value is (161,10,166). Sum of RGB (Red+Green+Blue) = 161+10+166=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 166 (65.23% from 255 or 49.26% from 337); Max value from RGB is 166 - color contains mainly: blue. Hex color #A10AA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10AA6 is #5EF559. Grayscale: #484848. Windows color (decimal): -6223194 or 10881697. OLE color: 10881697.
HSL color Cylindrical-coordinate representation of color #A10AA6: hue angle of 298.08º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10AA6 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 10 | 166 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.35 |
| HSL | 298.08º | 0.89% | 0.35% | - |
| HSV(B) | 298.08º | 0.94% | 0.65% | - |
| XYZ | 21.69 | 10.55 | 36.97 | - |
| YUV | 72.93 | 180.53 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 166 | 0.03 | 0.94 | 0 | 0.35 | 298.08 | 0.89 | 0.35 |
| Hex | A1 | A | A6 | 3 | 5E | 0 | 23 | 12A | 59 | 23 |
| Octal | 241 | 12 | 246 | 3 | 136 | 0 | 43 | 452 | 131 | 43 |
| Binary | 10100001 | 1010 | 10100110 | 11 | 1011110 | 0 | 100011 | 100101010 | 1011001 | 100011 |
Color Harmonies of #A10AA6
Complementary color
Monochromatic Colors of #A10AA6
Black with #A10AA6
Text Example
Text Example
White with #A10AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10AA6; }
p { color: rgb(161,10,166); }
H1.HeaderClassName
{
color: #A10AA6;
}
.AnyTagClassName
{
color: #A10AA6;
}
</style>
background-color css
<style>
a { background-color: #A10AA6; }
a { background-color: rgb(161,10,166); }
div.DivClassName
{
background-color: #A10AA6;
}
.BgClassName
{
background-color: #A10AA6;
}
</style>
border-color css
<style>
span { border-color: #A10AA6; }
span { border-color: rgb(161,10,166); }
td.TdClassName
{
border-color: #A10AA6;
}
.TagClassName
{
border-color: #A10AA6;
}
</style>