Shades of Dark Magenta #A416AC
Tints of Dark Magenta #A416AC
RGB
CMYK
RGB Variations
Color information
#A416AC (or 0xA416AC) is known color: Dark Magenta. HEX triplet: A4, 16 and AC. RGB value is (164,22,172). Sum of RGB (Red+Green+Blue) = 164+22+172=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #A416AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A416AC is #5BE953. Grayscale: #515151. Windows color (decimal): -6023508 or 11277988. OLE color: 11277988.
HSL color Cylindrical-coordinate representation of color #A416AC: hue angle of 296.8º 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 #A416AC is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 22 | 172 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.33 |
| HSL | 296.8º | 0.77% | 0.38% | - |
| HSV(B) | 296.8º | 0.87% | 0.67% | - |
| XYZ | 23.04 | 11.44 | 40.02 | - |
| YUV | 81.56 | 179.04 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 22 | 172 | 0.05 | 0.87 | 0 | 0.33 | 296.8 | 0.77 | 0.38 |
| Hex | A4 | 16 | AC | 5 | 57 | 0 | 21 | 129 | 4D | 26 |
| Octal | 244 | 26 | 254 | 5 | 127 | 0 | 41 | 451 | 115 | 46 |
| Binary | 10100100 | 10110 | 10101100 | 101 | 1010111 | 0 | 100001 | 100101001 | 1001101 | 100110 |
Color Harmonies of #A416AC
Complementary color
Monochromatic Colors of #A416AC
Black with #A416AC
Text Example
Text Example
White with #A416AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A416AC; }
p { color: rgb(164,22,172); }
H1.HeaderClassName
{
color: #A416AC;
}
.AnyTagClassName
{
color: #A416AC;
}
</style>
background-color css
<style>
a { background-color: #A416AC; }
a { background-color: rgb(164,22,172); }
div.DivClassName
{
background-color: #A416AC;
}
.BgClassName
{
background-color: #A416AC;
}
</style>
border-color css
<style>
span { border-color: #A416AC; }
span { border-color: rgb(164,22,172); }
td.TdClassName
{
border-color: #A416AC;
}
.TagClassName
{
border-color: #A416AC;
}
</style>