Shades of Mulberry #AD508E
Tints of Mulberry #AD508E
RGB
CMYK
RGB Variations
Color information
#AD508E (or 0xAD508E) is known color: Mulberry. HEX triplet: AD, 50 and 8E. RGB value is (173,80,142). Sum of RGB (Red+Green+Blue) = 173+80+142=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD508E is #52AF71. Grayscale: #727272. Windows color (decimal): -5418866 or 9326765. OLE color: 9326765.
HSL color Cylindrical-coordinate representation of color #AD508E: hue angle of 320º 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 #AD508E is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 142 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.32 |
| HSL | 320º | 0.37% | 0.5% | - |
| HSV(B) | 320º | 0.54% | 0.68% | - |
| XYZ | 24.98 | 16.57 | 27.47 | - |
| YUV | 114.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 142 | 0 | 0.54 | 0.18 | 0.32 | 320 | 0.37 | 0.5 |
| Hex | AD | 50 | 8E | 0 | 36 | 12 | 20 | 140 | 25 | 32 |
| Octal | 255 | 120 | 216 | 0 | 66 | 22 | 40 | 500 | 45 | 62 |
| Binary | 10101101 | 1010000 | 10001110 | 0 | 110110 | 10010 | 100000 | 101000000 | 100101 | 110010 |
Color Harmonies of #AD508E
Complementary color
Monochromatic Colors of #AD508E
Black with #AD508E
Text Example
Text Example
White with #AD508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD508E; }
p { color: rgb(173,80,142); }
H1.HeaderClassName
{
color: #AD508E;
}
.AnyTagClassName
{
color: #AD508E;
}
</style>
background-color css
<style>
a { background-color: #AD508E; }
a { background-color: rgb(173,80,142); }
div.DivClassName
{
background-color: #AD508E;
}
.BgClassName
{
background-color: #AD508E;
}
</style>
border-color css
<style>
span { border-color: #AD508E; }
span { border-color: rgb(173,80,142); }
td.TdClassName
{
border-color: #AD508E;
}
.TagClassName
{
border-color: #AD508E;
}
</style>