Shades of Dark Magenta #A019AB
Tints of Dark Magenta #A019AB
RGB
CMYK
RGB Variations
Color information
#A019AB (or 0xA019AB) is known color: Dark Magenta. HEX triplet: A0, 19 and AB. RGB value is (160,25,171). Sum of RGB (Red+Green+Blue) = 160+25+171=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #A019AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A019AB is #5FE654. Grayscale: #515151. Windows color (decimal): -6284885 or 11213216. OLE color: 11213216.
HSL color Cylindrical-coordinate representation of color #A019AB: hue angle of 295.48º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A019AB is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 25 | 171 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.33 |
| HSL | 295.48º | 0.74% | 0.38% | - |
| HSV(B) | 295.48º | 0.85% | 0.67% | - |
| XYZ | 22.2 | 11.11 | 39.5 | - |
| YUV | 82.01 | 178.23 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 171 | 0.06 | 0.85 | 0 | 0.33 | 295.48 | 0.74 | 0.38 |
| Hex | A0 | 19 | AB | 6 | 55 | 0 | 21 | 127 | 4A | 26 |
| Octal | 240 | 31 | 253 | 6 | 125 | 0 | 41 | 447 | 112 | 46 |
| Binary | 10100000 | 11001 | 10101011 | 110 | 1010101 | 0 | 100001 | 100100111 | 1001010 | 100110 |
Color Harmonies of #A019AB
Complementary color
Monochromatic Colors of #A019AB
Black with #A019AB
Text Example
Text Example
White with #A019AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019AB; }
p { color: rgb(160,25,171); }
H1.HeaderClassName
{
color: #A019AB;
}
.AnyTagClassName
{
color: #A019AB;
}
</style>
background-color css
<style>
a { background-color: #A019AB; }
a { background-color: rgb(160,25,171); }
div.DivClassName
{
background-color: #A019AB;
}
.BgClassName
{
background-color: #A019AB;
}
</style>
border-color css
<style>
span { border-color: #A019AB; }
span { border-color: rgb(160,25,171); }
td.TdClassName
{
border-color: #A019AB;
}
.TagClassName
{
border-color: #A019AB;
}
</style>