Shades of Mulberry #AE5A92
Tints of Mulberry #AE5A92
RGB
CMYK
RGB Variations
Color information
#AE5A92 (or 0xAE5A92) is known color: Mulberry. HEX triplet: AE, 5A and 92. RGB value is (174,90,146). Sum of RGB (Red+Green+Blue) = 174+90+146=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5A92 is #51A56D. Grayscale: #797979. Windows color (decimal): -5350766 or 9591470. OLE color: 9591470.
HSL color Cylindrical-coordinate representation of color #AE5A92: hue angle of 320º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE5A92 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 90 | 146 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.32 |
| HSL | 320º | 0.34% | 0.52% | - |
| HSV(B) | 320º | 0.48% | 0.68% | - |
| XYZ | 26.3 | 18.39 | 29.36 | - |
| YUV | 121.5 | 141.83 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 90 | 146 | 0 | 0.48 | 0.16 | 0.32 | 320 | 0.34 | 0.52 |
| Hex | AE | 5A | 92 | 0 | 30 | 10 | 20 | 140 | 22 | 34 |
| Octal | 256 | 132 | 222 | 0 | 60 | 20 | 40 | 500 | 42 | 64 |
| Binary | 10101110 | 1011010 | 10010010 | 0 | 110000 | 10000 | 100000 | 101000000 | 100010 | 110100 |
Color Harmonies of #AE5A92
Complementary color
Monochromatic Colors of #AE5A92
Black with #AE5A92
Text Example
Text Example
White with #AE5A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5A92; }
p { color: rgb(174,90,146); }
H1.HeaderClassName
{
color: #AE5A92;
}
.AnyTagClassName
{
color: #AE5A92;
}
</style>
background-color css
<style>
a { background-color: #AE5A92; }
a { background-color: rgb(174,90,146); }
div.DivClassName
{
background-color: #AE5A92;
}
.BgClassName
{
background-color: #AE5A92;
}
</style>
border-color css
<style>
span { border-color: #AE5A92; }
span { border-color: rgb(174,90,146); }
td.TdClassName
{
border-color: #AE5A92;
}
.TagClassName
{
border-color: #AE5A92;
}
</style>