Shades of Deep Magenta #AD0CB8
Tints of Deep Magenta #AD0CB8
RGB
CMYK
RGB Variations
Color information
#AD0CB8 (or 0xAD0CB8) is known color: Deep Magenta. HEX triplet: AD, 0C and B8. RGB value is (173,12,184). Sum of RGB (Red+Green+Blue) = 173+12+184=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 184 (72.27% from 255 or 49.86% from 369); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD0CB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CB8 is #52F347. Grayscale: #4F4F4F. Windows color (decimal): -5436232 or 12061869. OLE color: 12061869.
HSL color Cylindrical-coordinate representation of color #AD0CB8: hue angle of 296.16º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0CB8 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 12 | 184 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.28 |
| HSL | 296.16º | 0.88% | 0.38% | - |
| HSV(B) | 296.16º | 0.93% | 0.72% | - |
| XYZ | 26.02 | 12.61 | 46.41 | - |
| YUV | 79.75 | 186.84 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 184 | 0.06 | 0.93 | 0 | 0.28 | 296.16 | 0.88 | 0.38 |
| Hex | AD | C | B8 | 6 | 5D | 0 | 1C | 128 | 58 | 26 |
| Octal | 255 | 14 | 270 | 6 | 135 | 0 | 34 | 450 | 130 | 46 |
| Binary | 10101101 | 1100 | 10111000 | 110 | 1011101 | 0 | 11100 | 100101000 | 1011000 | 100110 |
Color Harmonies of #AD0CB8
Complementary color
Monochromatic Colors of #AD0CB8
Black with #AD0CB8
Text Example
Text Example
White with #AD0CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CB8; }
p { color: rgb(173,12,184); }
H1.HeaderClassName
{
color: #AD0CB8;
}
.AnyTagClassName
{
color: #AD0CB8;
}
</style>
background-color css
<style>
a { background-color: #AD0CB8; }
a { background-color: rgb(173,12,184); }
div.DivClassName
{
background-color: #AD0CB8;
}
.BgClassName
{
background-color: #AD0CB8;
}
</style>
border-color css
<style>
span { border-color: #AD0CB8; }
span { border-color: rgb(173,12,184); }
td.TdClassName
{
border-color: #AD0CB8;
}
.TagClassName
{
border-color: #AD0CB8;
}
</style>