Shades of Mulberry #AE4988
Tints of Mulberry #AE4988
RGB
CMYK
RGB Variations
Color information
#AE4988 (or 0xAE4988) is known color: Mulberry. HEX triplet: AE, 49 and 88. RGB value is (174,73,136). Sum of RGB (Red+Green+Blue) = 174+73+136=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4988 is #51B677. Grayscale: #6E6E6E. Windows color (decimal): -5355128 or 8931758. OLE color: 8931758.
HSL color Cylindrical-coordinate representation of color #AE4988: hue angle of 322.57º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE4988 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 73 | 136 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.32 |
| HSL | 322.57º | 0.41% | 0.48% | - |
| HSV(B) | 322.57º | 0.58% | 0.68% | - |
| XYZ | 24.28 | 15.54 | 25.01 | - |
| YUV | 110.38 | 142.46 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 73 | 136 | 0 | 0.58 | 0.22 | 0.32 | 322.57 | 0.41 | 0.48 |
| Hex | AE | 49 | 88 | 0 | 3A | 16 | 20 | 143 | 29 | 30 |
| Octal | 256 | 111 | 210 | 0 | 72 | 26 | 40 | 503 | 51 | 60 |
| Binary | 10101110 | 1001001 | 10001000 | 0 | 111010 | 10110 | 100000 | 101000011 | 101001 | 110000 |
Color Harmonies of #AE4988
Complementary color
Monochromatic Colors of #AE4988
Black with #AE4988
Text Example
Text Example
White with #AE4988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4988; }
p { color: rgb(174,73,136); }
H1.HeaderClassName
{
color: #AE4988;
}
.AnyTagClassName
{
color: #AE4988;
}
</style>
background-color css
<style>
a { background-color: #AE4988; }
a { background-color: rgb(174,73,136); }
div.DivClassName
{
background-color: #AE4988;
}
.BgClassName
{
background-color: #AE4988;
}
</style>
border-color css
<style>
span { border-color: #AE4988; }
span { border-color: rgb(174,73,136); }
td.TdClassName
{
border-color: #AE4988;
}
.TagClassName
{
border-color: #AE4988;
}
</style>