Shades of Dark Magenta #A00EAD
Tints of Dark Magenta #A00EAD
RGB
CMYK
RGB Variations
Color information
#A00EAD (or 0xA00EAD) is known color: Dark Magenta. HEX triplet: A0, 0E and AD. RGB value is (160,14,173). Sum of RGB (Red+Green+Blue) = 160+14+173=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #A00EAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00EAD is #5FF152. Grayscale: #4B4B4B. Windows color (decimal): -6287699 or 11341472. OLE color: 11341472.
HSL color Cylindrical-coordinate representation of color #A00EAD: hue angle of 295.09º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00EAD is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 14 | 173 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.32 |
| HSL | 295.09º | 0.85% | 0.37% | - |
| HSV(B) | 295.09º | 0.92% | 0.68% | - |
| XYZ | 22.2 | 10.8 | 40.45 | - |
| YUV | 75.78 | 182.87 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 173 | 0.08 | 0.92 | 0 | 0.32 | 295.09 | 0.85 | 0.37 |
| Hex | A0 | E | AD | 8 | 5C | 0 | 20 | 127 | 55 | 25 |
| Octal | 240 | 16 | 255 | 10 | 134 | 0 | 40 | 447 | 125 | 45 |
| Binary | 10100000 | 1110 | 10101101 | 1000 | 1011100 | 0 | 100000 | 100100111 | 1010101 | 100101 |
Color Harmonies of #A00EAD
Complementary color
Monochromatic Colors of #A00EAD
Black with #A00EAD
Text Example
Text Example
White with #A00EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00EAD; }
p { color: rgb(160,14,173); }
H1.HeaderClassName
{
color: #A00EAD;
}
.AnyTagClassName
{
color: #A00EAD;
}
</style>
background-color css
<style>
a { background-color: #A00EAD; }
a { background-color: rgb(160,14,173); }
div.DivClassName
{
background-color: #A00EAD;
}
.BgClassName
{
background-color: #A00EAD;
}
</style>
border-color css
<style>
span { border-color: #A00EAD; }
span { border-color: rgb(160,14,173); }
td.TdClassName
{
border-color: #A00EAD;
}
.TagClassName
{
border-color: #A00EAD;
}
</style>