Shades of Dark Magenta #A00DAD
Tints of Dark Magenta #A00DAD
RGB
CMYK
RGB Variations
Color information
#A00DAD (or 0xA00DAD) is known color: Dark Magenta. HEX triplet: A0, 0D and AD. RGB value is (160,13,173). Sum of RGB (Red+Green+Blue) = 160+13+173=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #A00DAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00DAD is #5FF252. Grayscale: #4A4A4A. Windows color (decimal): -6287955 or 11341216. OLE color: 11341216.
HSL color Cylindrical-coordinate representation of color #A00DAD: hue angle of 295.12º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00DAD is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 13 | 173 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.32 |
| HSL | 295.13º | 0.86% | 0.36% | - |
| HSV(B) | 295.13º | 0.92% | 0.68% | - |
| XYZ | 22.18 | 10.78 | 40.45 | - |
| YUV | 75.19 | 183.2 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 173 | 0.08 | 0.92 | 0 | 0.32 | 295.13 | 0.86 | 0.36 |
| Hex | A0 | D | AD | 8 | 5C | 0 | 20 | 127 | 56 | 24 |
| Octal | 240 | 15 | 255 | 10 | 134 | 0 | 40 | 447 | 126 | 44 |
| Binary | 10100000 | 1101 | 10101101 | 1000 | 1011100 | 0 | 100000 | 100100111 | 1010110 | 100100 |
Color Harmonies of #A00DAD
Complementary color
Monochromatic Colors of #A00DAD
Black with #A00DAD
Text Example
Text Example
White with #A00DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DAD; }
p { color: rgb(160,13,173); }
H1.HeaderClassName
{
color: #A00DAD;
}
.AnyTagClassName
{
color: #A00DAD;
}
</style>
background-color css
<style>
a { background-color: #A00DAD; }
a { background-color: rgb(160,13,173); }
div.DivClassName
{
background-color: #A00DAD;
}
.BgClassName
{
background-color: #A00DAD;
}
</style>
border-color css
<style>
span { border-color: #A00DAD; }
span { border-color: rgb(160,13,173); }
td.TdClassName
{
border-color: #A00DAD;
}
.TagClassName
{
border-color: #A00DAD;
}
</style>