Shades of Mulberry #AE5092
Tints of Mulberry #AE5092
RGB
CMYK
RGB Variations
Color information
#AE5092 (or 0xAE5092) is known color: Mulberry. HEX triplet: AE, 50 and 92. RGB value is (174,80,146). Sum of RGB (Red+Green+Blue) = 174+80+146=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5092 is #51AF6D. Grayscale: #737373. Windows color (decimal): -5353326 or 9588910. OLE color: 9588910.
HSL color Cylindrical-coordinate representation of color #AE5092: hue angle of 317.87º 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 #AE5092 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 146 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.32 |
| HSL | 317.87º | 0.37% | 0.5% | - |
| HSV(B) | 317.87º | 0.54% | 0.68% | - |
| XYZ | 25.51 | 16.81 | 29.09 | - |
| YUV | 115.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 146 | 0 | 0.54 | 0.16 | 0.32 | 317.87 | 0.37 | 0.5 |
| Hex | AE | 50 | 92 | 0 | 36 | 10 | 20 | 13E | 25 | 32 |
| Octal | 256 | 120 | 222 | 0 | 66 | 20 | 40 | 476 | 45 | 62 |
| Binary | 10101110 | 1010000 | 10010010 | 0 | 110110 | 10000 | 100000 | 100111110 | 100101 | 110010 |
Color Harmonies of #AE5092
Complementary color
Monochromatic Colors of #AE5092
Black with #AE5092
Text Example
Text Example
White with #AE5092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5092; }
p { color: rgb(174,80,146); }
H1.HeaderClassName
{
color: #AE5092;
}
.AnyTagClassName
{
color: #AE5092;
}
</style>
background-color css
<style>
a { background-color: #AE5092; }
a { background-color: rgb(174,80,146); }
div.DivClassName
{
background-color: #AE5092;
}
.BgClassName
{
background-color: #AE5092;
}
</style>
border-color css
<style>
span { border-color: #AE5092; }
span { border-color: rgb(174,80,146); }
td.TdClassName
{
border-color: #AE5092;
}
.TagClassName
{
border-color: #AE5092;
}
</style>