Shades of Deep Magenta #AD07BB
Tints of Deep Magenta #AD07BB
RGB
CMYK
RGB Variations
Color information
#AD07BB (or 0xAD07BB) is known color: Deep Magenta. HEX triplet: AD, 07 and BB. RGB value is (173,7,187). Sum of RGB (Red+Green+Blue) = 173+7+187=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD07BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD07BB is #52F844. Grayscale: #4C4C4C. Windows color (decimal): -5437509 or 12257197. OLE color: 12257197.
HSL color Cylindrical-coordinate representation of color #AD07BB: hue angle of 295.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD07BB is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 7 | 187 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.27 |
| HSL | 295.33º | 0.93% | 0.38% | - |
| HSV(B) | 295.33º | 0.96% | 0.73% | - |
| XYZ | 26.28 | 12.62 | 48.07 | - |
| YUV | 77.15 | 190 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 187 | 0.07 | 0.96 | 0 | 0.27 | 295.33 | 0.93 | 0.38 |
| Hex | AD | 7 | BB | 7 | 60 | 0 | 1B | 127 | 5D | 26 |
| Octal | 255 | 7 | 273 | 7 | 140 | 0 | 33 | 447 | 135 | 46 |
| Binary | 10101101 | 111 | 10111011 | 111 | 1100000 | 0 | 11011 | 100100111 | 1011101 | 100110 |
Color Harmonies of #AD07BB
Complementary color
Monochromatic Colors of #AD07BB
Black with #AD07BB
Text Example
Text Example
White with #AD07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD07BB; }
p { color: rgb(173,7,187); }
H1.HeaderClassName
{
color: #AD07BB;
}
.AnyTagClassName
{
color: #AD07BB;
}
</style>
background-color css
<style>
a { background-color: #AD07BB; }
a { background-color: rgb(173,7,187); }
div.DivClassName
{
background-color: #AD07BB;
}
.BgClassName
{
background-color: #AD07BB;
}
</style>
border-color css
<style>
span { border-color: #AD07BB; }
span { border-color: rgb(173,7,187); }
td.TdClassName
{
border-color: #AD07BB;
}
.TagClassName
{
border-color: #AD07BB;
}
</style>