Shades of Deep Magenta #AD00B8
Tints of Deep Magenta #AD00B8
RGB
CMYK
RGB Variations
Color information
#AD00B8 (or 0xAD00B8) is known color: Deep Magenta. HEX triplet: AD, 00 and B8. RGB value is (173,0,184). Sum of RGB (Red+Green+Blue) = 173+0+184=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 184 (72.27% from 255 or 51.54% from 357); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD00B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00B8 is #52FF47. Grayscale: #484848. Windows color (decimal): -5439304 or 12058797. OLE color: 12058797.
HSL color Cylindrical-coordinate representation of color #AD00B8: hue angle of 296.41º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00B8 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 0 | 184 | - |
| CMYK | 0.06 | 1 | 0 | 0.28 |
| HSL | 296.41º | 1% | 0.36% | - |
| HSV(B) | 296.41º | 1% | 0.72% | - |
| XYZ | 25.89 | 12.34 | 46.37 | - |
| YUV | 72.7 | 190.81 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 184 | 0.06 | 1 | 0 | 0.28 | 296.41 | 1 | 0.36 |
| Hex | AD | 0 | B8 | 6 | 64 | 0 | 1C | 128 | 64 | 24 |
| Octal | 255 | 0 | 270 | 6 | 144 | 0 | 34 | 450 | 144 | 44 |
| Binary | 10101101 | 0 | 10111000 | 110 | 1100100 | 0 | 11100 | 100101000 | 1100100 | 100100 |
Color Harmonies of #AD00B8
Complementary color
Monochromatic Colors of #AD00B8
Black with #AD00B8
Text Example
Text Example
White with #AD00B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD00B8; }
p { color: rgb(173,0,184); }
H1.HeaderClassName
{
color: #AD00B8;
}
.AnyTagClassName
{
color: #AD00B8;
}
</style>
background-color css
<style>
a { background-color: #AD00B8; }
a { background-color: rgb(173,0,184); }
div.DivClassName
{
background-color: #AD00B8;
}
.BgClassName
{
background-color: #AD00B8;
}
</style>
border-color css
<style>
span { border-color: #AD00B8; }
span { border-color: rgb(173,0,184); }
td.TdClassName
{
border-color: #AD00B8;
}
.TagClassName
{
border-color: #AD00B8;
}
</style>