Shades of Deep Magenta #AD01BB
Tints of Deep Magenta #AD01BB
RGB
CMYK
RGB Variations
Color information
#AD01BB (or 0xAD01BB) is known color: Deep Magenta. HEX triplet: AD, 01 and BB. RGB value is (173,1,187). Sum of RGB (Red+Green+Blue) = 173+1+187=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD01BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD01BB is #52FE44. Grayscale: #494949. Windows color (decimal): -5439045 or 12255661. OLE color: 12255661.
HSL color Cylindrical-coordinate representation of color #AD01BB: hue angle of 295.48º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD01BB is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 1 | 187 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.27 |
| HSL | 295.48º | 0.99% | 0.37% | - |
| HSV(B) | 295.48º | 0.99% | 0.73% | - |
| XYZ | 26.21 | 12.49 | 48.04 | - |
| YUV | 73.63 | 191.98 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 187 | 0.07 | 0.99 | 0 | 0.27 | 295.48 | 0.99 | 0.37 |
| Hex | AD | 1 | BB | 7 | 63 | 0 | 1B | 127 | 63 | 25 |
| Octal | 255 | 1 | 273 | 7 | 143 | 0 | 33 | 447 | 143 | 45 |
| Binary | 10101101 | 1 | 10111011 | 111 | 1100011 | 0 | 11011 | 100100111 | 1100011 | 100101 |
Color Harmonies of #AD01BB
Complementary color
Monochromatic Colors of #AD01BB
Black with #AD01BB
Text Example
Text Example
White with #AD01BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD01BB; }
p { color: rgb(173,1,187); }
H1.HeaderClassName
{
color: #AD01BB;
}
.AnyTagClassName
{
color: #AD01BB;
}
</style>
background-color css
<style>
a { background-color: #AD01BB; }
a { background-color: rgb(173,1,187); }
div.DivClassName
{
background-color: #AD01BB;
}
.BgClassName
{
background-color: #AD01BB;
}
</style>
border-color css
<style>
span { border-color: #AD01BB; }
span { border-color: rgb(173,1,187); }
td.TdClassName
{
border-color: #AD01BB;
}
.TagClassName
{
border-color: #AD01BB;
}
</style>