Shades of Dark Magenta #A616AC
Tints of Dark Magenta #A616AC
RGB
CMYK
RGB Variations
Color information
#A616AC (or 0xA616AC) is known color: Dark Magenta. HEX triplet: A6, 16 and AC. RGB value is (166,22,172). Sum of RGB (Red+Green+Blue) = 166+22+172=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #A616AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A616AC is #59E953. Grayscale: #515151. Windows color (decimal): -5892436 or 11277990. OLE color: 11277990.
HSL color Cylindrical-coordinate representation of color #A616AC: hue angle of 297.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 #A616AC is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 22 | 172 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.33 |
| HSL | 297.6º | 0.77% | 0.38% | - |
| HSV(B) | 297.6º | 0.87% | 0.67% | - |
| XYZ | 23.46 | 11.66 | 40.04 | - |
| YUV | 82.16 | 178.71 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 172 | 0.03 | 0.87 | 0 | 0.33 | 297.6 | 0.77 | 0.38 |
| Hex | A6 | 16 | AC | 3 | 57 | 0 | 21 | 12A | 4D | 26 |
| Octal | 246 | 26 | 254 | 3 | 127 | 0 | 41 | 452 | 115 | 46 |
| Binary | 10100110 | 10110 | 10101100 | 11 | 1010111 | 0 | 100001 | 100101010 | 1001101 | 100110 |
Color Harmonies of #A616AC
Complementary color
Monochromatic Colors of #A616AC
Black with #A616AC
Text Example
Text Example
White with #A616AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A616AC; }
p { color: rgb(166,22,172); }
H1.HeaderClassName
{
color: #A616AC;
}
.AnyTagClassName
{
color: #A616AC;
}
</style>
background-color css
<style>
a { background-color: #A616AC; }
a { background-color: rgb(166,22,172); }
div.DivClassName
{
background-color: #A616AC;
}
.BgClassName
{
background-color: #A616AC;
}
</style>
border-color css
<style>
span { border-color: #A616AC; }
span { border-color: rgb(166,22,172); }
td.TdClassName
{
border-color: #A616AC;
}
.TagClassName
{
border-color: #A616AC;
}
</style>