Shades of Dark Magenta #A10AAC
Tints of Dark Magenta #A10AAC
RGB
CMYK
RGB Variations
Color information
#A10AAC (or 0xA10AAC) is known color: Dark Magenta. HEX triplet: A1, 0A and AC. RGB value is (161,10,172). Sum of RGB (Red+Green+Blue) = 161+10+172=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #A10AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10AAC is #5EF553. Grayscale: #494949. Windows color (decimal): -6223188 or 11274913. OLE color: 11274913.
HSL color Cylindrical-coordinate representation of color #A10AAC: hue angle of 295.93º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10AAC is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 10 | 172 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.33 |
| HSL | 295.93º | 0.89% | 0.36% | - |
| HSV(B) | 295.93º | 0.94% | 0.67% | - |
| XYZ | 22.25 | 10.77 | 39.94 | - |
| YUV | 73.62 | 183.53 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 172 | 0.06 | 0.94 | 0 | 0.33 | 295.93 | 0.89 | 0.36 |
| Hex | A1 | A | AC | 6 | 5E | 0 | 21 | 128 | 59 | 24 |
| Octal | 241 | 12 | 254 | 6 | 136 | 0 | 41 | 450 | 131 | 44 |
| Binary | 10100001 | 1010 | 10101100 | 110 | 1011110 | 0 | 100001 | 100101000 | 1011001 | 100100 |
Color Harmonies of #A10AAC
Complementary color
Monochromatic Colors of #A10AAC
Black with #A10AAC
Text Example
Text Example
White with #A10AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10AAC; }
p { color: rgb(161,10,172); }
H1.HeaderClassName
{
color: #A10AAC;
}
.AnyTagClassName
{
color: #A10AAC;
}
</style>
background-color css
<style>
a { background-color: #A10AAC; }
a { background-color: rgb(161,10,172); }
div.DivClassName
{
background-color: #A10AAC;
}
.BgClassName
{
background-color: #A10AAC;
}
</style>
border-color css
<style>
span { border-color: #A10AAC; }
span { border-color: rgb(161,10,172); }
td.TdClassName
{
border-color: #A10AAC;
}
.TagClassName
{
border-color: #A10AAC;
}
</style>