Shades of Deep Magenta #AD01B7
Tints of Deep Magenta #AD01B7
RGB
CMYK
RGB Variations
Color information
#AD01B7 (or 0xAD01B7) is known color: Deep Magenta. HEX triplet: AD, 01 and B7. RGB value is (173,1,183). Sum of RGB (Red+Green+Blue) = 173+1+183=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 183 (71.88% from 255 or 51.26% from 357); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD01B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD01B7 is #52FE48. Grayscale: #484848. Windows color (decimal): -5439049 or 11993517. OLE color: 11993517.
HSL color Cylindrical-coordinate representation of color #AD01B7: hue angle of 296.7º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD01B7 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 1 | 183 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.28 |
| HSL | 296.7º | 0.99% | 0.36% | - |
| HSV(B) | 296.7º | 0.99% | 0.72% | - |
| XYZ | 25.79 | 12.32 | 45.82 | - |
| YUV | 73.18 | 189.98 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 183 | 0.05 | 0.99 | 0 | 0.28 | 296.7 | 0.99 | 0.36 |
| Hex | AD | 1 | B7 | 5 | 63 | 0 | 1C | 129 | 63 | 24 |
| Octal | 255 | 1 | 267 | 5 | 143 | 0 | 34 | 451 | 143 | 44 |
| Binary | 10101101 | 1 | 10110111 | 101 | 1100011 | 0 | 11100 | 100101001 | 1100011 | 100100 |
Color Harmonies of #AD01B7
Complementary color
Monochromatic Colors of #AD01B7
Black with #AD01B7
Text Example
Text Example
White with #AD01B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD01B7; }
p { color: rgb(173,1,183); }
H1.HeaderClassName
{
color: #AD01B7;
}
.AnyTagClassName
{
color: #AD01B7;
}
</style>
background-color css
<style>
a { background-color: #AD01B7; }
a { background-color: rgb(173,1,183); }
div.DivClassName
{
background-color: #AD01B7;
}
.BgClassName
{
background-color: #AD01B7;
}
</style>
border-color css
<style>
span { border-color: #AD01B7; }
span { border-color: rgb(173,1,183); }
td.TdClassName
{
border-color: #AD01B7;
}
.TagClassName
{
border-color: #AD01B7;
}
</style>