Shades of Mulberry #AE558C
Tints of Mulberry #AE558C
RGB
CMYK
RGB Variations
Color information
#AE558C (or 0xAE558C) is known color: Mulberry. HEX triplet: AE, 55 and 8C. RGB value is (174,85,140). Sum of RGB (Red+Green+Blue) = 174+85+140=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE558C is #51AA73. Grayscale: #757575. Windows color (decimal): -5352052 or 9196974. OLE color: 9196974.
HSL color Cylindrical-coordinate representation of color #AE558C: hue angle of 322.92º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE558C is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 85 | 140 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.32 |
| HSL | 322.92º | 0.35% | 0.51% | - |
| HSV(B) | 322.92º | 0.51% | 0.68% | - |
| XYZ | 25.44 | 17.39 | 26.83 | - |
| YUV | 117.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 140 | 0 | 0.51 | 0.20 | 0.32 | 322.92 | 0.35 | 0.51 |
| Hex | AE | 55 | 8C | 0 | 33 | 14 | 20 | 143 | 23 | 33 |
| Octal | 256 | 125 | 214 | 0 | 63 | 24 | 40 | 503 | 43 | 63 |
| Binary | 10101110 | 1010101 | 10001100 | 0 | 110011 | 10100 | 100000 | 101000011 | 100011 | 110011 |
Color Harmonies of #AE558C
Complementary color
Monochromatic Colors of #AE558C
Black with #AE558C
Text Example
Text Example
White with #AE558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE558C; }
p { color: rgb(174,85,140); }
H1.HeaderClassName
{
color: #AE558C;
}
.AnyTagClassName
{
color: #AE558C;
}
</style>
background-color css
<style>
a { background-color: #AE558C; }
a { background-color: rgb(174,85,140); }
div.DivClassName
{
background-color: #AE558C;
}
.BgClassName
{
background-color: #AE558C;
}
</style>
border-color css
<style>
span { border-color: #AE558C; }
span { border-color: rgb(174,85,140); }
td.TdClassName
{
border-color: #AE558C;
}
.TagClassName
{
border-color: #AE558C;
}
</style>