Shades of Deep Magenta #AD0BC1
Tints of Deep Magenta #AD0BC1
RGB
CMYK
RGB Variations
Color information
#AD0BC1 (or 0xAD0BC1) is known color: Deep Magenta. HEX triplet: AD, 0B and C1. RGB value is (173,11,193). Sum of RGB (Red+Green+Blue) = 173+11+193=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD0BC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BC1 is #52F43E. Grayscale: #4F4F4F. Windows color (decimal): -5436479 or 12651437. OLE color: 12651437.
HSL color Cylindrical-coordinate representation of color #AD0BC1: hue angle of 293.41º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0BC1 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 11 | 193 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.24 |
| HSL | 293.41º | 0.89% | 0.4% | - |
| HSV(B) | 293.41º | 0.94% | 0.76% | - |
| XYZ | 26.98 | 12.97 | 51.53 | - |
| YUV | 80.19 | 191.67 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 193 | 0.10 | 0.94 | 0 | 0.24 | 293.41 | 0.89 | 0.4 |
| Hex | AD | B | C1 | A | 5E | 0 | 18 | 125 | 59 | 28 |
| Octal | 255 | 13 | 301 | 12 | 136 | 0 | 30 | 445 | 131 | 50 |
| Binary | 10101101 | 1011 | 11000001 | 1010 | 1011110 | 0 | 11000 | 100100101 | 1011001 | 101000 |
Color Harmonies of #AD0BC1
Complementary color
Monochromatic Colors of #AD0BC1
Black with #AD0BC1
Text Example
Text Example
White with #AD0BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BC1; }
p { color: rgb(173,11,193); }
H1.HeaderClassName
{
color: #AD0BC1;
}
.AnyTagClassName
{
color: #AD0BC1;
}
</style>
background-color css
<style>
a { background-color: #AD0BC1; }
a { background-color: rgb(173,11,193); }
div.DivClassName
{
background-color: #AD0BC1;
}
.BgClassName
{
background-color: #AD0BC1;
}
</style>
border-color css
<style>
span { border-color: #AD0BC1; }
span { border-color: rgb(173,11,193); }
td.TdClassName
{
border-color: #AD0BC1;
}
.TagClassName
{
border-color: #AD0BC1;
}
</style>