Shades of Mulberry #AE5C91
Tints of Mulberry #AE5C91
RGB
CMYK
RGB Variations
Color information
#AE5C91 (or 0xAE5C91) is known color: Mulberry. HEX triplet: AE, 5C and 91. RGB value is (174,92,145). Sum of RGB (Red+Green+Blue) = 174+92+145=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5C91 is #51A36E. Grayscale: #7A7A7A. Windows color (decimal): -5350255 or 9526446. OLE color: 9526446.
HSL color Cylindrical-coordinate representation of color #AE5C91: hue angle of 321.22º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE5C91 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 92 | 145 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.32 |
| HSL | 321.22º | 0.34% | 0.52% | - |
| HSV(B) | 321.22º | 0.47% | 0.68% | - |
| XYZ | 26.39 | 18.7 | 29.01 | - |
| YUV | 122.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 92 | 145 | 0 | 0.47 | 0.17 | 0.32 | 321.22 | 0.34 | 0.52 |
| Hex | AE | 5C | 91 | 0 | 2F | 11 | 20 | 141 | 22 | 34 |
| Octal | 256 | 134 | 221 | 0 | 57 | 21 | 40 | 501 | 42 | 64 |
| Binary | 10101110 | 1011100 | 10010001 | 0 | 101111 | 10001 | 100000 | 101000001 | 100010 | 110100 |
Color Harmonies of #AE5C91
Complementary color
Monochromatic Colors of #AE5C91
Black with #AE5C91
Text Example
Text Example
White with #AE5C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5C91; }
p { color: rgb(174,92,145); }
H1.HeaderClassName
{
color: #AE5C91;
}
.AnyTagClassName
{
color: #AE5C91;
}
</style>
background-color css
<style>
a { background-color: #AE5C91; }
a { background-color: rgb(174,92,145); }
div.DivClassName
{
background-color: #AE5C91;
}
.BgClassName
{
background-color: #AE5C91;
}
</style>
border-color css
<style>
span { border-color: #AE5C91; }
span { border-color: rgb(174,92,145); }
td.TdClassName
{
border-color: #AE5C91;
}
.TagClassName
{
border-color: #AE5C91;
}
</style>