Shades of Deep Magenta #AD0FB1
Tints of Deep Magenta #AD0FB1
RGB
CMYK
RGB Variations
Color information
#AD0FB1 (or 0xAD0FB1) is known color: Deep Magenta. HEX triplet: AD, 0F and B1. RGB value is (173,15,177). Sum of RGB (Red+Green+Blue) = 173+15+177=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 177 (69.53% from 255 or 48.49% from 365); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD0FB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0FB1 is #52F04E. Grayscale: #505050. Windows color (decimal): -5435471 or 11603885. OLE color: 11603885.
HSL color Cylindrical-coordinate representation of color #AD0FB1: hue angle of 298.52º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0FB1 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 15 | 177 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.31 |
| HSL | 298.52º | 0.84% | 0.38% | - |
| HSV(B) | 298.52º | 0.92% | 0.69% | - |
| XYZ | 25.34 | 12.4 | 42.65 | - |
| YUV | 80.71 | 182.35 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 177 | 0.02 | 0.92 | 0 | 0.31 | 298.52 | 0.84 | 0.38 |
| Hex | AD | F | B1 | 2 | 5C | 0 | 1F | 12B | 54 | 26 |
| Octal | 255 | 17 | 261 | 2 | 134 | 0 | 37 | 453 | 124 | 46 |
| Binary | 10101101 | 1111 | 10110001 | 10 | 1011100 | 0 | 11111 | 100101011 | 1010100 | 100110 |
Color Harmonies of #AD0FB1
Complementary color
Monochromatic Colors of #AD0FB1
Black with #AD0FB1
Text Example
Text Example
White with #AD0FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FB1; }
p { color: rgb(173,15,177); }
H1.HeaderClassName
{
color: #AD0FB1;
}
.AnyTagClassName
{
color: #AD0FB1;
}
</style>
background-color css
<style>
a { background-color: #AD0FB1; }
a { background-color: rgb(173,15,177); }
div.DivClassName
{
background-color: #AD0FB1;
}
.BgClassName
{
background-color: #AD0FB1;
}
</style>
border-color css
<style>
span { border-color: #AD0FB1; }
span { border-color: rgb(173,15,177); }
td.TdClassName
{
border-color: #AD0FB1;
}
.TagClassName
{
border-color: #AD0FB1;
}
</style>