Shades of Dark Magenta #A711AD
Tints of Dark Magenta #A711AD
RGB
CMYK
RGB Variations
Color information
#A711AD (or 0xA711AD) is known color: Dark Magenta. HEX triplet: A7, 11 and AD. RGB value is (167,17,173). Sum of RGB (Red+Green+Blue) = 167+17+173=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #A711AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A711AD is #58EE52. Grayscale: #4F4F4F. Windows color (decimal): -5828179 or 11342247. OLE color: 11342247.
HSL color Cylindrical-coordinate representation of color #A711AD: hue angle of 297.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A711AD is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 17 | 173 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.32 |
| HSL | 297.69º | 0.82% | 0.37% | - |
| HSV(B) | 297.69º | 0.9% | 0.68% | - |
| XYZ | 23.68 | 11.63 | 40.53 | - |
| YUV | 79.63 | 180.7 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 17 | 173 | 0.03 | 0.90 | 0 | 0.32 | 297.69 | 0.82 | 0.37 |
| Hex | A7 | 11 | AD | 3 | 5A | 0 | 20 | 12A | 52 | 25 |
| Octal | 247 | 21 | 255 | 3 | 132 | 0 | 40 | 452 | 122 | 45 |
| Binary | 10100111 | 10001 | 10101101 | 11 | 1011010 | 0 | 100000 | 100101010 | 1010010 | 100101 |
Color Harmonies of #A711AD
Complementary color
Monochromatic Colors of #A711AD
Black with #A711AD
Text Example
Text Example
White with #A711AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A711AD; }
p { color: rgb(167,17,173); }
H1.HeaderClassName
{
color: #A711AD;
}
.AnyTagClassName
{
color: #A711AD;
}
</style>
background-color css
<style>
a { background-color: #A711AD; }
a { background-color: rgb(167,17,173); }
div.DivClassName
{
background-color: #A711AD;
}
.BgClassName
{
background-color: #A711AD;
}
</style>
border-color css
<style>
span { border-color: #A711AD; }
span { border-color: rgb(167,17,173); }
td.TdClassName
{
border-color: #A711AD;
}
.TagClassName
{
border-color: #A711AD;
}
</style>