Shades of Deep Magenta #AD0EBF
Tints of Deep Magenta #AD0EBF
RGB
CMYK
RGB Variations
Color information
#AD0EBF (or 0xAD0EBF) is known color: Deep Magenta. HEX triplet: AD, 0E and BF. RGB value is (173,14,191). Sum of RGB (Red+Green+Blue) = 173+14+191=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD0EBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0EBF is #52F140. Grayscale: #515151. Windows color (decimal): -5435713 or 12521133. OLE color: 12521133.
HSL color Cylindrical-coordinate representation of color #AD0EBF: hue angle of 293.9º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0EBF is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 14 | 191 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.25 |
| HSL | 293.9º | 0.86% | 0.4% | - |
| HSV(B) | 293.9º | 0.93% | 0.75% | - |
| XYZ | 26.79 | 12.96 | 50.38 | - |
| YUV | 81.72 | 189.68 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 14 | 191 | 0.09 | 0.93 | 0 | 0.25 | 293.9 | 0.86 | 0.4 |
| Hex | AD | E | BF | 9 | 5D | 0 | 19 | 126 | 56 | 28 |
| Octal | 255 | 16 | 277 | 11 | 135 | 0 | 31 | 446 | 126 | 50 |
| Binary | 10101101 | 1110 | 10111111 | 1001 | 1011101 | 0 | 11001 | 100100110 | 1010110 | 101000 |
Color Harmonies of #AD0EBF
Complementary color
Monochromatic Colors of #AD0EBF
Black with #AD0EBF
Text Example
Text Example
White with #AD0EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0EBF; }
p { color: rgb(173,14,191); }
H1.HeaderClassName
{
color: #AD0EBF;
}
.AnyTagClassName
{
color: #AD0EBF;
}
</style>
background-color css
<style>
a { background-color: #AD0EBF; }
a { background-color: rgb(173,14,191); }
div.DivClassName
{
background-color: #AD0EBF;
}
.BgClassName
{
background-color: #AD0EBF;
}
</style>
border-color css
<style>
span { border-color: #AD0EBF; }
span { border-color: rgb(173,14,191); }
td.TdClassName
{
border-color: #AD0EBF;
}
.TagClassName
{
border-color: #AD0EBF;
}
</style>