Shades of Mulberry #AD528B
Tints of Mulberry #AD528B
RGB
CMYK
RGB Variations
Color information
#AD528B (or 0xAD528B) is known color: Mulberry. HEX triplet: AD, 52 and 8B. RGB value is (173,82,139). Sum of RGB (Red+Green+Blue) = 173+82+139=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD528B is #52AD74. Grayscale: #737373. Windows color (decimal): -5418357 or 9130669. OLE color: 9130669.
HSL color Cylindrical-coordinate representation of color #AD528B: hue angle of 322.42º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD528B is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 139 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.32 |
| HSL | 322.42º | 0.36% | 0.5% | - |
| HSV(B) | 322.42º | 0.53% | 0.68% | - |
| XYZ | 24.91 | 16.78 | 26.35 | - |
| YUV | 115.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 139 | 0 | 0.53 | 0.20 | 0.32 | 322.42 | 0.36 | 0.5 |
| Hex | AD | 52 | 8B | 0 | 35 | 14 | 20 | 142 | 24 | 32 |
| Octal | 255 | 122 | 213 | 0 | 65 | 24 | 40 | 502 | 44 | 62 |
| Binary | 10101101 | 1010010 | 10001011 | 0 | 110101 | 10100 | 100000 | 101000010 | 100100 | 110010 |
Color Harmonies of #AD528B
Complementary color
Monochromatic Colors of #AD528B
Black with #AD528B
Text Example
Text Example
White with #AD528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD528B; }
p { color: rgb(173,82,139); }
H1.HeaderClassName
{
color: #AD528B;
}
.AnyTagClassName
{
color: #AD528B;
}
</style>
background-color css
<style>
a { background-color: #AD528B; }
a { background-color: rgb(173,82,139); }
div.DivClassName
{
background-color: #AD528B;
}
.BgClassName
{
background-color: #AD528B;
}
</style>
border-color css
<style>
span { border-color: #AD528B; }
span { border-color: rgb(173,82,139); }
td.TdClassName
{
border-color: #AD528B;
}
.TagClassName
{
border-color: #AD528B;
}
</style>