Shades of Dark Magenta #A710AC
Tints of Dark Magenta #A710AC
RGB
CMYK
RGB Variations
Color information
#A710AC (or 0xA710AC) is known color: Dark Magenta. HEX triplet: A7, 10 and AC. RGB value is (167,16,172). Sum of RGB (Red+Green+Blue) = 167+16+172=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #A710AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A710AC is #58EF53. Grayscale: #4E4E4E. Windows color (decimal): -5828436 or 11276455. OLE color: 11276455.
HSL color Cylindrical-coordinate representation of color #A710AC: hue angle of 298.08º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A710AC is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 16 | 172 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.33 |
| HSL | 298.08º | 0.83% | 0.37% | - |
| HSV(B) | 298.08º | 0.91% | 0.67% | - |
| XYZ | 23.57 | 11.56 | 40.02 | - |
| YUV | 78.93 | 180.53 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 172 | 0.03 | 0.91 | 0 | 0.33 | 298.08 | 0.83 | 0.37 |
| Hex | A7 | 10 | AC | 3 | 5B | 0 | 21 | 12A | 53 | 25 |
| Octal | 247 | 20 | 254 | 3 | 133 | 0 | 41 | 452 | 123 | 45 |
| Binary | 10100111 | 10000 | 10101100 | 11 | 1011011 | 0 | 100001 | 100101010 | 1010011 | 100101 |
Color Harmonies of #A710AC
Complementary color
Monochromatic Colors of #A710AC
Black with #A710AC
Text Example
Text Example
White with #A710AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A710AC; }
p { color: rgb(167,16,172); }
H1.HeaderClassName
{
color: #A710AC;
}
.AnyTagClassName
{
color: #A710AC;
}
</style>
background-color css
<style>
a { background-color: #A710AC; }
a { background-color: rgb(167,16,172); }
div.DivClassName
{
background-color: #A710AC;
}
.BgClassName
{
background-color: #A710AC;
}
</style>
border-color css
<style>
span { border-color: #A710AC; }
span { border-color: rgb(167,16,172); }
td.TdClassName
{
border-color: #A710AC;
}
.TagClassName
{
border-color: #A710AC;
}
</style>