Shades of Dark Magenta #A616AD
Tints of Dark Magenta #A616AD
RGB
CMYK
RGB Variations
Color information
#A616AD (or 0xA616AD) is known color: Dark Magenta. HEX triplet: A6, 16 and AD. RGB value is (166,22,173). Sum of RGB (Red+Green+Blue) = 166+22+173=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #A616AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A616AD is #59E952. Grayscale: #515151. Windows color (decimal): -5892435 or 11343526. OLE color: 11343526.
HSL color Cylindrical-coordinate representation of color #A616AD: hue angle of 297.22º 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 #A616AD is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 22 | 173 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.32 |
| HSL | 297.22º | 0.77% | 0.38% | - |
| HSV(B) | 297.22º | 0.87% | 0.68% | - |
| XYZ | 23.56 | 11.7 | 40.55 | - |
| YUV | 82.27 | 179.21 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 173 | 0.04 | 0.87 | 0 | 0.32 | 297.22 | 0.77 | 0.38 |
| Hex | A6 | 16 | AD | 4 | 57 | 0 | 20 | 129 | 4D | 26 |
| Octal | 246 | 26 | 255 | 4 | 127 | 0 | 40 | 451 | 115 | 46 |
| Binary | 10100110 | 10110 | 10101101 | 100 | 1010111 | 0 | 100000 | 100101001 | 1001101 | 100110 |
Color Harmonies of #A616AD
Complementary color
Monochromatic Colors of #A616AD
Black with #A616AD
Text Example
Text Example
White with #A616AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A616AD; }
p { color: rgb(166,22,173); }
H1.HeaderClassName
{
color: #A616AD;
}
.AnyTagClassName
{
color: #A616AD;
}
</style>
background-color css
<style>
a { background-color: #A616AD; }
a { background-color: rgb(166,22,173); }
div.DivClassName
{
background-color: #A616AD;
}
.BgClassName
{
background-color: #A616AD;
}
</style>
border-color css
<style>
span { border-color: #A616AD; }
span { border-color: rgb(166,22,173); }
td.TdClassName
{
border-color: #A616AD;
}
.TagClassName
{
border-color: #A616AD;
}
</style>