Shades of Dark Magenta #A116AC
Tints of Dark Magenta #A116AC
RGB
CMYK
RGB Variations
Color information
#A116AC (or 0xA116AC) is known color: Dark Magenta. HEX triplet: A1, 16 and AC. RGB value is (161,22,172). Sum of RGB (Red+Green+Blue) = 161+22+172=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #A116AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A116AC is #5EE953. Grayscale: #505050. Windows color (decimal): -6220116 or 11277985. OLE color: 11277985.
HSL color Cylindrical-coordinate representation of color #A116AC: hue angle of 295.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A116AC is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 22 | 172 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.33 |
| HSL | 295.6º | 0.77% | 0.38% | - |
| HSV(B) | 295.6º | 0.87% | 0.67% | - |
| XYZ | 22.43 | 11.13 | 40 | - |
| YUV | 80.66 | 179.55 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 172 | 0.06 | 0.87 | 0 | 0.33 | 295.6 | 0.77 | 0.38 |
| Hex | A1 | 16 | AC | 6 | 57 | 0 | 21 | 128 | 4D | 26 |
| Octal | 241 | 26 | 254 | 6 | 127 | 0 | 41 | 450 | 115 | 46 |
| Binary | 10100001 | 10110 | 10101100 | 110 | 1010111 | 0 | 100001 | 100101000 | 1001101 | 100110 |
Color Harmonies of #A116AC
Complementary color
Monochromatic Colors of #A116AC
Black with #A116AC
Text Example
Text Example
White with #A116AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A116AC; }
p { color: rgb(161,22,172); }
H1.HeaderClassName
{
color: #A116AC;
}
.AnyTagClassName
{
color: #A116AC;
}
</style>
background-color css
<style>
a { background-color: #A116AC; }
a { background-color: rgb(161,22,172); }
div.DivClassName
{
background-color: #A116AC;
}
.BgClassName
{
background-color: #A116AC;
}
</style>
border-color css
<style>
span { border-color: #A116AC; }
span { border-color: rgb(161,22,172); }
td.TdClassName
{
border-color: #A116AC;
}
.TagClassName
{
border-color: #A116AC;
}
</style>