Shades of Mulberry #AE5386
Tints of Mulberry #AE5386
RGB
CMYK
RGB Variations
Color information
#AE5386 (or 0xAE5386) is known color: Mulberry. HEX triplet: AE, 53 and 86. RGB value is (174,83,134). Sum of RGB (Red+Green+Blue) = 174+83+134=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5386 is #51AC79. Grayscale: #737373. Windows color (decimal): -5352570 or 8803246. OLE color: 8803246.
HSL color Cylindrical-coordinate representation of color #AE5386: hue angle of 326.37º degrees, saturation: 0.36, 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 #AE5386 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 134 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.32 |
| HSL | 326.37º | 0.36% | 0.5% | - |
| HSV(B) | 326.37º | 0.52% | 0.68% | - |
| XYZ | 24.85 | 16.91 | 24.51 | - |
| YUV | 116.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 134 | 0 | 0.52 | 0.23 | 0.32 | 326.37 | 0.36 | 0.5 |
| Hex | AE | 53 | 86 | 0 | 34 | 17 | 20 | 146 | 24 | 32 |
| Octal | 256 | 123 | 206 | 0 | 64 | 27 | 40 | 506 | 44 | 62 |
| Binary | 10101110 | 1010011 | 10000110 | 0 | 110100 | 10111 | 100000 | 101000110 | 100100 | 110010 |
Color Harmonies of #AE5386
Complementary color
Monochromatic Colors of #AE5386
Black with #AE5386
Text Example
Text Example
White with #AE5386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5386; }
p { color: rgb(174,83,134); }
H1.HeaderClassName
{
color: #AE5386;
}
.AnyTagClassName
{
color: #AE5386;
}
</style>
background-color css
<style>
a { background-color: #AE5386; }
a { background-color: rgb(174,83,134); }
div.DivClassName
{
background-color: #AE5386;
}
.BgClassName
{
background-color: #AE5386;
}
</style>
border-color css
<style>
span { border-color: #AE5386; }
span { border-color: rgb(174,83,134); }
td.TdClassName
{
border-color: #AE5386;
}
.TagClassName
{
border-color: #AE5386;
}
</style>