Shades of Mulberry #AE5686
Tints of Mulberry #AE5686
RGB
CMYK
RGB Variations
Color information
#AE5686 (or 0xAE5686) is known color: Mulberry. HEX triplet: AE, 56 and 86. RGB value is (174,86,134). Sum of RGB (Red+Green+Blue) = 174+86+134=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5686 is #51A979. Grayscale: #757575. Windows color (decimal): -5351802 or 8804014. OLE color: 8804014.
HSL color Cylindrical-coordinate representation of color #AE5686: hue angle of 327.27º 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 #AE5686 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 86 | 134 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.32 |
| HSL | 327.27º | 0.35% | 0.51% | - |
| HSV(B) | 327.27º | 0.51% | 0.68% | - |
| XYZ | 25.09 | 17.38 | 24.59 | - |
| YUV | 117.78 | 137.15 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 86 | 134 | 0 | 0.51 | 0.23 | 0.32 | 327.27 | 0.35 | 0.51 |
| Hex | AE | 56 | 86 | 0 | 33 | 17 | 20 | 147 | 23 | 33 |
| Octal | 256 | 126 | 206 | 0 | 63 | 27 | 40 | 507 | 43 | 63 |
| Binary | 10101110 | 1010110 | 10000110 | 0 | 110011 | 10111 | 100000 | 101000111 | 100011 | 110011 |
Color Harmonies of #AE5686
Complementary color
Monochromatic Colors of #AE5686
Black with #AE5686
Text Example
Text Example
White with #AE5686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5686; }
p { color: rgb(174,86,134); }
H1.HeaderClassName
{
color: #AE5686;
}
.AnyTagClassName
{
color: #AE5686;
}
</style>
background-color css
<style>
a { background-color: #AE5686; }
a { background-color: rgb(174,86,134); }
div.DivClassName
{
background-color: #AE5686;
}
.BgClassName
{
background-color: #AE5686;
}
</style>
border-color css
<style>
span { border-color: #AE5686; }
span { border-color: rgb(174,86,134); }
td.TdClassName
{
border-color: #AE5686;
}
.TagClassName
{
border-color: #AE5686;
}
</style>