Shades of Mulberry #AE528D
Tints of Mulberry #AE528D
RGB
CMYK
RGB Variations
Color information
#AE528D (or 0xAE528D) is known color: Mulberry. HEX triplet: AE, 52 and 8D. RGB value is (174,82,141). Sum of RGB (Red+Green+Blue) = 174+82+141=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE528D is #51AD72. Grayscale: #747474. Windows color (decimal): -5352819 or 9261742. OLE color: 9261742.
HSL color Cylindrical-coordinate representation of color #AE528D: hue angle of 321.52º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE528D is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 82 | 141 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.32 |
| HSL | 321.52º | 0.36% | 0.5% | - |
| HSV(B) | 321.52º | 0.53% | 0.68% | - |
| XYZ | 25.28 | 16.96 | 27.14 | - |
| YUV | 116.23 | 141.98 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 82 | 141 | 0 | 0.53 | 0.19 | 0.32 | 321.52 | 0.36 | 0.5 |
| Hex | AE | 52 | 8D | 0 | 35 | 13 | 20 | 142 | 24 | 32 |
| Octal | 256 | 122 | 215 | 0 | 65 | 23 | 40 | 502 | 44 | 62 |
| Binary | 10101110 | 1010010 | 10001101 | 0 | 110101 | 10011 | 100000 | 101000010 | 100100 | 110010 |
Color Harmonies of #AE528D
Complementary color
Monochromatic Colors of #AE528D
Black with #AE528D
Text Example
Text Example
White with #AE528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE528D; }
p { color: rgb(174,82,141); }
H1.HeaderClassName
{
color: #AE528D;
}
.AnyTagClassName
{
color: #AE528D;
}
</style>
background-color css
<style>
a { background-color: #AE528D; }
a { background-color: rgb(174,82,141); }
div.DivClassName
{
background-color: #AE528D;
}
.BgClassName
{
background-color: #AE528D;
}
</style>
border-color css
<style>
span { border-color: #AE528D; }
span { border-color: rgb(174,82,141); }
td.TdClassName
{
border-color: #AE528D;
}
.TagClassName
{
border-color: #AE528D;
}
</style>