Shades of Dark Magenta #A717AC
Tints of Dark Magenta #A717AC
RGB
CMYK
RGB Variations
Color information
#A717AC (or 0xA717AC) is known color: Dark Magenta. HEX triplet: A7, 17 and AC. RGB value is (167,23,172). Sum of RGB (Red+Green+Blue) = 167+23+172=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #A717AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A717AC is #58E853. Grayscale: #525252. Windows color (decimal): -5826644 or 11278247. OLE color: 11278247.
HSL color Cylindrical-coordinate representation of color #A717AC: hue angle of 297.99º 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 #A717AC is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 23 | 172 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.33 |
| HSL | 297.99º | 0.76% | 0.38% | - |
| HSV(B) | 297.99º | 0.87% | 0.67% | - |
| XYZ | 23.69 | 11.81 | 40.06 | - |
| YUV | 83.04 | 178.21 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 23 | 172 | 0.03 | 0.87 | 0 | 0.33 | 297.99 | 0.76 | 0.38 |
| Hex | A7 | 17 | AC | 3 | 57 | 0 | 21 | 12A | 4C | 26 |
| Octal | 247 | 27 | 254 | 3 | 127 | 0 | 41 | 452 | 114 | 46 |
| Binary | 10100111 | 10111 | 10101100 | 11 | 1010111 | 0 | 100001 | 100101010 | 1001100 | 100110 |
Color Harmonies of #A717AC
Complementary color
Monochromatic Colors of #A717AC
Black with #A717AC
Text Example
Text Example
White with #A717AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A717AC; }
p { color: rgb(167,23,172); }
H1.HeaderClassName
{
color: #A717AC;
}
.AnyTagClassName
{
color: #A717AC;
}
</style>
background-color css
<style>
a { background-color: #A717AC; }
a { background-color: rgb(167,23,172); }
div.DivClassName
{
background-color: #A717AC;
}
.BgClassName
{
background-color: #A717AC;
}
</style>
border-color css
<style>
span { border-color: #A717AC; }
span { border-color: rgb(167,23,172); }
td.TdClassName
{
border-color: #A717AC;
}
.TagClassName
{
border-color: #A717AC;
}
</style>