Shades of Deep Magenta #AD13B2
Tints of Deep Magenta #AD13B2
RGB
CMYK
RGB Variations
Color information
#AD13B2 (or 0xAD13B2) is known color: Deep Magenta. HEX triplet: AD, 13 and B2. RGB value is (173,19,178). Sum of RGB (Red+Green+Blue) = 173+19+178=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 178 (69.92% from 255 or 48.11% from 370); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD13B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD13B2 is #52EC4D. Grayscale: #525252. Windows color (decimal): -5434446 or 11670445. OLE color: 11670445.
HSL color Cylindrical-coordinate representation of color #AD13B2: hue angle of 298.11º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD13B2 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 19 | 178 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.30 |
| HSL | 298.11º | 0.81% | 0.39% | - |
| HSV(B) | 298.11º | 0.89% | 0.7% | - |
| XYZ | 25.5 | 12.56 | 43.2 | - |
| YUV | 83.17 | 181.52 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 178 | 0.03 | 0.89 | 0 | 0.30 | 298.11 | 0.81 | 0.39 |
| Hex | AD | 13 | B2 | 3 | 59 | 0 | 1E | 12A | 51 | 27 |
| Octal | 255 | 23 | 262 | 3 | 131 | 0 | 36 | 452 | 121 | 47 |
| Binary | 10101101 | 10011 | 10110010 | 11 | 1011001 | 0 | 11110 | 100101010 | 1010001 | 100111 |
Color Harmonies of #AD13B2
Complementary color
Monochromatic Colors of #AD13B2
Black with #AD13B2
Text Example
Text Example
White with #AD13B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13B2; }
p { color: rgb(173,19,178); }
H1.HeaderClassName
{
color: #AD13B2;
}
.AnyTagClassName
{
color: #AD13B2;
}
</style>
background-color css
<style>
a { background-color: #AD13B2; }
a { background-color: rgb(173,19,178); }
div.DivClassName
{
background-color: #AD13B2;
}
.BgClassName
{
background-color: #AD13B2;
}
</style>
border-color css
<style>
span { border-color: #AD13B2; }
span { border-color: rgb(173,19,178); }
td.TdClassName
{
border-color: #AD13B2;
}
.TagClassName
{
border-color: #AD13B2;
}
</style>