Shades of Mulberry #AE5089
Tints of Mulberry #AE5089
RGB
CMYK
RGB Variations
Color information
#AE5089 (or 0xAE5089) is known color: Mulberry. HEX triplet: AE, 50 and 89. RGB value is (174,80,137). Sum of RGB (Red+Green+Blue) = 174+80+137=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5089 is #51AF76. Grayscale: #727272. Windows color (decimal): -5353335 or 8999086. OLE color: 8999086.
HSL color Cylindrical-coordinate representation of color #AE5089: hue angle of 323.62º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE5089 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 137 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.32 |
| HSL | 323.62º | 0.37% | 0.5% | - |
| HSV(B) | 323.62º | 0.54% | 0.68% | - |
| XYZ | 24.84 | 16.54 | 25.55 | - |
| YUV | 114.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 137 | 0 | 0.54 | 0.21 | 0.32 | 323.62 | 0.37 | 0.5 |
| Hex | AE | 50 | 89 | 0 | 36 | 15 | 20 | 144 | 25 | 32 |
| Octal | 256 | 120 | 211 | 0 | 66 | 25 | 40 | 504 | 45 | 62 |
| Binary | 10101110 | 1010000 | 10001001 | 0 | 110110 | 10101 | 100000 | 101000100 | 100101 | 110010 |
Color Harmonies of #AE5089
Complementary color
Monochromatic Colors of #AE5089
Black with #AE5089
Text Example
Text Example
White with #AE5089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5089; }
p { color: rgb(174,80,137); }
H1.HeaderClassName
{
color: #AE5089;
}
.AnyTagClassName
{
color: #AE5089;
}
</style>
background-color css
<style>
a { background-color: #AE5089; }
a { background-color: rgb(174,80,137); }
div.DivClassName
{
background-color: #AE5089;
}
.BgClassName
{
background-color: #AE5089;
}
</style>
border-color css
<style>
span { border-color: #AE5089; }
span { border-color: rgb(174,80,137); }
td.TdClassName
{
border-color: #AE5089;
}
.TagClassName
{
border-color: #AE5089;
}
</style>