Shades of Mulberry #AE5488
Tints of Mulberry #AE5488
RGB
CMYK
RGB Variations
Color information
#AE5488 (or 0xAE5488) is known color: Mulberry. HEX triplet: AE, 54 and 88. RGB value is (174,84,136). Sum of RGB (Red+Green+Blue) = 174+84+136=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5488 is #51AB77. Grayscale: #747474. Windows color (decimal): -5352312 or 8934574. OLE color: 8934574.
HSL color Cylindrical-coordinate representation of color #AE5488: hue angle of 325.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5488 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 84 | 136 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.32 |
| HSL | 325.33º | 0.36% | 0.51% | - |
| HSV(B) | 325.33º | 0.52% | 0.68% | - |
| XYZ | 25.07 | 17.12 | 25.28 | - |
| YUV | 116.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 136 | 0 | 0.52 | 0.22 | 0.32 | 325.33 | 0.36 | 0.51 |
| Hex | AE | 54 | 88 | 0 | 34 | 16 | 20 | 145 | 24 | 33 |
| Octal | 256 | 124 | 210 | 0 | 64 | 26 | 40 | 505 | 44 | 63 |
| Binary | 10101110 | 1010100 | 10001000 | 0 | 110100 | 10110 | 100000 | 101000101 | 100100 | 110011 |
Color Harmonies of #AE5488
Complementary color
Monochromatic Colors of #AE5488
Black with #AE5488
Text Example
Text Example
White with #AE5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5488; }
p { color: rgb(174,84,136); }
H1.HeaderClassName
{
color: #AE5488;
}
.AnyTagClassName
{
color: #AE5488;
}
</style>
background-color css
<style>
a { background-color: #AE5488; }
a { background-color: rgb(174,84,136); }
div.DivClassName
{
background-color: #AE5488;
}
.BgClassName
{
background-color: #AE5488;
}
</style>
border-color css
<style>
span { border-color: #AE5488; }
span { border-color: rgb(174,84,136); }
td.TdClassName
{
border-color: #AE5488;
}
.TagClassName
{
border-color: #AE5488;
}
</style>