Shades of Deep Magenta #AD0CBD
Tints of Deep Magenta #AD0CBD
RGB
CMYK
RGB Variations
Color information
#AD0CBD (or 0xAD0CBD) is known color: Deep Magenta. HEX triplet: AD, 0C and BD. RGB value is (173,12,189). Sum of RGB (Red+Green+Blue) = 173+12+189=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD0CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CBD is #52F342. Grayscale: #4F4F4F. Windows color (decimal): -5436227 or 12389549. OLE color: 12389549.
HSL color Cylindrical-coordinate representation of color #AD0CBD: hue angle of 294.58º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0CBD is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 12 | 189 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.26 |
| HSL | 294.58º | 0.88% | 0.39% | - |
| HSV(B) | 294.58º | 0.94% | 0.74% | - |
| XYZ | 26.55 | 12.82 | 49.22 | - |
| YUV | 80.32 | 189.34 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 189 | 0.08 | 0.94 | 0 | 0.26 | 294.58 | 0.88 | 0.39 |
| Hex | AD | C | BD | 8 | 5E | 0 | 1A | 127 | 58 | 27 |
| Octal | 255 | 14 | 275 | 10 | 136 | 0 | 32 | 447 | 130 | 47 |
| Binary | 10101101 | 1100 | 10111101 | 1000 | 1011110 | 0 | 11010 | 100100111 | 1011000 | 100111 |
Color Harmonies of #AD0CBD
Complementary color
Monochromatic Colors of #AD0CBD
Black with #AD0CBD
Text Example
Text Example
White with #AD0CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CBD; }
p { color: rgb(173,12,189); }
H1.HeaderClassName
{
color: #AD0CBD;
}
.AnyTagClassName
{
color: #AD0CBD;
}
</style>
background-color css
<style>
a { background-color: #AD0CBD; }
a { background-color: rgb(173,12,189); }
div.DivClassName
{
background-color: #AD0CBD;
}
.BgClassName
{
background-color: #AD0CBD;
}
</style>
border-color css
<style>
span { border-color: #AD0CBD; }
span { border-color: rgb(173,12,189); }
td.TdClassName
{
border-color: #AD0CBD;
}
.TagClassName
{
border-color: #AD0CBD;
}
</style>