Shades of Deep Magenta #AE10AD
Tints of Deep Magenta #AE10AD
RGB
CMYK
RGB Variations
Color information
#AE10AD (or 0xAE10AD) is known color: Deep Magenta. HEX triplet: AE, 10 and AD. RGB value is (174,16,173). Sum of RGB (Red+Green+Blue) = 174+16+173=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE10AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE10AD is #51EF52. Grayscale: #505050. Windows color (decimal): -5369683 or 11341998. OLE color: 11341998.
HSL color Cylindrical-coordinate representation of color #AE10AD: hue angle of 300.38º degrees, saturation: 0.83, 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 #AE10AD is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 16 | 173 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.32 |
| HSL | 300.38º | 0.83% | 0.37% | - |
| HSV(B) | 300.38º | 0.91% | 0.68% | - |
| XYZ | 25.18 | 12.39 | 40.6 | - |
| YUV | 81.14 | 179.85 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 173 | 0 | 0.91 | 0.01 | 0.32 | 300.38 | 0.83 | 0.37 |
| Hex | AE | 10 | AD | 0 | 5B | 1 | 20 | 12C | 53 | 25 |
| Octal | 256 | 20 | 255 | 0 | 133 | 1 | 40 | 454 | 123 | 45 |
| Binary | 10101110 | 10000 | 10101101 | 0 | 1011011 | 1 | 100000 | 100101100 | 1010011 | 100101 |
Color Harmonies of #AE10AD
Complementary color
Monochromatic Colors of #AE10AD
Black with #AE10AD
Text Example
Text Example
White with #AE10AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE10AD; }
p { color: rgb(174,16,173); }
H1.HeaderClassName
{
color: #AE10AD;
}
.AnyTagClassName
{
color: #AE10AD;
}
</style>
background-color css
<style>
a { background-color: #AE10AD; }
a { background-color: rgb(174,16,173); }
div.DivClassName
{
background-color: #AE10AD;
}
.BgClassName
{
background-color: #AE10AD;
}
</style>
border-color css
<style>
span { border-color: #AE10AD; }
span { border-color: rgb(174,16,173); }
td.TdClassName
{
border-color: #AE10AD;
}
.TagClassName
{
border-color: #AE10AD;
}
</style>