Shades of Dark Magenta #A116AD
Tints of Dark Magenta #A116AD
RGB
CMYK
RGB Variations
Color information
#A116AD (or 0xA116AD) is known color: Dark Magenta. HEX triplet: A1, 16 and AD. RGB value is (161,22,173). Sum of RGB (Red+Green+Blue) = 161+22+173=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #A116AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A116AD is #5EE952. Grayscale: #505050. Windows color (decimal): -6220115 or 11343521. OLE color: 11343521.
HSL color Cylindrical-coordinate representation of color #A116AD: hue angle of 295.23º 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 #A116AD is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 22 | 173 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.32 |
| HSL | 295.23º | 0.77% | 0.38% | - |
| HSV(B) | 295.23º | 0.87% | 0.68% | - |
| XYZ | 22.53 | 11.17 | 40.5 | - |
| YUV | 80.78 | 180.05 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 173 | 0.07 | 0.87 | 0 | 0.32 | 295.23 | 0.77 | 0.38 |
| Hex | A1 | 16 | AD | 7 | 57 | 0 | 20 | 127 | 4D | 26 |
| Octal | 241 | 26 | 255 | 7 | 127 | 0 | 40 | 447 | 115 | 46 |
| Binary | 10100001 | 10110 | 10101101 | 111 | 1010111 | 0 | 100000 | 100100111 | 1001101 | 100110 |
Color Harmonies of #A116AD
Complementary color
Monochromatic Colors of #A116AD
Black with #A116AD
Text Example
Text Example
White with #A116AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A116AD; }
p { color: rgb(161,22,173); }
H1.HeaderClassName
{
color: #A116AD;
}
.AnyTagClassName
{
color: #A116AD;
}
</style>
background-color css
<style>
a { background-color: #A116AD; }
a { background-color: rgb(161,22,173); }
div.DivClassName
{
background-color: #A116AD;
}
.BgClassName
{
background-color: #A116AD;
}
</style>
border-color css
<style>
span { border-color: #A116AD; }
span { border-color: rgb(161,22,173); }
td.TdClassName
{
border-color: #A116AD;
}
.TagClassName
{
border-color: #A116AD;
}
</style>