Shades of Deep Magenta #AD0FB4
Tints of Deep Magenta #AD0FB4
RGB
CMYK
RGB Variations
Color information
#AD0FB4 (or 0xAD0FB4) is known color: Deep Magenta. HEX triplet: AD, 0F and B4. RGB value is (173,15,180). Sum of RGB (Red+Green+Blue) = 173+15+180=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 180 (70.70% from 255 or 48.91% from 368); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD0FB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FB4 is #52F04B. Grayscale: #505050. Windows color (decimal): -5435468 or 11800493. OLE color: 11800493.
HSL color Cylindrical-coordinate representation of color #AD0FB4: hue angle of 297.45º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0FB4 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 15 | 180 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.29 |
| HSL | 297.45º | 0.85% | 0.38% | - |
| HSV(B) | 297.45º | 0.92% | 0.71% | - |
| XYZ | 25.64 | 12.52 | 44.25 | - |
| YUV | 81.05 | 183.85 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 180 | 0.04 | 0.92 | 0 | 0.29 | 297.45 | 0.85 | 0.38 |
| Hex | AD | F | B4 | 4 | 5C | 0 | 1D | 129 | 55 | 26 |
| Octal | 255 | 17 | 264 | 4 | 134 | 0 | 35 | 451 | 125 | 46 |
| Binary | 10101101 | 1111 | 10110100 | 100 | 1011100 | 0 | 11101 | 100101001 | 1010101 | 100110 |
Color Harmonies of #AD0FB4
Complementary color
Monochromatic Colors of #AD0FB4
Black with #AD0FB4
Text Example
Text Example
White with #AD0FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FB4; }
p { color: rgb(173,15,180); }
H1.HeaderClassName
{
color: #AD0FB4;
}
.AnyTagClassName
{
color: #AD0FB4;
}
</style>
background-color css
<style>
a { background-color: #AD0FB4; }
a { background-color: rgb(173,15,180); }
div.DivClassName
{
background-color: #AD0FB4;
}
.BgClassName
{
background-color: #AD0FB4;
}
</style>
border-color css
<style>
span { border-color: #AD0FB4; }
span { border-color: rgb(173,15,180); }
td.TdClassName
{
border-color: #AD0FB4;
}
.TagClassName
{
border-color: #AD0FB4;
}
</style>