Shades of Mulberry #AE508D
Tints of Mulberry #AE508D
RGB
CMYK
RGB Variations
Color information
#AE508D (or 0xAE508D) is known color: Mulberry. HEX triplet: AE, 50 and 8D. RGB value is (174,80,141). Sum of RGB (Red+Green+Blue) = 174+80+141=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE508D is #51AF72. Grayscale: #727272. Windows color (decimal): -5353331 or 9261230. OLE color: 9261230.
HSL color Cylindrical-coordinate representation of color #AE508D: hue angle of 321.06º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE508D is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 141 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.32 |
| HSL | 321.06º | 0.37% | 0.5% | - |
| HSV(B) | 321.06º | 0.54% | 0.68% | - |
| XYZ | 25.13 | 16.66 | 27.09 | - |
| YUV | 115.06 | 142.64 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 141 | 0 | 0.54 | 0.19 | 0.32 | 321.06 | 0.37 | 0.5 |
| Hex | AE | 50 | 8D | 0 | 36 | 13 | 20 | 141 | 25 | 32 |
| Octal | 256 | 120 | 215 | 0 | 66 | 23 | 40 | 501 | 45 | 62 |
| Binary | 10101110 | 1010000 | 10001101 | 0 | 110110 | 10011 | 100000 | 101000001 | 100101 | 110010 |
Color Harmonies of #AE508D
Complementary color
Monochromatic Colors of #AE508D
Black with #AE508D
Text Example
Text Example
White with #AE508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE508D; }
p { color: rgb(174,80,141); }
H1.HeaderClassName
{
color: #AE508D;
}
.AnyTagClassName
{
color: #AE508D;
}
</style>
background-color css
<style>
a { background-color: #AE508D; }
a { background-color: rgb(174,80,141); }
div.DivClassName
{
background-color: #AE508D;
}
.BgClassName
{
background-color: #AE508D;
}
</style>
border-color css
<style>
span { border-color: #AE508D; }
span { border-color: rgb(174,80,141); }
td.TdClassName
{
border-color: #AE508D;
}
.TagClassName
{
border-color: #AE508D;
}
</style>