Shades of Deep Magenta #AD0FBC
Tints of Deep Magenta #AD0FBC
RGB
CMYK
RGB Variations
Color information
#AD0FBC (or 0xAD0FBC) is known color: Deep Magenta. HEX triplet: AD, 0F and BC. RGB value is (173,15,188). Sum of RGB (Red+Green+Blue) = 173+15+188=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD0FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FBC is #52F043. Grayscale: #515151. Windows color (decimal): -5435460 or 12324781. OLE color: 12324781.
HSL color Cylindrical-coordinate representation of color #AD0FBC: hue angle of 294.8º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0FBC is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 15 | 188 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.26 |
| HSL | 294.8º | 0.85% | 0.4% | - |
| HSV(B) | 294.8º | 0.92% | 0.74% | - |
| XYZ | 26.48 | 12.86 | 48.66 | - |
| YUV | 81.96 | 187.85 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 188 | 0.08 | 0.92 | 0 | 0.26 | 294.8 | 0.85 | 0.4 |
| Hex | AD | F | BC | 8 | 5C | 0 | 1A | 127 | 55 | 28 |
| Octal | 255 | 17 | 274 | 10 | 134 | 0 | 32 | 447 | 125 | 50 |
| Binary | 10101101 | 1111 | 10111100 | 1000 | 1011100 | 0 | 11010 | 100100111 | 1010101 | 101000 |
Color Harmonies of #AD0FBC
Complementary color
Monochromatic Colors of #AD0FBC
Black with #AD0FBC
Text Example
Text Example
White with #AD0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FBC; }
p { color: rgb(173,15,188); }
H1.HeaderClassName
{
color: #AD0FBC;
}
.AnyTagClassName
{
color: #AD0FBC;
}
</style>
background-color css
<style>
a { background-color: #AD0FBC; }
a { background-color: rgb(173,15,188); }
div.DivClassName
{
background-color: #AD0FBC;
}
.BgClassName
{
background-color: #AD0FBC;
}
</style>
border-color css
<style>
span { border-color: #AD0FBC; }
span { border-color: rgb(173,15,188); }
td.TdClassName
{
border-color: #AD0FBC;
}
.TagClassName
{
border-color: #AD0FBC;
}
</style>