Shades of Deep Magenta #AD13BC
Tints of Deep Magenta #AD13BC
RGB
CMYK
RGB Variations
Color information
#AD13BC (or 0xAD13BC) is known color: Deep Magenta. HEX triplet: AD, 13 and BC. RGB value is (173,19,188). Sum of RGB (Red+Green+Blue) = 173+19+188=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD13BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD13BC is #52EC43. Grayscale: #535353. Windows color (decimal): -5434436 or 12325805. OLE color: 12325805.
HSL color Cylindrical-coordinate representation of color #AD13BC: hue angle of 294.67º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD13BC is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 19 | 188 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.26 |
| HSL | 294.67º | 0.82% | 0.41% | - |
| HSV(B) | 294.67º | 0.9% | 0.74% | - |
| XYZ | 26.54 | 12.98 | 48.68 | - |
| YUV | 84.31 | 186.52 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 188 | 0.08 | 0.90 | 0 | 0.26 | 294.67 | 0.82 | 0.41 |
| Hex | AD | 13 | BC | 8 | 5A | 0 | 1A | 127 | 52 | 29 |
| Octal | 255 | 23 | 274 | 10 | 132 | 0 | 32 | 447 | 122 | 51 |
| Binary | 10101101 | 10011 | 10111100 | 1000 | 1011010 | 0 | 11010 | 100100111 | 1010010 | 101001 |
Color Harmonies of #AD13BC
Complementary color
Monochromatic Colors of #AD13BC
Black with #AD13BC
Text Example
Text Example
White with #AD13BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13BC; }
p { color: rgb(173,19,188); }
H1.HeaderClassName
{
color: #AD13BC;
}
.AnyTagClassName
{
color: #AD13BC;
}
</style>
background-color css
<style>
a { background-color: #AD13BC; }
a { background-color: rgb(173,19,188); }
div.DivClassName
{
background-color: #AD13BC;
}
.BgClassName
{
background-color: #AD13BC;
}
</style>
border-color css
<style>
span { border-color: #AD13BC; }
span { border-color: rgb(173,19,188); }
td.TdClassName
{
border-color: #AD13BC;
}
.TagClassName
{
border-color: #AD13BC;
}
</style>