Shades of Dark Magenta #A000AE
Tints of Dark Magenta #A000AE
RGB
CMYK
RGB Variations
Color information
#A000AE (or 0xA000AE) is known color: Dark Magenta. HEX triplet: A0, 00 and AE. RGB value is (160,0,174). Sum of RGB (Red+Green+Blue) = 160+0+174=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #A000AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A000AE is #5FFF51. Grayscale: #434343. Windows color (decimal): -6291282 or 11403424. OLE color: 11403424.
HSL color Cylindrical-coordinate representation of color #A000AE: hue angle of 295.17º 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 #A000AE is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 0 | 174 | - |
| CMYK | 0.08 | 1 | 0 | 0.32 |
| HSL | 295.17º | 1% | 0.34% | - |
| HSV(B) | 295.17º | 1% | 0.68% | - |
| XYZ | 22.14 | 10.53 | 40.91 | - |
| YUV | 67.68 | 188.01 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 174 | 0.08 | 1 | 0 | 0.32 | 295.17 | 1 | 0.34 |
| Hex | A0 | 0 | AE | 8 | 64 | 0 | 20 | 127 | 64 | 22 |
| Octal | 240 | 0 | 256 | 10 | 144 | 0 | 40 | 447 | 144 | 42 |
| Binary | 10100000 | 0 | 10101110 | 1000 | 1100100 | 0 | 100000 | 100100111 | 1100100 | 100010 |
Color Harmonies of #A000AE
Complementary color
Monochromatic Colors of #A000AE
Black with #A000AE
Text Example
Text Example
White with #A000AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000AE; }
p { color: rgb(160,0,174); }
H1.HeaderClassName
{
color: #A000AE;
}
.AnyTagClassName
{
color: #A000AE;
}
</style>
background-color css
<style>
a { background-color: #A000AE; }
a { background-color: rgb(160,0,174); }
div.DivClassName
{
background-color: #A000AE;
}
.BgClassName
{
background-color: #A000AE;
}
</style>
border-color css
<style>
span { border-color: #A000AE; }
span { border-color: rgb(160,0,174); }
td.TdClassName
{
border-color: #A000AE;
}
.TagClassName
{
border-color: #A000AE;
}
</style>