Shades of Deep Magenta #AD0BB8
Tints of Deep Magenta #AD0BB8
RGB
CMYK
RGB Variations
Color information
#AD0BB8 (or 0xAD0BB8) is known color: Deep Magenta. HEX triplet: AD, 0B and B8. RGB value is (173,11,184). Sum of RGB (Red+Green+Blue) = 173+11+184=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD0BB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BB8 is #52F447. Grayscale: #4E4E4E. Windows color (decimal): -5436488 or 12061613. OLE color: 12061613.
HSL color Cylindrical-coordinate representation of color #AD0BB8: hue angle of 296.18º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0BB8 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 11 | 184 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.28 |
| HSL | 296.19º | 0.89% | 0.38% | - |
| HSV(B) | 296.19º | 0.94% | 0.72% | - |
| XYZ | 26 | 12.58 | 46.41 | - |
| YUV | 79.16 | 187.17 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 184 | 0.06 | 0.94 | 0 | 0.28 | 296.19 | 0.89 | 0.38 |
| Hex | AD | B | B8 | 6 | 5E | 0 | 1C | 128 | 59 | 26 |
| Octal | 255 | 13 | 270 | 6 | 136 | 0 | 34 | 450 | 131 | 46 |
| Binary | 10101101 | 1011 | 10111000 | 110 | 1011110 | 0 | 11100 | 100101000 | 1011001 | 100110 |
Color Harmonies of #AD0BB8
Complementary color
Monochromatic Colors of #AD0BB8
Black with #AD0BB8
Text Example
Text Example
White with #AD0BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BB8; }
p { color: rgb(173,11,184); }
H1.HeaderClassName
{
color: #AD0BB8;
}
.AnyTagClassName
{
color: #AD0BB8;
}
</style>
background-color css
<style>
a { background-color: #AD0BB8; }
a { background-color: rgb(173,11,184); }
div.DivClassName
{
background-color: #AD0BB8;
}
.BgClassName
{
background-color: #AD0BB8;
}
</style>
border-color css
<style>
span { border-color: #AD0BB8; }
span { border-color: rgb(173,11,184); }
td.TdClassName
{
border-color: #AD0BB8;
}
.TagClassName
{
border-color: #AD0BB8;
}
</style>