Shades of Mulberry #AD558A
Tints of Mulberry #AD558A
RGB
CMYK
RGB Variations
Color information
#AD558A (or 0xAD558A) is known color: Mulberry. HEX triplet: AD, 55 and 8A. RGB value is (173,85,138). Sum of RGB (Red+Green+Blue) = 173+85+138=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD558A is #52AA75. Grayscale: #757575. Windows color (decimal): -5417590 or 9065901. OLE color: 9065901.
HSL color Cylindrical-coordinate representation of color #AD558A: hue angle of 323.86º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD558A is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 138 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.32 |
| HSL | 323.86º | 0.35% | 0.51% | - |
| HSV(B) | 323.86º | 0.51% | 0.68% | - |
| XYZ | 25.07 | 17.22 | 26.05 | - |
| YUV | 117.35 | 139.65 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 138 | 0 | 0.51 | 0.20 | 0.32 | 323.86 | 0.35 | 0.51 |
| Hex | AD | 55 | 8A | 0 | 33 | 14 | 20 | 144 | 23 | 33 |
| Octal | 255 | 125 | 212 | 0 | 63 | 24 | 40 | 504 | 43 | 63 |
| Binary | 10101101 | 1010101 | 10001010 | 0 | 110011 | 10100 | 100000 | 101000100 | 100011 | 110011 |
Color Harmonies of #AD558A
Complementary color
Monochromatic Colors of #AD558A
Black with #AD558A
Text Example
Text Example
White with #AD558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD558A; }
p { color: rgb(173,85,138); }
H1.HeaderClassName
{
color: #AD558A;
}
.AnyTagClassName
{
color: #AD558A;
}
</style>
background-color css
<style>
a { background-color: #AD558A; }
a { background-color: rgb(173,85,138); }
div.DivClassName
{
background-color: #AD558A;
}
.BgClassName
{
background-color: #AD558A;
}
</style>
border-color css
<style>
span { border-color: #AD558A; }
span { border-color: rgb(173,85,138); }
td.TdClassName
{
border-color: #AD558A;
}
.TagClassName
{
border-color: #AD558A;
}
</style>