Shades of Dark Magenta #A016AD
Tints of Dark Magenta #A016AD
RGB
CMYK
RGB Variations
Color information
#A016AD (or 0xA016AD) is known color: Dark Magenta. HEX triplet: A0, 16 and AD. RGB value is (160,22,173). Sum of RGB (Red+Green+Blue) = 160+22+173=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #A016AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A016AD is #5FE952. Grayscale: #505050. Windows color (decimal): -6285651 or 11343520. OLE color: 11343520.
HSL color Cylindrical-coordinate representation of color #A016AD: hue angle of 294.83º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A016AD is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 22 | 173 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.32 |
| HSL | 294.83º | 0.77% | 0.38% | - |
| HSV(B) | 294.83º | 0.87% | 0.68% | - |
| XYZ | 22.33 | 11.06 | 40.49 | - |
| YUV | 80.48 | 180.22 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 173 | 0.08 | 0.87 | 0 | 0.32 | 294.83 | 0.77 | 0.38 |
| Hex | A0 | 16 | AD | 8 | 57 | 0 | 20 | 127 | 4D | 26 |
| Octal | 240 | 26 | 255 | 10 | 127 | 0 | 40 | 447 | 115 | 46 |
| Binary | 10100000 | 10110 | 10101101 | 1000 | 1010111 | 0 | 100000 | 100100111 | 1001101 | 100110 |
Color Harmonies of #A016AD
Complementary color
Monochromatic Colors of #A016AD
Black with #A016AD
Text Example
Text Example
White with #A016AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A016AD; }
p { color: rgb(160,22,173); }
H1.HeaderClassName
{
color: #A016AD;
}
.AnyTagClassName
{
color: #A016AD;
}
</style>
background-color css
<style>
a { background-color: #A016AD; }
a { background-color: rgb(160,22,173); }
div.DivClassName
{
background-color: #A016AD;
}
.BgClassName
{
background-color: #A016AD;
}
</style>
border-color css
<style>
span { border-color: #A016AD; }
span { border-color: rgb(160,22,173); }
td.TdClassName
{
border-color: #A016AD;
}
.TagClassName
{
border-color: #A016AD;
}
</style>