Shades of Mulberry #AE558B
Tints of Mulberry #AE558B
RGB
CMYK
RGB Variations
Color information
#AE558B (or 0xAE558B) is known color: Mulberry. HEX triplet: AE, 55 and 8B. RGB value is (174,85,139). Sum of RGB (Red+Green+Blue) = 174+85+139=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE558B is #51AA74. Grayscale: #757575. Windows color (decimal): -5352053 or 9131438. OLE color: 9131438.
HSL color Cylindrical-coordinate representation of color #AE558B: hue angle of 323.6º 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 #AE558B is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 85 | 139 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.32 |
| HSL | 323.6º | 0.35% | 0.51% | - |
| HSV(B) | 323.6º | 0.51% | 0.68% | - |
| XYZ | 25.36 | 17.36 | 26.44 | - |
| YUV | 117.77 | 139.99 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 139 | 0 | 0.51 | 0.20 | 0.32 | 323.6 | 0.35 | 0.51 |
| Hex | AE | 55 | 8B | 0 | 33 | 14 | 20 | 144 | 23 | 33 |
| Octal | 256 | 125 | 213 | 0 | 63 | 24 | 40 | 504 | 43 | 63 |
| Binary | 10101110 | 1010101 | 10001011 | 0 | 110011 | 10100 | 100000 | 101000100 | 100011 | 110011 |
Color Harmonies of #AE558B
Complementary color
Monochromatic Colors of #AE558B
Black with #AE558B
Text Example
Text Example
White with #AE558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE558B; }
p { color: rgb(174,85,139); }
H1.HeaderClassName
{
color: #AE558B;
}
.AnyTagClassName
{
color: #AE558B;
}
</style>
background-color css
<style>
a { background-color: #AE558B; }
a { background-color: rgb(174,85,139); }
div.DivClassName
{
background-color: #AE558B;
}
.BgClassName
{
background-color: #AE558B;
}
</style>
border-color css
<style>
span { border-color: #AE558B; }
span { border-color: rgb(174,85,139); }
td.TdClassName
{
border-color: #AE558B;
}
.TagClassName
{
border-color: #AE558B;
}
</style>