Shades of Deep Magenta #AD01B8
Tints of Deep Magenta #AD01B8
RGB
CMYK
RGB Variations
Color information
#AD01B8 (or 0xAD01B8) is known color: Deep Magenta. HEX triplet: AD, 01 and B8. RGB value is (173,1,184). Sum of RGB (Red+Green+Blue) = 173+1+184=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD01B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD01B8 is #52FE47. Grayscale: #484848. Windows color (decimal): -5439048 or 12059053. OLE color: 12059053.
HSL color Cylindrical-coordinate representation of color #AD01B8: hue angle of 296.39º 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 #AD01B8 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 1 | 184 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.28 |
| HSL | 296.39º | 0.99% | 0.36% | - |
| HSV(B) | 296.39º | 0.99% | 0.72% | - |
| XYZ | 25.9 | 12.37 | 46.37 | - |
| YUV | 73.29 | 190.48 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 184 | 0.06 | 0.99 | 0 | 0.28 | 296.39 | 0.99 | 0.36 |
| Hex | AD | 1 | B8 | 6 | 63 | 0 | 1C | 128 | 63 | 24 |
| Octal | 255 | 1 | 270 | 6 | 143 | 0 | 34 | 450 | 143 | 44 |
| Binary | 10101101 | 1 | 10111000 | 110 | 1100011 | 0 | 11100 | 100101000 | 1100011 | 100100 |
Color Harmonies of #AD01B8
Complementary color
Monochromatic Colors of #AD01B8
Black with #AD01B8
Text Example
Text Example
White with #AD01B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD01B8; }
p { color: rgb(173,1,184); }
H1.HeaderClassName
{
color: #AD01B8;
}
.AnyTagClassName
{
color: #AD01B8;
}
</style>
background-color css
<style>
a { background-color: #AD01B8; }
a { background-color: rgb(173,1,184); }
div.DivClassName
{
background-color: #AD01B8;
}
.BgClassName
{
background-color: #AD01B8;
}
</style>
border-color css
<style>
span { border-color: #AD01B8; }
span { border-color: rgb(173,1,184); }
td.TdClassName
{
border-color: #AD01B8;
}
.TagClassName
{
border-color: #AD01B8;
}
</style>