Shades of Deep Magenta #AD13BD
Tints of Deep Magenta #AD13BD
RGB
CMYK
RGB Variations
Color information
#AD13BD (or 0xAD13BD) is known color: Deep Magenta. HEX triplet: AD, 13 and BD. RGB value is (173,19,189). Sum of RGB (Red+Green+Blue) = 173+19+189=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD13BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD13BD is #52EC42. Grayscale: #535353. Windows color (decimal): -5434435 or 12391341. OLE color: 12391341.
HSL color Cylindrical-coordinate representation of color #AD13BD: hue angle of 294.35º 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 #AD13BD is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 19 | 189 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.26 |
| HSL | 294.35º | 0.82% | 0.41% | - |
| HSV(B) | 294.35º | 0.9% | 0.74% | - |
| XYZ | 26.65 | 13.02 | 49.25 | - |
| YUV | 84.43 | 187.02 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 189 | 0.08 | 0.90 | 0 | 0.26 | 294.35 | 0.82 | 0.41 |
| Hex | AD | 13 | BD | 8 | 5A | 0 | 1A | 126 | 52 | 29 |
| Octal | 255 | 23 | 275 | 10 | 132 | 0 | 32 | 446 | 122 | 51 |
| Binary | 10101101 | 10011 | 10111101 | 1000 | 1011010 | 0 | 11010 | 100100110 | 1010010 | 101001 |
Color Harmonies of #AD13BD
Complementary color
Monochromatic Colors of #AD13BD
Black with #AD13BD
Text Example
Text Example
White with #AD13BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13BD; }
p { color: rgb(173,19,189); }
H1.HeaderClassName
{
color: #AD13BD;
}
.AnyTagClassName
{
color: #AD13BD;
}
</style>
background-color css
<style>
a { background-color: #AD13BD; }
a { background-color: rgb(173,19,189); }
div.DivClassName
{
background-color: #AD13BD;
}
.BgClassName
{
background-color: #AD13BD;
}
</style>
border-color css
<style>
span { border-color: #AD13BD; }
span { border-color: rgb(173,19,189); }
td.TdClassName
{
border-color: #AD13BD;
}
.TagClassName
{
border-color: #AD13BD;
}
</style>