Shades of Mulberry #AE5088
Tints of Mulberry #AE5088
RGB
CMYK
RGB Variations
Color information
#AE5088 (or 0xAE5088) is known color: Mulberry. HEX triplet: AE, 50 and 88. RGB value is (174,80,136). Sum of RGB (Red+Green+Blue) = 174+80+136=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5088 is #51AF77. Grayscale: #727272. Windows color (decimal): -5353336 or 8933550. OLE color: 8933550.
HSL color Cylindrical-coordinate representation of color #AE5088: hue angle of 324.26º 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 #AE5088 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 136 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.32 |
| HSL | 324.26º | 0.37% | 0.5% | - |
| HSV(B) | 324.26º | 0.54% | 0.68% | - |
| XYZ | 24.77 | 16.51 | 25.17 | - |
| YUV | 114.49 | 140.14 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 136 | 0 | 0.54 | 0.22 | 0.32 | 324.26 | 0.37 | 0.5 |
| Hex | AE | 50 | 88 | 0 | 36 | 16 | 20 | 144 | 25 | 32 |
| Octal | 256 | 120 | 210 | 0 | 66 | 26 | 40 | 504 | 45 | 62 |
| Binary | 10101110 | 1010000 | 10001000 | 0 | 110110 | 10110 | 100000 | 101000100 | 100101 | 110010 |
Color Harmonies of #AE5088
Complementary color
Monochromatic Colors of #AE5088
Black with #AE5088
Text Example
Text Example
White with #AE5088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5088; }
p { color: rgb(174,80,136); }
H1.HeaderClassName
{
color: #AE5088;
}
.AnyTagClassName
{
color: #AE5088;
}
</style>
background-color css
<style>
a { background-color: #AE5088; }
a { background-color: rgb(174,80,136); }
div.DivClassName
{
background-color: #AE5088;
}
.BgClassName
{
background-color: #AE5088;
}
</style>
border-color css
<style>
span { border-color: #AE5088; }
span { border-color: rgb(174,80,136); }
td.TdClassName
{
border-color: #AE5088;
}
.TagClassName
{
border-color: #AE5088;
}
</style>