Shades of Dark Magenta #A00FAE
Tints of Dark Magenta #A00FAE
RGB
CMYK
RGB Variations
Color information
#A00FAE (or 0xA00FAE) is known color: Dark Magenta. HEX triplet: A0, 0F and AE. RGB value is (160,15,174). Sum of RGB (Red+Green+Blue) = 160+15+174=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #A00FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00FAE is #5FF051. Grayscale: #4B4B4B. Windows color (decimal): -6287442 or 11407264. OLE color: 11407264.
HSL color Cylindrical-coordinate representation of color #A00FAE: hue angle of 294.72º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00FAE is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 15 | 174 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.32 |
| HSL | 294.72º | 0.84% | 0.37% | - |
| HSV(B) | 294.72º | 0.91% | 0.68% | - |
| XYZ | 22.31 | 10.87 | 40.97 | - |
| YUV | 76.48 | 183.04 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 174 | 0.08 | 0.91 | 0 | 0.32 | 294.72 | 0.84 | 0.37 |
| Hex | A0 | F | AE | 8 | 5B | 0 | 20 | 127 | 54 | 25 |
| Octal | 240 | 17 | 256 | 10 | 133 | 0 | 40 | 447 | 124 | 45 |
| Binary | 10100000 | 1111 | 10101110 | 1000 | 1011011 | 0 | 100000 | 100100111 | 1010100 | 100101 |
Color Harmonies of #A00FAE
Complementary color
Monochromatic Colors of #A00FAE
Black with #A00FAE
Text Example
Text Example
White with #A00FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FAE; }
p { color: rgb(160,15,174); }
H1.HeaderClassName
{
color: #A00FAE;
}
.AnyTagClassName
{
color: #A00FAE;
}
</style>
background-color css
<style>
a { background-color: #A00FAE; }
a { background-color: rgb(160,15,174); }
div.DivClassName
{
background-color: #A00FAE;
}
.BgClassName
{
background-color: #A00FAE;
}
</style>
border-color css
<style>
span { border-color: #A00FAE; }
span { border-color: rgb(160,15,174); }
td.TdClassName
{
border-color: #A00FAE;
}
.TagClassName
{
border-color: #A00FAE;
}
</style>