Shades of Mulberry #AD5E8F
Tints of Mulberry #AD5E8F
RGB
CMYK
RGB Variations
Color information
#AD5E8F (or 0xAD5E8F) is known color: Mulberry. HEX triplet: AD, 5E and 8F. RGB value is (173,94,143). Sum of RGB (Red+Green+Blue) = 173+94+143=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5E8F is #52A170. Grayscale: #7B7B7B. Windows color (decimal): -5415281 or 9395885. OLE color: 9395885.
HSL color Cylindrical-coordinate representation of color #AD5E8F: hue angle of 322.78º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD5E8F is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 143 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.32 |
| HSL | 322.78º | 0.33% | 0.52% | - |
| HSV(B) | 322.78º | 0.46% | 0.68% | - |
| XYZ | 26.19 | 18.87 | 28.25 | - |
| YUV | 123.21 | 139.17 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 143 | 0 | 0.46 | 0.17 | 0.32 | 322.78 | 0.33 | 0.52 |
| Hex | AD | 5E | 8F | 0 | 2E | 11 | 20 | 143 | 21 | 34 |
| Octal | 255 | 136 | 217 | 0 | 56 | 21 | 40 | 503 | 41 | 64 |
| Binary | 10101101 | 1011110 | 10001111 | 0 | 101110 | 10001 | 100000 | 101000011 | 100001 | 110100 |
Color Harmonies of #AD5E8F
Complementary color
Monochromatic Colors of #AD5E8F
Black with #AD5E8F
Text Example
Text Example
White with #AD5E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E8F; }
p { color: rgb(173,94,143); }
H1.HeaderClassName
{
color: #AD5E8F;
}
.AnyTagClassName
{
color: #AD5E8F;
}
</style>
background-color css
<style>
a { background-color: #AD5E8F; }
a { background-color: rgb(173,94,143); }
div.DivClassName
{
background-color: #AD5E8F;
}
.BgClassName
{
background-color: #AD5E8F;
}
</style>
border-color css
<style>
span { border-color: #AD5E8F; }
span { border-color: rgb(173,94,143); }
td.TdClassName
{
border-color: #AD5E8F;
}
.TagClassName
{
border-color: #AD5E8F;
}
</style>