Shades of Dark Magenta #A010AB
Tints of Dark Magenta #A010AB
RGB
CMYK
RGB Variations
Color information
#A010AB (or 0xA010AB) is known color: Dark Magenta. HEX triplet: A0, 10 and AB. RGB value is (160,16,171). Sum of RGB (Red+Green+Blue) = 160+16+171=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #A010AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A010AB is #5FEF54. Grayscale: #4C4C4C. Windows color (decimal): -6287189 or 11210912. OLE color: 11210912.
HSL color Cylindrical-coordinate representation of color #A010AB: hue angle of 295.74º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A010AB is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 16 | 171 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.33 |
| HSL | 295.74º | 0.83% | 0.37% | - |
| HSV(B) | 295.74º | 0.91% | 0.67% | - |
| XYZ | 22.03 | 10.78 | 39.45 | - |
| YUV | 76.73 | 181.21 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 171 | 0.06 | 0.91 | 0 | 0.33 | 295.74 | 0.83 | 0.37 |
| Hex | A0 | 10 | AB | 6 | 5B | 0 | 21 | 128 | 53 | 25 |
| Octal | 240 | 20 | 253 | 6 | 133 | 0 | 41 | 450 | 123 | 45 |
| Binary | 10100000 | 10000 | 10101011 | 110 | 1011011 | 0 | 100001 | 100101000 | 1010011 | 100101 |
Color Harmonies of #A010AB
Complementary color
Monochromatic Colors of #A010AB
Black with #A010AB
Text Example
Text Example
White with #A010AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010AB; }
p { color: rgb(160,16,171); }
H1.HeaderClassName
{
color: #A010AB;
}
.AnyTagClassName
{
color: #A010AB;
}
</style>
background-color css
<style>
a { background-color: #A010AB; }
a { background-color: rgb(160,16,171); }
div.DivClassName
{
background-color: #A010AB;
}
.BgClassName
{
background-color: #A010AB;
}
</style>
border-color css
<style>
span { border-color: #A010AB; }
span { border-color: rgb(160,16,171); }
td.TdClassName
{
border-color: #A010AB;
}
.TagClassName
{
border-color: #A010AB;
}
</style>