Shades of Dark Magenta #A00AAE
Tints of Dark Magenta #A00AAE
RGB
CMYK
RGB Variations
Color information
#A00AAE (or 0xA00AAE) is known color: Dark Magenta. HEX triplet: A0, 0A and AE. RGB value is (160,10,174). Sum of RGB (Red+Green+Blue) = 160+10+174=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #A00AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00AAE is #5FF551. Grayscale: #494949. Windows color (decimal): -6288722 or 11405984. OLE color: 11405984.
HSL color Cylindrical-coordinate representation of color #A00AAE: hue angle of 294.88º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00AAE is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 10 | 174 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.32 |
| HSL | 294.88º | 0.89% | 0.36% | - |
| HSV(B) | 294.88º | 0.94% | 0.68% | - |
| XYZ | 22.25 | 10.75 | 40.95 | - |
| YUV | 73.55 | 184.7 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 174 | 0.08 | 0.94 | 0 | 0.32 | 294.88 | 0.89 | 0.36 |
| Hex | A0 | A | AE | 8 | 5E | 0 | 20 | 127 | 59 | 24 |
| Octal | 240 | 12 | 256 | 10 | 136 | 0 | 40 | 447 | 131 | 44 |
| Binary | 10100000 | 1010 | 10101110 | 1000 | 1011110 | 0 | 100000 | 100100111 | 1011001 | 100100 |
Color Harmonies of #A00AAE
Complementary color
Monochromatic Colors of #A00AAE
Black with #A00AAE
Text Example
Text Example
White with #A00AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00AAE; }
p { color: rgb(160,10,174); }
H1.HeaderClassName
{
color: #A00AAE;
}
.AnyTagClassName
{
color: #A00AAE;
}
</style>
background-color css
<style>
a { background-color: #A00AAE; }
a { background-color: rgb(160,10,174); }
div.DivClassName
{
background-color: #A00AAE;
}
.BgClassName
{
background-color: #A00AAE;
}
</style>
border-color css
<style>
span { border-color: #A00AAE; }
span { border-color: rgb(160,10,174); }
td.TdClassName
{
border-color: #A00AAE;
}
.TagClassName
{
border-color: #A00AAE;
}
</style>