Shades of Deep Magenta #AD11B3
Tints of Deep Magenta #AD11B3
RGB
CMYK
RGB Variations
Color information
#AD11B3 (or 0xAD11B3) is known color: Deep Magenta. HEX triplet: AD, 11 and B3. RGB value is (173,17,179). Sum of RGB (Red+Green+Blue) = 173+17+179=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD11B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD11B3 is #52EE4C. Grayscale: #515151. Windows color (decimal): -5434957 or 11735469. OLE color: 11735469.
HSL color Cylindrical-coordinate representation of color #AD11B3: hue angle of 297.78º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD11B3 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 17 | 179 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.30 |
| HSL | 297.78º | 0.83% | 0.38% | - |
| HSV(B) | 297.78º | 0.91% | 0.7% | - |
| XYZ | 25.57 | 12.54 | 43.72 | - |
| YUV | 82.11 | 182.68 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 179 | 0.03 | 0.91 | 0 | 0.30 | 297.78 | 0.83 | 0.38 |
| Hex | AD | 11 | B3 | 3 | 5B | 0 | 1E | 12A | 53 | 26 |
| Octal | 255 | 21 | 263 | 3 | 133 | 0 | 36 | 452 | 123 | 46 |
| Binary | 10101101 | 10001 | 10110011 | 11 | 1011011 | 0 | 11110 | 100101010 | 1010011 | 100110 |
Color Harmonies of #AD11B3
Complementary color
Monochromatic Colors of #AD11B3
Black with #AD11B3
Text Example
Text Example
White with #AD11B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD11B3; }
p { color: rgb(173,17,179); }
H1.HeaderClassName
{
color: #AD11B3;
}
.AnyTagClassName
{
color: #AD11B3;
}
</style>
background-color css
<style>
a { background-color: #AD11B3; }
a { background-color: rgb(173,17,179); }
div.DivClassName
{
background-color: #AD11B3;
}
.BgClassName
{
background-color: #AD11B3;
}
</style>
border-color css
<style>
span { border-color: #AD11B3; }
span { border-color: rgb(173,17,179); }
td.TdClassName
{
border-color: #AD11B3;
}
.TagClassName
{
border-color: #AD11B3;
}
</style>