Shades of Deep Magenta #AD10BE
Tints of Deep Magenta #AD10BE
RGB
CMYK
RGB Variations
Color information
#AD10BE (or 0xAD10BE) is known color: Deep Magenta. HEX triplet: AD, 10 and BE. RGB value is (173,16,190). Sum of RGB (Red+Green+Blue) = 173+16+190=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD10BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD10BE is #52EF41. Grayscale: #525252. Windows color (decimal): -5435202 or 12456109. OLE color: 12456109.
HSL color Cylindrical-coordinate representation of color #AD10BE: hue angle of 294.14º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD10BE is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 16 | 190 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.25 |
| HSL | 294.14º | 0.84% | 0.4% | - |
| HSV(B) | 294.14º | 0.92% | 0.75% | - |
| XYZ | 26.71 | 12.97 | 49.81 | - |
| YUV | 82.78 | 188.51 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 190 | 0.09 | 0.92 | 0 | 0.25 | 294.14 | 0.84 | 0.4 |
| Hex | AD | 10 | BE | 9 | 5C | 0 | 19 | 126 | 54 | 28 |
| Octal | 255 | 20 | 276 | 11 | 134 | 0 | 31 | 446 | 124 | 50 |
| Binary | 10101101 | 10000 | 10111110 | 1001 | 1011100 | 0 | 11001 | 100100110 | 1010100 | 101000 |
Color Harmonies of #AD10BE
Complementary color
Monochromatic Colors of #AD10BE
Black with #AD10BE
Text Example
Text Example
White with #AD10BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD10BE; }
p { color: rgb(173,16,190); }
H1.HeaderClassName
{
color: #AD10BE;
}
.AnyTagClassName
{
color: #AD10BE;
}
</style>
background-color css
<style>
a { background-color: #AD10BE; }
a { background-color: rgb(173,16,190); }
div.DivClassName
{
background-color: #AD10BE;
}
.BgClassName
{
background-color: #AD10BE;
}
</style>
border-color css
<style>
span { border-color: #AD10BE; }
span { border-color: rgb(173,16,190); }
td.TdClassName
{
border-color: #AD10BE;
}
.TagClassName
{
border-color: #AD10BE;
}
</style>