Shades of Mulberry #AD508F
Tints of Mulberry #AD508F
RGB
CMYK
RGB Variations
Color information
#AD508F (or 0xAD508F) is known color: Mulberry. HEX triplet: AD, 50 and 8F. RGB value is (173,80,143). Sum of RGB (Red+Green+Blue) = 173+80+143=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD508F is #52AF70. Grayscale: #727272. Windows color (decimal): -5418865 or 9392301. OLE color: 9392301.
HSL color Cylindrical-coordinate representation of color #AD508F: hue angle of 319.35º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD508F is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 143 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.32 |
| HSL | 319.35º | 0.37% | 0.5% | - |
| HSV(B) | 319.35º | 0.54% | 0.68% | - |
| XYZ | 25.06 | 16.6 | 27.87 | - |
| YUV | 114.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 143 | 0 | 0.54 | 0.17 | 0.32 | 319.35 | 0.37 | 0.5 |
| Hex | AD | 50 | 8F | 0 | 36 | 11 | 20 | 13F | 25 | 32 |
| Octal | 255 | 120 | 217 | 0 | 66 | 21 | 40 | 477 | 45 | 62 |
| Binary | 10101101 | 1010000 | 10001111 | 0 | 110110 | 10001 | 100000 | 100111111 | 100101 | 110010 |
Color Harmonies of #AD508F
Complementary color
Monochromatic Colors of #AD508F
Black with #AD508F
Text Example
Text Example
White with #AD508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD508F; }
p { color: rgb(173,80,143); }
H1.HeaderClassName
{
color: #AD508F;
}
.AnyTagClassName
{
color: #AD508F;
}
</style>
background-color css
<style>
a { background-color: #AD508F; }
a { background-color: rgb(173,80,143); }
div.DivClassName
{
background-color: #AD508F;
}
.BgClassName
{
background-color: #AD508F;
}
</style>
border-color css
<style>
span { border-color: #AD508F; }
span { border-color: rgb(173,80,143); }
td.TdClassName
{
border-color: #AD508F;
}
.TagClassName
{
border-color: #AD508F;
}
</style>