Shades of Deep Magenta #AD08BC
Tints of Deep Magenta #AD08BC
RGB
CMYK
RGB Variations
Color information
#AD08BC (or 0xAD08BC) is known color: Deep Magenta. HEX triplet: AD, 08 and BC. RGB value is (173,8,188). Sum of RGB (Red+Green+Blue) = 173+8+188=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD08BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD08BC is #52F743. Grayscale: #4D4D4D. Windows color (decimal): -5437252 or 12322989. OLE color: 12322989.
HSL color Cylindrical-coordinate representation of color #AD08BC: hue angle of 295º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD08BC is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 8 | 188 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.26 |
| HSL | 295º | 0.92% | 0.38% | - |
| HSV(B) | 295º | 0.96% | 0.74% | - |
| XYZ | 26.4 | 12.69 | 48.63 | - |
| YUV | 77.86 | 190.16 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 188 | 0.08 | 0.96 | 0 | 0.26 | 295 | 0.92 | 0.38 |
| Hex | AD | 8 | BC | 8 | 60 | 0 | 1A | 127 | 5C | 26 |
| Octal | 255 | 10 | 274 | 10 | 140 | 0 | 32 | 447 | 134 | 46 |
| Binary | 10101101 | 1000 | 10111100 | 1000 | 1100000 | 0 | 11010 | 100100111 | 1011100 | 100110 |
Color Harmonies of #AD08BC
Complementary color
Monochromatic Colors of #AD08BC
Black with #AD08BC
Text Example
Text Example
White with #AD08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD08BC; }
p { color: rgb(173,8,188); }
H1.HeaderClassName
{
color: #AD08BC;
}
.AnyTagClassName
{
color: #AD08BC;
}
</style>
background-color css
<style>
a { background-color: #AD08BC; }
a { background-color: rgb(173,8,188); }
div.DivClassName
{
background-color: #AD08BC;
}
.BgClassName
{
background-color: #AD08BC;
}
</style>
border-color css
<style>
span { border-color: #AD08BC; }
span { border-color: rgb(173,8,188); }
td.TdClassName
{
border-color: #AD08BC;
}
.TagClassName
{
border-color: #AD08BC;
}
</style>