Shades of Deep Magenta #AD01B9
Tints of Deep Magenta #AD01B9
RGB
CMYK
RGB Variations
Color information
#AD01B9 (or 0xAD01B9) is known color: Deep Magenta. HEX triplet: AD, 01 and B9. RGB value is (173,1,185). Sum of RGB (Red+Green+Blue) = 173+1+185=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 185 (72.66% from 255 or 51.53% from 359); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD01B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD01B9 is #52FE46. Grayscale: #484848. Windows color (decimal): -5439047 or 12124589. OLE color: 12124589.
HSL color Cylindrical-coordinate representation of color #AD01B9: hue angle of 296.09º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD01B9 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 1 | 185 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.27 |
| HSL | 296.09º | 0.99% | 0.36% | - |
| HSV(B) | 296.09º | 0.99% | 0.73% | - |
| XYZ | 26 | 12.41 | 46.92 | - |
| YUV | 73.4 | 190.98 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 185 | 0.06 | 0.99 | 0 | 0.27 | 296.09 | 0.99 | 0.36 |
| Hex | AD | 1 | B9 | 6 | 63 | 0 | 1B | 128 | 63 | 24 |
| Octal | 255 | 1 | 271 | 6 | 143 | 0 | 33 | 450 | 143 | 44 |
| Binary | 10101101 | 1 | 10111001 | 110 | 1100011 | 0 | 11011 | 100101000 | 1100011 | 100100 |
Color Harmonies of #AD01B9
Complementary color
Monochromatic Colors of #AD01B9
Black with #AD01B9
Text Example
Text Example
White with #AD01B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD01B9; }
p { color: rgb(173,1,185); }
H1.HeaderClassName
{
color: #AD01B9;
}
.AnyTagClassName
{
color: #AD01B9;
}
</style>
background-color css
<style>
a { background-color: #AD01B9; }
a { background-color: rgb(173,1,185); }
div.DivClassName
{
background-color: #AD01B9;
}
.BgClassName
{
background-color: #AD01B9;
}
</style>
border-color css
<style>
span { border-color: #AD01B9; }
span { border-color: rgb(173,1,185); }
td.TdClassName
{
border-color: #AD01B9;
}
.TagClassName
{
border-color: #AD01B9;
}
</style>