Shades of Deep Magenta #AD0EAF
Tints of Deep Magenta #AD0EAF
RGB
CMYK
RGB Variations
Color information
#AD0EAF (or 0xAD0EAF) is known color: Deep Magenta. HEX triplet: AD, 0E and AF. RGB value is (173,14,175). Sum of RGB (Red+Green+Blue) = 173+14+175=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD0EAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0EAF is #52F150. Grayscale: #4F4F4F. Windows color (decimal): -5435729 or 11472557. OLE color: 11472557.
HSL color Cylindrical-coordinate representation of color #AD0EAF: hue angle of 299.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0EAF is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 14 | 175 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.31 |
| HSL | 299.25º | 0.85% | 0.37% | - |
| HSV(B) | 299.25º | 0.92% | 0.69% | - |
| XYZ | 25.13 | 12.29 | 41.61 | - |
| YUV | 79.9 | 181.68 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 14 | 175 | 0.01 | 0.92 | 0 | 0.31 | 299.25 | 0.85 | 0.37 |
| Hex | AD | E | AF | 1 | 5C | 0 | 1F | 12B | 55 | 25 |
| Octal | 255 | 16 | 257 | 1 | 134 | 0 | 37 | 453 | 125 | 45 |
| Binary | 10101101 | 1110 | 10101111 | 1 | 1011100 | 0 | 11111 | 100101011 | 1010101 | 100101 |
Color Harmonies of #AD0EAF
Complementary color
Monochromatic Colors of #AD0EAF
Black with #AD0EAF
Text Example
Text Example
White with #AD0EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0EAF; }
p { color: rgb(173,14,175); }
H1.HeaderClassName
{
color: #AD0EAF;
}
.AnyTagClassName
{
color: #AD0EAF;
}
</style>
background-color css
<style>
a { background-color: #AD0EAF; }
a { background-color: rgb(173,14,175); }
div.DivClassName
{
background-color: #AD0EAF;
}
.BgClassName
{
background-color: #AD0EAF;
}
</style>
border-color css
<style>
span { border-color: #AD0EAF; }
span { border-color: rgb(173,14,175); }
td.TdClassName
{
border-color: #AD0EAF;
}
.TagClassName
{
border-color: #AD0EAF;
}
</style>