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