Shades of Dark Magenta #A007AD
Tints of Dark Magenta #A007AD
RGB
CMYK
RGB Variations
Color information
#A007AD (or 0xA007AD) is known color: Dark Magenta. HEX triplet: A0, 07 and AD. RGB value is (160,7,173). Sum of RGB (Red+Green+Blue) = 160+7+173=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 7 (3.12% from 255 or 2.06% 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 #A007AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A007AD is #5FF852. Grayscale: #474747. Windows color (decimal): -6289491 or 11339680. OLE color: 11339680.
HSL color Cylindrical-coordinate representation of color #A007AD: hue angle of 295.3º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A007AD is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 7 | 173 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.32 |
| HSL | 295.3º | 0.92% | 0.35% | - |
| HSV(B) | 295.3º | 0.96% | 0.68% | - |
| XYZ | 22.12 | 10.64 | 40.42 | - |
| YUV | 71.67 | 185.19 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 173 | 0.08 | 0.96 | 0 | 0.32 | 295.3 | 0.92 | 0.35 |
| Hex | A0 | 7 | AD | 8 | 60 | 0 | 20 | 127 | 5C | 23 |
| Octal | 240 | 7 | 255 | 10 | 140 | 0 | 40 | 447 | 134 | 43 |
| Binary | 10100000 | 111 | 10101101 | 1000 | 1100000 | 0 | 100000 | 100100111 | 1011100 | 100011 |
Color Harmonies of #A007AD
Complementary color
Monochromatic Colors of #A007AD
Black with #A007AD
Text Example
Text Example
White with #A007AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A007AD; }
p { color: rgb(160,7,173); }
H1.HeaderClassName
{
color: #A007AD;
}
.AnyTagClassName
{
color: #A007AD;
}
</style>
background-color css
<style>
a { background-color: #A007AD; }
a { background-color: rgb(160,7,173); }
div.DivClassName
{
background-color: #A007AD;
}
.BgClassName
{
background-color: #A007AD;
}
</style>
border-color css
<style>
span { border-color: #A007AD; }
span { border-color: rgb(160,7,173); }
td.TdClassName
{
border-color: #A007AD;
}
.TagClassName
{
border-color: #A007AD;
}
</style>