Shades of Mulberry #AE5295
Tints of Mulberry #AE5295
RGB
CMYK
RGB Variations
Color information
#AE5295 (or 0xAE5295) is known color: Mulberry. HEX triplet: AE, 52 and 95. RGB value is (174,82,149). Sum of RGB (Red+Green+Blue) = 174+82+149=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5295 is #51AD6A. Grayscale: #747474. Windows color (decimal): -5352811 or 9786030. OLE color: 9786030.
HSL color Cylindrical-coordinate representation of color #AE5295: hue angle of 316.3º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE5295 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 82 | 149 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.32 |
| HSL | 316.3º | 0.36% | 0.5% | - |
| HSV(B) | 316.3º | 0.53% | 0.68% | - |
| XYZ | 25.9 | 17.2 | 30.39 | - |
| YUV | 117.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 82 | 149 | 0 | 0.53 | 0.14 | 0.32 | 316.3 | 0.36 | 0.5 |
| Hex | AE | 52 | 95 | 0 | 35 | E | 20 | 13C | 24 | 32 |
| Octal | 256 | 122 | 225 | 0 | 65 | 16 | 40 | 474 | 44 | 62 |
| Binary | 10101110 | 1010010 | 10010101 | 0 | 110101 | 1110 | 100000 | 100111100 | 100100 | 110010 |
Color Harmonies of #AE5295
Complementary color
Monochromatic Colors of #AE5295
Black with #AE5295
Text Example
Text Example
White with #AE5295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5295; }
p { color: rgb(174,82,149); }
H1.HeaderClassName
{
color: #AE5295;
}
.AnyTagClassName
{
color: #AE5295;
}
</style>
background-color css
<style>
a { background-color: #AE5295; }
a { background-color: rgb(174,82,149); }
div.DivClassName
{
background-color: #AE5295;
}
.BgClassName
{
background-color: #AE5295;
}
</style>
border-color css
<style>
span { border-color: #AE5295; }
span { border-color: rgb(174,82,149); }
td.TdClassName
{
border-color: #AE5295;
}
.TagClassName
{
border-color: #AE5295;
}
</style>