Shades of Mulberry #AE5085
Tints of Mulberry #AE5085
RGB
CMYK
RGB Variations
Color information
#AE5085 (or 0xAE5085) is known color: Mulberry. HEX triplet: AE, 50 and 85. RGB value is (174,80,133). Sum of RGB (Red+Green+Blue) = 174+80+133=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5085 is #51AF7A. Grayscale: #727272. Windows color (decimal): -5353339 or 8736942. OLE color: 8736942.
HSL color Cylindrical-coordinate representation of color #AE5085: hue angle of 326.17º 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 #AE5085 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 133 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.32 |
| HSL | 326.17º | 0.37% | 0.5% | - |
| HSV(B) | 326.17º | 0.54% | 0.68% | - |
| XYZ | 24.56 | 16.43 | 24.07 | - |
| YUV | 114.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 133 | 0 | 0.54 | 0.24 | 0.32 | 326.17 | 0.37 | 0.5 |
| Hex | AE | 50 | 85 | 0 | 36 | 18 | 20 | 146 | 25 | 32 |
| Octal | 256 | 120 | 205 | 0 | 66 | 30 | 40 | 506 | 45 | 62 |
| Binary | 10101110 | 1010000 | 10000101 | 0 | 110110 | 11000 | 100000 | 101000110 | 100101 | 110010 |
Color Harmonies of #AE5085
Complementary color
Monochromatic Colors of #AE5085
Black with #AE5085
Text Example
Text Example
White with #AE5085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5085; }
p { color: rgb(174,80,133); }
H1.HeaderClassName
{
color: #AE5085;
}
.AnyTagClassName
{
color: #AE5085;
}
</style>
background-color css
<style>
a { background-color: #AE5085; }
a { background-color: rgb(174,80,133); }
div.DivClassName
{
background-color: #AE5085;
}
.BgClassName
{
background-color: #AE5085;
}
</style>
border-color css
<style>
span { border-color: #AE5085; }
span { border-color: rgb(174,80,133); }
td.TdClassName
{
border-color: #AE5085;
}
.TagClassName
{
border-color: #AE5085;
}
</style>