Shades of Deep Magenta #AD0DBC
Tints of Deep Magenta #AD0DBC
RGB
CMYK
RGB Variations
Color information
#AD0DBC (or 0xAD0DBC) is known color: Deep Magenta. HEX triplet: AD, 0D and BC. RGB value is (173,13,188). Sum of RGB (Red+Green+Blue) = 173+13+188=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD0DBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DBC is #52F243. Grayscale: #505050. Windows color (decimal): -5435972 or 12324269. OLE color: 12324269.
HSL color Cylindrical-coordinate representation of color #AD0DBC: hue angle of 294.86º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0DBC is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 13 | 188 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.26 |
| HSL | 294.86º | 0.87% | 0.39% | - |
| HSV(B) | 294.86º | 0.93% | 0.74% | - |
| XYZ | 26.45 | 12.8 | 48.65 | - |
| YUV | 80.79 | 188.51 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 188 | 0.08 | 0.93 | 0 | 0.26 | 294.86 | 0.87 | 0.39 |
| Hex | AD | D | BC | 8 | 5D | 0 | 1A | 127 | 57 | 27 |
| Octal | 255 | 15 | 274 | 10 | 135 | 0 | 32 | 447 | 127 | 47 |
| Binary | 10101101 | 1101 | 10111100 | 1000 | 1011101 | 0 | 11010 | 100100111 | 1010111 | 100111 |
Color Harmonies of #AD0DBC
Complementary color
Monochromatic Colors of #AD0DBC
Black with #AD0DBC
Text Example
Text Example
White with #AD0DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DBC; }
p { color: rgb(173,13,188); }
H1.HeaderClassName
{
color: #AD0DBC;
}
.AnyTagClassName
{
color: #AD0DBC;
}
</style>
background-color css
<style>
a { background-color: #AD0DBC; }
a { background-color: rgb(173,13,188); }
div.DivClassName
{
background-color: #AD0DBC;
}
.BgClassName
{
background-color: #AD0DBC;
}
</style>
border-color css
<style>
span { border-color: #AD0DBC; }
span { border-color: rgb(173,13,188); }
td.TdClassName
{
border-color: #AD0DBC;
}
.TagClassName
{
border-color: #AD0DBC;
}
</style>