Shades of Deep Magenta #AE01AD
Tints of Deep Magenta #AE01AD
RGB
CMYK
RGB Variations
Color information
#AE01AD (or 0xAE01AD) is known color: Deep Magenta. HEX triplet: AE, 01 and AD. RGB value is (174,1,173). Sum of RGB (Red+Green+Blue) = 174+1+173=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE01AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE01AD is #51FE52. Grayscale: #474747. Windows color (decimal): -5373523 or 11338158. OLE color: 11338158.
HSL color Cylindrical-coordinate representation of color #AE01AD: hue angle of 300.35º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE01AD is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 173 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.32 |
| HSL | 300.35º | 0.99% | 0.34% | - |
| HSV(B) | 300.35º | 0.99% | 0.68% | - |
| XYZ | 25.01 | 12.04 | 40.54 | - |
| YUV | 72.34 | 184.81 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 173 | 0 | 0.99 | 0.01 | 0.32 | 300.35 | 0.99 | 0.34 |
| Hex | AE | 1 | AD | 0 | 63 | 1 | 20 | 12C | 63 | 22 |
| Octal | 256 | 1 | 255 | 0 | 143 | 1 | 40 | 454 | 143 | 42 |
| Binary | 10101110 | 1 | 10101101 | 0 | 1100011 | 1 | 100000 | 100101100 | 1100011 | 100010 |
Color Harmonies of #AE01AD
Complementary color
Monochromatic Colors of #AE01AD
Black with #AE01AD
Text Example
Text Example
White with #AE01AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE01AD; }
p { color: rgb(174,1,173); }
H1.HeaderClassName
{
color: #AE01AD;
}
.AnyTagClassName
{
color: #AE01AD;
}
</style>
background-color css
<style>
a { background-color: #AE01AD; }
a { background-color: rgb(174,1,173); }
div.DivClassName
{
background-color: #AE01AD;
}
.BgClassName
{
background-color: #AE01AD;
}
</style>
border-color css
<style>
span { border-color: #AE01AD; }
span { border-color: rgb(174,1,173); }
td.TdClassName
{
border-color: #AE01AD;
}
.TagClassName
{
border-color: #AE01AD;
}
</style>