Shades of Mulberry #AE538D
Tints of Mulberry #AE538D
RGB
CMYK
RGB Variations
Color information
#AE538D (or 0xAE538D) is known color: Mulberry. HEX triplet: AE, 53 and 8D. RGB value is (174,83,141). Sum of RGB (Red+Green+Blue) = 174+83+141=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE538D is #51AC72. Grayscale: #747474. Windows color (decimal): -5352563 or 9261998. OLE color: 9261998.
HSL color Cylindrical-coordinate representation of color #AE538D: hue angle of 321.76º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE538D is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 141 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.32 |
| HSL | 321.76º | 0.36% | 0.5% | - |
| HSV(B) | 321.76º | 0.52% | 0.68% | - |
| XYZ | 25.36 | 17.11 | 27.17 | - |
| YUV | 116.82 | 141.65 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 141 | 0 | 0.52 | 0.19 | 0.32 | 321.76 | 0.36 | 0.5 |
| Hex | AE | 53 | 8D | 0 | 34 | 13 | 20 | 142 | 24 | 32 |
| Octal | 256 | 123 | 215 | 0 | 64 | 23 | 40 | 502 | 44 | 62 |
| Binary | 10101110 | 1010011 | 10001101 | 0 | 110100 | 10011 | 100000 | 101000010 | 100100 | 110010 |
Color Harmonies of #AE538D
Complementary color
Monochromatic Colors of #AE538D
Black with #AE538D
Text Example
Text Example
White with #AE538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE538D; }
p { color: rgb(174,83,141); }
H1.HeaderClassName
{
color: #AE538D;
}
.AnyTagClassName
{
color: #AE538D;
}
</style>
background-color css
<style>
a { background-color: #AE538D; }
a { background-color: rgb(174,83,141); }
div.DivClassName
{
background-color: #AE538D;
}
.BgClassName
{
background-color: #AE538D;
}
</style>
border-color css
<style>
span { border-color: #AE538D; }
span { border-color: rgb(174,83,141); }
td.TdClassName
{
border-color: #AE538D;
}
.TagClassName
{
border-color: #AE538D;
}
</style>