Shades of Deep Magenta #AE00AC
Tints of Deep Magenta #AE00AC
RGB
CMYK
RGB Variations
Color information
#AE00AC (or 0xAE00AC) is known color: Deep Magenta. HEX triplet: AE, 00 and AC. RGB value is (174,0,172). Sum of RGB (Red+Green+Blue) = 174+0+172=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE00AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE00AC is #51FF53. Grayscale: #474747. Windows color (decimal): -5373780 or 11272366. OLE color: 11272366.
HSL color Cylindrical-coordinate representation of color #AE00AC: hue angle of 300.69º 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 #AE00AC is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.01 | 0.32 |
| HSL | 300.69º | 1% | 0.34% | - |
| HSV(B) | 300.69º | 1% | 0.68% | - |
| XYZ | 24.9 | 11.98 | 40.03 | - |
| YUV | 71.63 | 184.65 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 172 | 0 | 1 | 0.01 | 0.32 | 300.69 | 1 | 0.34 |
| Hex | AE | 0 | AC | 0 | 64 | 1 | 20 | 12D | 64 | 22 |
| Octal | 256 | 0 | 254 | 0 | 144 | 1 | 40 | 455 | 144 | 42 |
| Binary | 10101110 | 0 | 10101100 | 0 | 1100100 | 1 | 100000 | 100101101 | 1100100 | 100010 |
Color Harmonies of #AE00AC
Complementary color
Monochromatic Colors of #AE00AC
Black with #AE00AC
Text Example
Text Example
White with #AE00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE00AC; }
p { color: rgb(174,0,172); }
H1.HeaderClassName
{
color: #AE00AC;
}
.AnyTagClassName
{
color: #AE00AC;
}
</style>
background-color css
<style>
a { background-color: #AE00AC; }
a { background-color: rgb(174,0,172); }
div.DivClassName
{
background-color: #AE00AC;
}
.BgClassName
{
background-color: #AE00AC;
}
</style>
border-color css
<style>
span { border-color: #AE00AC; }
span { border-color: rgb(174,0,172); }
td.TdClassName
{
border-color: #AE00AC;
}
.TagClassName
{
border-color: #AE00AC;
}
</style>