Shades of Deep Magenta #AD10BD
Tints of Deep Magenta #AD10BD
RGB
CMYK
RGB Variations
Color information
#AD10BD (or 0xAD10BD) is known color: Deep Magenta. HEX triplet: AD, 10 and BD. RGB value is (173,16,189). Sum of RGB (Red+Green+Blue) = 173+16+189=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD10BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD10BD is #52EF42. Grayscale: #525252. Windows color (decimal): -5435203 or 12390573. OLE color: 12390573.
HSL color Cylindrical-coordinate representation of color #AD10BD: hue angle of 294.45º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD10BD is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 16 | 189 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.26 |
| HSL | 294.45º | 0.84% | 0.4% | - |
| HSV(B) | 294.45º | 0.92% | 0.74% | - |
| XYZ | 26.6 | 12.93 | 49.24 | - |
| YUV | 82.67 | 188.01 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 189 | 0.08 | 0.92 | 0 | 0.26 | 294.45 | 0.84 | 0.4 |
| Hex | AD | 10 | BD | 8 | 5C | 0 | 1A | 126 | 54 | 28 |
| Octal | 255 | 20 | 275 | 10 | 134 | 0 | 32 | 446 | 124 | 50 |
| Binary | 10101101 | 10000 | 10111101 | 1000 | 1011100 | 0 | 11010 | 100100110 | 1010100 | 101000 |
Color Harmonies of #AD10BD
Complementary color
Monochromatic Colors of #AD10BD
Black with #AD10BD
Text Example
Text Example
White with #AD10BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD10BD; }
p { color: rgb(173,16,189); }
H1.HeaderClassName
{
color: #AD10BD;
}
.AnyTagClassName
{
color: #AD10BD;
}
</style>
background-color css
<style>
a { background-color: #AD10BD; }
a { background-color: rgb(173,16,189); }
div.DivClassName
{
background-color: #AD10BD;
}
.BgClassName
{
background-color: #AD10BD;
}
</style>
border-color css
<style>
span { border-color: #AD10BD; }
span { border-color: rgb(173,16,189); }
td.TdClassName
{
border-color: #AD10BD;
}
.TagClassName
{
border-color: #AD10BD;
}
</style>