Shades of Dark Magenta #A010A0
Tints of Dark Magenta #A010A0
RGB
CMYK
RGB Variations
Color information
#A010A0 (or 0xA010A0) is known color: Dark Magenta. HEX triplet: A0, 10 and A0. RGB value is (160,16,160). Sum of RGB (Red+Green+Blue) = 160+16+160=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 160 (62.89% from 255 or 47.62% from 336); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A010A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A010A0 is #5FEF5F. Grayscale: #4B4B4B. Windows color (decimal): -6287200 or 10490016. OLE color: 10490016.
HSL color Cylindrical-coordinate representation of color #A010A0: hue angle of 300º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A010A0 is Cyan = 0, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 160 | - |
| CMYK | 0 | 0.9 | 0 | 0.37 |
| HSL | 300º | 0.82% | 0.35% | - |
| HSV(B) | 300º | 0.9% | 0.63% | - |
| XYZ | 21.03 | 10.38 | 34.15 | - |
| YUV | 75.47 | 175.71 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 160 | 0 | 0.9 | 0 | 0.37 | 300 | 0.82 | 0.35 |
| Hex | A0 | 10 | A0 | 0 | 5A | 0 | 25 | 12C | 52 | 23 |
| Octal | 240 | 20 | 240 | 0 | 132 | 0 | 45 | 454 | 122 | 43 |
| Binary | 10100000 | 10000 | 10100000 | 0 | 1011010 | 0 | 100101 | 100101100 | 1010010 | 100011 |
Color Harmonies of #A010A0
Complementary color
Monochromatic Colors of #A010A0
Black with #A010A0
Text Example
Text Example
White with #A010A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010A0; }
p { color: rgb(160,16,160); }
H1.HeaderClassName
{
color: #A010A0;
}
.AnyTagClassName
{
color: #A010A0;
}
</style>
background-color css
<style>
a { background-color: #A010A0; }
a { background-color: rgb(160,16,160); }
div.DivClassName
{
background-color: #A010A0;
}
.BgClassName
{
background-color: #A010A0;
}
</style>
border-color css
<style>
span { border-color: #A010A0; }
span { border-color: rgb(160,16,160); }
td.TdClassName
{
border-color: #A010A0;
}
.TagClassName
{
border-color: #A010A0;
}
</style>