Shades of Dark Magenta #A000AD
Tints of Dark Magenta #A000AD
RGB
CMYK
RGB Variations
Color information
#A000AD (or 0xA000AD) is known color: Dark Magenta. HEX triplet: A0, 00 and AD. RGB value is (160,0,173). Sum of RGB (Red+Green+Blue) = 160+0+173=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #A000AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A000AD is #5FFF52. Grayscale: #434343. Windows color (decimal): -6291283 or 11337888. OLE color: 11337888.
HSL color Cylindrical-coordinate representation of color #A000AD: hue angle of 295.49º 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 #A000AD is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 0 | 173 | - |
| CMYK | 0.08 | 1 | 0 | 0.32 |
| HSL | 295.49º | 1% | 0.34% | - |
| HSV(B) | 295.49º | 1% | 0.68% | - |
| XYZ | 22.04 | 10.49 | 40.4 | - |
| YUV | 67.56 | 187.51 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 173 | 0.08 | 1 | 0 | 0.32 | 295.49 | 1 | 0.34 |
| Hex | A0 | 0 | AD | 8 | 64 | 0 | 20 | 127 | 64 | 22 |
| Octal | 240 | 0 | 255 | 10 | 144 | 0 | 40 | 447 | 144 | 42 |
| Binary | 10100000 | 0 | 10101101 | 1000 | 1100100 | 0 | 100000 | 100100111 | 1100100 | 100010 |
Color Harmonies of #A000AD
Complementary color
Monochromatic Colors of #A000AD
Black with #A000AD
Text Example
Text Example
White with #A000AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000AD; }
p { color: rgb(160,0,173); }
H1.HeaderClassName
{
color: #A000AD;
}
.AnyTagClassName
{
color: #A000AD;
}
</style>
background-color css
<style>
a { background-color: #A000AD; }
a { background-color: rgb(160,0,173); }
div.DivClassName
{
background-color: #A000AD;
}
.BgClassName
{
background-color: #A000AD;
}
</style>
border-color css
<style>
span { border-color: #A000AD; }
span { border-color: rgb(160,0,173); }
td.TdClassName
{
border-color: #A000AD;
}
.TagClassName
{
border-color: #A000AD;
}
</style>