Shades of Dark Magenta #A10AA5
Tints of Dark Magenta #A10AA5
RGB
CMYK
RGB Variations
Color information
#A10AA5 (or 0xA10AA5) is known color: Dark Magenta. HEX triplet: A1, 0A and A5. RGB value is (161,10,165). Sum of RGB (Red+Green+Blue) = 161+10+165=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 165 (64.84% from 255 or 49.11% from 336); Max value from RGB is 165 - color contains mainly: blue. Hex color #A10AA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10AA5 is #5EF55A. Grayscale: #484848. Windows color (decimal): -6223195 or 10816161. OLE color: 10816161.
HSL color Cylindrical-coordinate representation of color #A10AA5: hue angle of 298.45º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10AA5 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 10 | 165 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.35 |
| HSL | 298.45º | 0.89% | 0.34% | - |
| HSV(B) | 298.45º | 0.94% | 0.65% | - |
| XYZ | 21.6 | 10.51 | 36.49 | - |
| YUV | 72.82 | 180.03 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 165 | 0.02 | 0.94 | 0 | 0.35 | 298.45 | 0.89 | 0.34 |
| Hex | A1 | A | A5 | 2 | 5E | 0 | 23 | 12A | 59 | 22 |
| Octal | 241 | 12 | 245 | 2 | 136 | 0 | 43 | 452 | 131 | 42 |
| Binary | 10100001 | 1010 | 10100101 | 10 | 1011110 | 0 | 100011 | 100101010 | 1011001 | 100010 |
Color Harmonies of #A10AA5
Complementary color
Monochromatic Colors of #A10AA5
Black with #A10AA5
Text Example
Text Example
White with #A10AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10AA5; }
p { color: rgb(161,10,165); }
H1.HeaderClassName
{
color: #A10AA5;
}
.AnyTagClassName
{
color: #A10AA5;
}
</style>
background-color css
<style>
a { background-color: #A10AA5; }
a { background-color: rgb(161,10,165); }
div.DivClassName
{
background-color: #A10AA5;
}
.BgClassName
{
background-color: #A10AA5;
}
</style>
border-color css
<style>
span { border-color: #A10AA5; }
span { border-color: rgb(161,10,165); }
td.TdClassName
{
border-color: #A10AA5;
}
.TagClassName
{
border-color: #A10AA5;
}
</style>