Shades of Dark Magenta #A617AC
Tints of Dark Magenta #A617AC
RGB
CMYK
RGB Variations
Color information
#A617AC (or 0xA617AC) is known color: Dark Magenta. HEX triplet: A6, 17 and AC. RGB value is (166,23,172). Sum of RGB (Red+Green+Blue) = 166+23+172=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #A617AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A617AC is #59E853. Grayscale: #525252. Windows color (decimal): -5892180 or 11278246. OLE color: 11278246.
HSL color Cylindrical-coordinate representation of color #A617AC: hue angle of 297.58º degrees, saturation: 0.76, 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 #A617AC is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 23 | 172 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.33 |
| HSL | 297.58º | 0.76% | 0.38% | - |
| HSV(B) | 297.58º | 0.87% | 0.67% | - |
| XYZ | 23.48 | 11.7 | 40.05 | - |
| YUV | 82.74 | 178.38 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 23 | 172 | 0.03 | 0.87 | 0 | 0.33 | 297.58 | 0.76 | 0.38 |
| Hex | A6 | 17 | AC | 3 | 57 | 0 | 21 | 12A | 4C | 26 |
| Octal | 246 | 27 | 254 | 3 | 127 | 0 | 41 | 452 | 114 | 46 |
| Binary | 10100110 | 10111 | 10101100 | 11 | 1010111 | 0 | 100001 | 100101010 | 1001100 | 100110 |
Color Harmonies of #A617AC
Complementary color
Monochromatic Colors of #A617AC
Black with #A617AC
Text Example
Text Example
White with #A617AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A617AC; }
p { color: rgb(166,23,172); }
H1.HeaderClassName
{
color: #A617AC;
}
.AnyTagClassName
{
color: #A617AC;
}
</style>
background-color css
<style>
a { background-color: #A617AC; }
a { background-color: rgb(166,23,172); }
div.DivClassName
{
background-color: #A617AC;
}
.BgClassName
{
background-color: #A617AC;
}
</style>
border-color css
<style>
span { border-color: #A617AC; }
span { border-color: rgb(166,23,172); }
td.TdClassName
{
border-color: #A617AC;
}
.TagClassName
{
border-color: #A617AC;
}
</style>