Shades of Dark Magenta #A010AD
Tints of Dark Magenta #A010AD
RGB
CMYK
RGB Variations
Color information
#A010AD (or 0xA010AD) is known color: Dark Magenta. HEX triplet: A0, 10 and AD. RGB value is (160,16,173). Sum of RGB (Red+Green+Blue) = 160+16+173=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #A010AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A010AD is #5FEF52. Grayscale: #4C4C4C. Windows color (decimal): -6287187 or 11341984. OLE color: 11341984.
HSL color Cylindrical-coordinate representation of color #A010AD: hue angle of 295.03º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A010AD is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 16 | 173 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.32 |
| HSL | 295.03º | 0.83% | 0.37% | - |
| HSV(B) | 295.03º | 0.91% | 0.68% | - |
| XYZ | 22.23 | 10.86 | 40.46 | - |
| YUV | 76.95 | 182.21 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 173 | 0.08 | 0.91 | 0 | 0.32 | 295.03 | 0.83 | 0.37 |
| Hex | A0 | 10 | AD | 8 | 5B | 0 | 20 | 127 | 53 | 25 |
| Octal | 240 | 20 | 255 | 10 | 133 | 0 | 40 | 447 | 123 | 45 |
| Binary | 10100000 | 10000 | 10101101 | 1000 | 1011011 | 0 | 100000 | 100100111 | 1010011 | 100101 |
Color Harmonies of #A010AD
Complementary color
Monochromatic Colors of #A010AD
Black with #A010AD
Text Example
Text Example
White with #A010AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010AD; }
p { color: rgb(160,16,173); }
H1.HeaderClassName
{
color: #A010AD;
}
.AnyTagClassName
{
color: #A010AD;
}
</style>
background-color css
<style>
a { background-color: #A010AD; }
a { background-color: rgb(160,16,173); }
div.DivClassName
{
background-color: #A010AD;
}
.BgClassName
{
background-color: #A010AD;
}
</style>
border-color css
<style>
span { border-color: #A010AD; }
span { border-color: rgb(160,16,173); }
td.TdClassName
{
border-color: #A010AD;
}
.TagClassName
{
border-color: #A010AD;
}
</style>