Shades of Mulberry #AD538F
Tints of Mulberry #AD538F
RGB
CMYK
RGB Variations
Color information
#AD538F (or 0xAD538F) is known color: Mulberry. HEX triplet: AD, 53 and 8F. RGB value is (173,83,143). Sum of RGB (Red+Green+Blue) = 173+83+143=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD538F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD538F is #52AC70. Grayscale: #747474. Windows color (decimal): -5418097 or 9393069. OLE color: 9393069.
HSL color Cylindrical-coordinate representation of color #AD538F: hue angle of 320º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD538F is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 143 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.32 |
| HSL | 320º | 0.35% | 0.5% | - |
| HSV(B) | 320º | 0.52% | 0.68% | - |
| XYZ | 25.28 | 17.05 | 27.95 | - |
| YUV | 116.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 143 | 0 | 0.52 | 0.17 | 0.32 | 320 | 0.35 | 0.5 |
| Hex | AD | 53 | 8F | 0 | 34 | 11 | 20 | 140 | 23 | 32 |
| Octal | 255 | 123 | 217 | 0 | 64 | 21 | 40 | 500 | 43 | 62 |
| Binary | 10101101 | 1010011 | 10001111 | 0 | 110100 | 10001 | 100000 | 101000000 | 100011 | 110010 |
Color Harmonies of #AD538F
Complementary color
Monochromatic Colors of #AD538F
Black with #AD538F
Text Example
Text Example
White with #AD538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD538F; }
p { color: rgb(173,83,143); }
H1.HeaderClassName
{
color: #AD538F;
}
.AnyTagClassName
{
color: #AD538F;
}
</style>
background-color css
<style>
a { background-color: #AD538F; }
a { background-color: rgb(173,83,143); }
div.DivClassName
{
background-color: #AD538F;
}
.BgClassName
{
background-color: #AD538F;
}
</style>
border-color css
<style>
span { border-color: #AD538F; }
span { border-color: rgb(173,83,143); }
td.TdClassName
{
border-color: #AD538F;
}
.TagClassName
{
border-color: #AD538F;
}
</style>