Shades of Deep Magenta #AD01BD
Tints of Deep Magenta #AD01BD
RGB
CMYK
RGB Variations
Color information
#AD01BD (or 0xAD01BD) is known color: Deep Magenta. HEX triplet: AD, 01 and BD. RGB value is (173,1,189). Sum of RGB (Red+Green+Blue) = 173+1+189=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD01BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD01BD is #52FE42. Grayscale: #494949. Windows color (decimal): -5439043 or 12386733. OLE color: 12386733.
HSL color Cylindrical-coordinate representation of color #AD01BD: hue angle of 294.89º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD01BD is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 1 | 189 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.26 |
| HSL | 294.89º | 0.99% | 0.37% | - |
| HSV(B) | 294.89º | 0.99% | 0.74% | - |
| XYZ | 26.43 | 12.58 | 49.18 | - |
| YUV | 73.86 | 192.98 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 189 | 0.08 | 0.99 | 0 | 0.26 | 294.89 | 0.99 | 0.37 |
| Hex | AD | 1 | BD | 8 | 63 | 0 | 1A | 127 | 63 | 25 |
| Octal | 255 | 1 | 275 | 10 | 143 | 0 | 32 | 447 | 143 | 45 |
| Binary | 10101101 | 1 | 10111101 | 1000 | 1100011 | 0 | 11010 | 100100111 | 1100011 | 100101 |
Color Harmonies of #AD01BD
Complementary color
Monochromatic Colors of #AD01BD
Black with #AD01BD
Text Example
Text Example
White with #AD01BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD01BD; }
p { color: rgb(173,1,189); }
H1.HeaderClassName
{
color: #AD01BD;
}
.AnyTagClassName
{
color: #AD01BD;
}
</style>
background-color css
<style>
a { background-color: #AD01BD; }
a { background-color: rgb(173,1,189); }
div.DivClassName
{
background-color: #AD01BD;
}
.BgClassName
{
background-color: #AD01BD;
}
</style>
border-color css
<style>
span { border-color: #AD01BD; }
span { border-color: rgb(173,1,189); }
td.TdClassName
{
border-color: #AD01BD;
}
.TagClassName
{
border-color: #AD01BD;
}
</style>