Shades of Mulberry #AE558E
Tints of Mulberry #AE558E
RGB
CMYK
RGB Variations
Color information
#AE558E (or 0xAE558E) is known color: Mulberry. HEX triplet: AE, 55 and 8E. RGB value is (174,85,142). Sum of RGB (Red+Green+Blue) = 174+85+142=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE558E is #51AA71. Grayscale: #757575. Windows color (decimal): -5352050 or 9328046. OLE color: 9328046.
HSL color Cylindrical-coordinate representation of color #AE558E: hue angle of 321.57º 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 #AE558E is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 85 | 142 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.32 |
| HSL | 321.57º | 0.35% | 0.51% | - |
| HSV(B) | 321.57º | 0.51% | 0.68% | - |
| XYZ | 25.59 | 17.45 | 27.61 | - |
| YUV | 118.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 142 | 0 | 0.51 | 0.18 | 0.32 | 321.57 | 0.35 | 0.51 |
| Hex | AE | 55 | 8E | 0 | 33 | 12 | 20 | 142 | 23 | 33 |
| Octal | 256 | 125 | 216 | 0 | 63 | 22 | 40 | 502 | 43 | 63 |
| Binary | 10101110 | 1010101 | 10001110 | 0 | 110011 | 10010 | 100000 | 101000010 | 100011 | 110011 |
Color Harmonies of #AE558E
Complementary color
Monochromatic Colors of #AE558E
Black with #AE558E
Text Example
Text Example
White with #AE558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE558E; }
p { color: rgb(174,85,142); }
H1.HeaderClassName
{
color: #AE558E;
}
.AnyTagClassName
{
color: #AE558E;
}
</style>
background-color css
<style>
a { background-color: #AE558E; }
a { background-color: rgb(174,85,142); }
div.DivClassName
{
background-color: #AE558E;
}
.BgClassName
{
background-color: #AE558E;
}
</style>
border-color css
<style>
span { border-color: #AE558E; }
span { border-color: rgb(174,85,142); }
td.TdClassName
{
border-color: #AE558E;
}
.TagClassName
{
border-color: #AE558E;
}
</style>