Shades of Dark Magenta #A710AD
Tints of Dark Magenta #A710AD
RGB
CMYK
RGB Variations
Color information
#A710AD (or 0xA710AD) is known color: Dark Magenta. HEX triplet: A7, 10 and AD. RGB value is (167,16,173). Sum of RGB (Red+Green+Blue) = 167+16+173=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #A710AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A710AD is #58EF52. Grayscale: #4E4E4E. Windows color (decimal): -5828435 or 11341991. OLE color: 11341991.
HSL color Cylindrical-coordinate representation of color #A710AD: hue angle of 297.71º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A710AD is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 16 | 173 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.32 |
| HSL | 297.71º | 0.83% | 0.37% | - |
| HSV(B) | 297.71º | 0.91% | 0.68% | - |
| XYZ | 23.66 | 11.6 | 40.53 | - |
| YUV | 79.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 173 | 0.03 | 0.91 | 0 | 0.32 | 297.71 | 0.83 | 0.37 |
| Hex | A7 | 10 | AD | 3 | 5B | 0 | 20 | 12A | 53 | 25 |
| Octal | 247 | 20 | 255 | 3 | 133 | 0 | 40 | 452 | 123 | 45 |
| Binary | 10100111 | 10000 | 10101101 | 11 | 1011011 | 0 | 100000 | 100101010 | 1010011 | 100101 |
Color Harmonies of #A710AD
Complementary color
Monochromatic Colors of #A710AD
Black with #A710AD
Text Example
Text Example
White with #A710AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A710AD; }
p { color: rgb(167,16,173); }
H1.HeaderClassName
{
color: #A710AD;
}
.AnyTagClassName
{
color: #A710AD;
}
</style>
background-color css
<style>
a { background-color: #A710AD; }
a { background-color: rgb(167,16,173); }
div.DivClassName
{
background-color: #A710AD;
}
.BgClassName
{
background-color: #A710AD;
}
</style>
border-color css
<style>
span { border-color: #A710AD; }
span { border-color: rgb(167,16,173); }
td.TdClassName
{
border-color: #A710AD;
}
.TagClassName
{
border-color: #A710AD;
}
</style>