Shades of Dark Magenta #A700AD
Tints of Dark Magenta #A700AD
RGB
CMYK
RGB Variations
Color information
#A700AD (or 0xA700AD) is known color: Dark Magenta. HEX triplet: A7, 00 and AD. RGB value is (167,0,173). Sum of RGB (Red+Green+Blue) = 167+0+173=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #A700AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A700AD is #58FF52. Grayscale: #454545. Windows color (decimal): -5832531 or 11337895. OLE color: 11337895.
HSL color Cylindrical-coordinate representation of color #A700AD: hue angle of 297.92º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700AD is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 0 | 173 | - |
| CMYK | 0.03 | 1 | 0 | 0.32 |
| HSL | 297.92º | 1% | 0.34% | - |
| HSV(B) | 297.92º | 1% | 0.68% | - |
| XYZ | 23.48 | 11.23 | 40.47 | - |
| YUV | 69.66 | 186.33 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 173 | 0.03 | 1 | 0 | 0.32 | 297.92 | 1 | 0.34 |
| Hex | A7 | 0 | AD | 3 | 64 | 0 | 20 | 12A | 64 | 22 |
| Octal | 247 | 0 | 255 | 3 | 144 | 0 | 40 | 452 | 144 | 42 |
| Binary | 10100111 | 0 | 10101101 | 11 | 1100100 | 0 | 100000 | 100101010 | 1100100 | 100010 |
Color Harmonies of #A700AD
Complementary color
Monochromatic Colors of #A700AD
Black with #A700AD
Text Example
Text Example
White with #A700AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A700AD; }
p { color: rgb(167,0,173); }
H1.HeaderClassName
{
color: #A700AD;
}
.AnyTagClassName
{
color: #A700AD;
}
</style>
background-color css
<style>
a { background-color: #A700AD; }
a { background-color: rgb(167,0,173); }
div.DivClassName
{
background-color: #A700AD;
}
.BgClassName
{
background-color: #A700AD;
}
</style>
border-color css
<style>
span { border-color: #A700AD; }
span { border-color: rgb(167,0,173); }
td.TdClassName
{
border-color: #A700AD;
}
.TagClassName
{
border-color: #A700AD;
}
</style>