Shades of Dark Magenta #A013AB
Tints of Dark Magenta #A013AB
RGB
CMYK
RGB Variations
Color information
#A013AB (or 0xA013AB) is known color: Dark Magenta. HEX triplet: A0, 13 and AB. RGB value is (160,19,171). Sum of RGB (Red+Green+Blue) = 160+19+171=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #A013AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A013AB is #5FEC54. Grayscale: #4E4E4E. Windows color (decimal): -6286421 or 11211680. OLE color: 11211680.
HSL color Cylindrical-coordinate representation of color #A013AB: hue angle of 295.66º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A013AB is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 19 | 171 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.33 |
| HSL | 295.66º | 0.8% | 0.37% | - |
| HSV(B) | 295.66º | 0.89% | 0.67% | - |
| XYZ | 22.08 | 10.88 | 39.46 | - |
| YUV | 78.49 | 180.21 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 171 | 0.06 | 0.89 | 0 | 0.33 | 295.66 | 0.8 | 0.37 |
| Hex | A0 | 13 | AB | 6 | 59 | 0 | 21 | 128 | 50 | 25 |
| Octal | 240 | 23 | 253 | 6 | 131 | 0 | 41 | 450 | 120 | 45 |
| Binary | 10100000 | 10011 | 10101011 | 110 | 1011001 | 0 | 100001 | 100101000 | 1010000 | 100101 |
Color Harmonies of #A013AB
Complementary color
Monochromatic Colors of #A013AB
Black with #A013AB
Text Example
Text Example
White with #A013AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A013AB; }
p { color: rgb(160,19,171); }
H1.HeaderClassName
{
color: #A013AB;
}
.AnyTagClassName
{
color: #A013AB;
}
</style>
background-color css
<style>
a { background-color: #A013AB; }
a { background-color: rgb(160,19,171); }
div.DivClassName
{
background-color: #A013AB;
}
.BgClassName
{
background-color: #A013AB;
}
</style>
border-color css
<style>
span { border-color: #A013AB; }
span { border-color: rgb(160,19,171); }
td.TdClassName
{
border-color: #A013AB;
}
.TagClassName
{
border-color: #A013AB;
}
</style>