Shades of Mulberry #AE5095
Tints of Mulberry #AE5095
RGB
CMYK
RGB Variations
Color information
#AE5095 (or 0xAE5095) is known color: Mulberry. HEX triplet: AE, 50 and 95. RGB value is (174,80,149). Sum of RGB (Red+Green+Blue) = 174+80+149=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5095 is #51AF6A. Grayscale: #737373. Windows color (decimal): -5353323 or 9785518. OLE color: 9785518.
HSL color Cylindrical-coordinate representation of color #AE5095: hue angle of 315.96º 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 #AE5095 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 149 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.32 |
| HSL | 315.96º | 0.37% | 0.5% | - |
| HSV(B) | 315.96º | 0.54% | 0.68% | - |
| XYZ | 25.75 | 16.91 | 30.34 | - |
| YUV | 115.97 | 146.64 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 149 | 0 | 0.54 | 0.14 | 0.32 | 315.96 | 0.37 | 0.5 |
| Hex | AE | 50 | 95 | 0 | 36 | E | 20 | 13C | 25 | 32 |
| Octal | 256 | 120 | 225 | 0 | 66 | 16 | 40 | 474 | 45 | 62 |
| Binary | 10101110 | 1010000 | 10010101 | 0 | 110110 | 1110 | 100000 | 100111100 | 100101 | 110010 |
Color Harmonies of #AE5095
Complementary color
Monochromatic Colors of #AE5095
Black with #AE5095
Text Example
Text Example
White with #AE5095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5095; }
p { color: rgb(174,80,149); }
H1.HeaderClassName
{
color: #AE5095;
}
.AnyTagClassName
{
color: #AE5095;
}
</style>
background-color css
<style>
a { background-color: #AE5095; }
a { background-color: rgb(174,80,149); }
div.DivClassName
{
background-color: #AE5095;
}
.BgClassName
{
background-color: #AE5095;
}
</style>
border-color css
<style>
span { border-color: #AE5095; }
span { border-color: rgb(174,80,149); }
td.TdClassName
{
border-color: #AE5095;
}
.TagClassName
{
border-color: #AE5095;
}
</style>