Shades of Mulberry #AE5389
Tints of Mulberry #AE5389
RGB
CMYK
RGB Variations
Color information
#AE5389 (or 0xAE5389) is known color: Mulberry. HEX triplet: AE, 53 and 89. RGB value is (174,83,137). Sum of RGB (Red+Green+Blue) = 174+83+137=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5389 is #51AC76. Grayscale: #747474. Windows color (decimal): -5352567 or 8999854. OLE color: 8999854.
HSL color Cylindrical-coordinate representation of color #AE5389: hue angle of 324.4º 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 #AE5389 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 137 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.32 |
| HSL | 324.4º | 0.36% | 0.5% | - |
| HSV(B) | 324.4º | 0.52% | 0.68% | - |
| XYZ | 25.06 | 16.99 | 25.63 | - |
| YUV | 116.37 | 139.65 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 137 | 0 | 0.52 | 0.21 | 0.32 | 324.4 | 0.36 | 0.5 |
| Hex | AE | 53 | 89 | 0 | 34 | 15 | 20 | 144 | 24 | 32 |
| Octal | 256 | 123 | 211 | 0 | 64 | 25 | 40 | 504 | 44 | 62 |
| Binary | 10101110 | 1010011 | 10001001 | 0 | 110100 | 10101 | 100000 | 101000100 | 100100 | 110010 |
Color Harmonies of #AE5389
Complementary color
Monochromatic Colors of #AE5389
Black with #AE5389
Text Example
Text Example
White with #AE5389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5389; }
p { color: rgb(174,83,137); }
H1.HeaderClassName
{
color: #AE5389;
}
.AnyTagClassName
{
color: #AE5389;
}
</style>
background-color css
<style>
a { background-color: #AE5389; }
a { background-color: rgb(174,83,137); }
div.DivClassName
{
background-color: #AE5389;
}
.BgClassName
{
background-color: #AE5389;
}
</style>
border-color css
<style>
span { border-color: #AE5389; }
span { border-color: rgb(174,83,137); }
td.TdClassName
{
border-color: #AE5389;
}
.TagClassName
{
border-color: #AE5389;
}
</style>