Shades of Deep Magenta #AD0CB6
Tints of Deep Magenta #AD0CB6
RGB
CMYK
RGB Variations
Color information
#AD0CB6 (or 0xAD0CB6) is known color: Deep Magenta. HEX triplet: AD, 0C and B6. RGB value is (173,12,182). Sum of RGB (Red+Green+Blue) = 173+12+182=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD0CB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CB6 is #52F349. Grayscale: #4F4F4F. Windows color (decimal): -5436234 or 11930797. OLE color: 11930797.
HSL color Cylindrical-coordinate representation of color #AD0CB6: hue angle of 296.82º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0CB6 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 12 | 182 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.29 |
| HSL | 296.82º | 0.88% | 0.38% | - |
| HSV(B) | 296.82º | 0.93% | 0.71% | - |
| XYZ | 25.81 | 12.52 | 45.31 | - |
| YUV | 79.52 | 185.84 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 182 | 0.05 | 0.93 | 0 | 0.29 | 296.82 | 0.88 | 0.38 |
| Hex | AD | C | B6 | 5 | 5D | 0 | 1D | 129 | 58 | 26 |
| Octal | 255 | 14 | 266 | 5 | 135 | 0 | 35 | 451 | 130 | 46 |
| Binary | 10101101 | 1100 | 10110110 | 101 | 1011101 | 0 | 11101 | 100101001 | 1011000 | 100110 |
Color Harmonies of #AD0CB6
Complementary color
Monochromatic Colors of #AD0CB6
Black with #AD0CB6
Text Example
Text Example
White with #AD0CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CB6; }
p { color: rgb(173,12,182); }
H1.HeaderClassName
{
color: #AD0CB6;
}
.AnyTagClassName
{
color: #AD0CB6;
}
</style>
background-color css
<style>
a { background-color: #AD0CB6; }
a { background-color: rgb(173,12,182); }
div.DivClassName
{
background-color: #AD0CB6;
}
.BgClassName
{
background-color: #AD0CB6;
}
</style>
border-color css
<style>
span { border-color: #AD0CB6; }
span { border-color: rgb(173,12,182); }
td.TdClassName
{
border-color: #AD0CB6;
}
.TagClassName
{
border-color: #AD0CB6;
}
</style>