Shades of Deep Magenta #AD0FBF
Tints of Deep Magenta #AD0FBF
RGB
CMYK
RGB Variations
Color information
#AD0FBF (or 0xAD0FBF) is known color: Deep Magenta. HEX triplet: AD, 0F and BF. RGB value is (173,15,191). Sum of RGB (Red+Green+Blue) = 173+15+191=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD0FBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FBF is #52F040. Grayscale: #515151. Windows color (decimal): -5435457 or 12521389. OLE color: 12521389.
HSL color Cylindrical-coordinate representation of color #AD0FBF: hue angle of 293.86º degrees, saturation: 0.85, 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 #AD0FBF is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 15 | 191 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.25 |
| HSL | 293.86º | 0.85% | 0.4% | - |
| HSV(B) | 293.86º | 0.92% | 0.75% | - |
| XYZ | 26.81 | 12.99 | 50.38 | - |
| YUV | 82.31 | 189.35 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 191 | 0.09 | 0.92 | 0 | 0.25 | 293.86 | 0.85 | 0.4 |
| Hex | AD | F | BF | 9 | 5C | 0 | 19 | 126 | 55 | 28 |
| Octal | 255 | 17 | 277 | 11 | 134 | 0 | 31 | 446 | 125 | 50 |
| Binary | 10101101 | 1111 | 10111111 | 1001 | 1011100 | 0 | 11001 | 100100110 | 1010101 | 101000 |
Color Harmonies of #AD0FBF
Complementary color
Monochromatic Colors of #AD0FBF
Black with #AD0FBF
Text Example
Text Example
White with #AD0FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FBF; }
p { color: rgb(173,15,191); }
H1.HeaderClassName
{
color: #AD0FBF;
}
.AnyTagClassName
{
color: #AD0FBF;
}
</style>
background-color css
<style>
a { background-color: #AD0FBF; }
a { background-color: rgb(173,15,191); }
div.DivClassName
{
background-color: #AD0FBF;
}
.BgClassName
{
background-color: #AD0FBF;
}
</style>
border-color css
<style>
span { border-color: #AD0FBF; }
span { border-color: rgb(173,15,191); }
td.TdClassName
{
border-color: #AD0FBF;
}
.TagClassName
{
border-color: #AD0FBF;
}
</style>