Shades of Deep Magenta #AD16BC
Tints of Deep Magenta #AD16BC
RGB
CMYK
RGB Variations
Color information
#AD16BC (or 0xAD16BC) is known color: Deep Magenta. HEX triplet: AD, 16 and BC. RGB value is (173,22,188). Sum of RGB (Red+Green+Blue) = 173+22+188=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD16BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16BC is #52E943. Grayscale: #555555. Windows color (decimal): -5433668 or 12326573. OLE color: 12326573.
HSL color Cylindrical-coordinate representation of color #AD16BC: hue angle of 294.58º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD16BC is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 22 | 188 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.26 |
| HSL | 294.58º | 0.79% | 0.41% | - |
| HSV(B) | 294.58º | 0.88% | 0.74% | - |
| XYZ | 26.6 | 13.09 | 48.7 | - |
| YUV | 86.07 | 185.53 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 188 | 0.08 | 0.88 | 0 | 0.26 | 294.58 | 0.79 | 0.41 |
| Hex | AD | 16 | BC | 8 | 58 | 0 | 1A | 127 | 4F | 29 |
| Octal | 255 | 26 | 274 | 10 | 130 | 0 | 32 | 447 | 117 | 51 |
| Binary | 10101101 | 10110 | 10111100 | 1000 | 1011000 | 0 | 11010 | 100100111 | 1001111 | 101001 |
Color Harmonies of #AD16BC
Complementary color
Monochromatic Colors of #AD16BC
Black with #AD16BC
Text Example
Text Example
White with #AD16BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16BC; }
p { color: rgb(173,22,188); }
H1.HeaderClassName
{
color: #AD16BC;
}
.AnyTagClassName
{
color: #AD16BC;
}
</style>
background-color css
<style>
a { background-color: #AD16BC; }
a { background-color: rgb(173,22,188); }
div.DivClassName
{
background-color: #AD16BC;
}
.BgClassName
{
background-color: #AD16BC;
}
</style>
border-color css
<style>
span { border-color: #AD16BC; }
span { border-color: rgb(173,22,188); }
td.TdClassName
{
border-color: #AD16BC;
}
.TagClassName
{
border-color: #AD16BC;
}
</style>