Shades of Deep Magenta #AD0FB6
Tints of Deep Magenta #AD0FB6
RGB
CMYK
RGB Variations
Color information
#AD0FB6 (or 0xAD0FB6) is known color: Deep Magenta. HEX triplet: AD, 0F and B6. RGB value is (173,15,182). Sum of RGB (Red+Green+Blue) = 173+15+182=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD0FB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FB6 is #52F049. Grayscale: #505050. Windows color (decimal): -5435466 or 11931565. OLE color: 11931565.
HSL color Cylindrical-coordinate representation of color #AD0FB6: hue angle of 296.77º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0FB6 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 15 | 182 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.29 |
| HSL | 296.77º | 0.85% | 0.39% | - |
| HSV(B) | 296.77º | 0.92% | 0.71% | - |
| XYZ | 25.85 | 12.6 | 45.33 | - |
| YUV | 81.28 | 184.85 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 182 | 0.05 | 0.92 | 0 | 0.29 | 296.77 | 0.85 | 0.39 |
| Hex | AD | F | B6 | 5 | 5C | 0 | 1D | 129 | 55 | 27 |
| Octal | 255 | 17 | 266 | 5 | 134 | 0 | 35 | 451 | 125 | 47 |
| Binary | 10101101 | 1111 | 10110110 | 101 | 1011100 | 0 | 11101 | 100101001 | 1010101 | 100111 |
Color Harmonies of #AD0FB6
Complementary color
Monochromatic Colors of #AD0FB6
Black with #AD0FB6
Text Example
Text Example
White with #AD0FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FB6; }
p { color: rgb(173,15,182); }
H1.HeaderClassName
{
color: #AD0FB6;
}
.AnyTagClassName
{
color: #AD0FB6;
}
</style>
background-color css
<style>
a { background-color: #AD0FB6; }
a { background-color: rgb(173,15,182); }
div.DivClassName
{
background-color: #AD0FB6;
}
.BgClassName
{
background-color: #AD0FB6;
}
</style>
border-color css
<style>
span { border-color: #AD0FB6; }
span { border-color: rgb(173,15,182); }
td.TdClassName
{
border-color: #AD0FB6;
}
.TagClassName
{
border-color: #AD0FB6;
}
</style>