Shades of Mulberry #AE5D8F
Tints of Mulberry #AE5D8F
RGB
CMYK
RGB Variations
Color information
#AE5D8F (or 0xAE5D8F) is known color: Mulberry. HEX triplet: AE, 5D and 8F. RGB value is (174,93,143). Sum of RGB (Red+Green+Blue) = 174+93+143=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5D8F is #51A270. Grayscale: #7A7A7A. Windows color (decimal): -5350001 or 9395630. OLE color: 9395630.
HSL color Cylindrical-coordinate representation of color #AE5D8F: hue angle of 322.96º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE5D8F is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 93 | 143 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.32 |
| HSL | 322.96º | 0.33% | 0.52% | - |
| HSV(B) | 322.96º | 0.47% | 0.68% | - |
| XYZ | 26.33 | 18.81 | 28.23 | - |
| YUV | 122.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 93 | 143 | 0 | 0.47 | 0.18 | 0.32 | 322.96 | 0.33 | 0.52 |
| Hex | AE | 5D | 8F | 0 | 2F | 12 | 20 | 143 | 21 | 34 |
| Octal | 256 | 135 | 217 | 0 | 57 | 22 | 40 | 503 | 41 | 64 |
| Binary | 10101110 | 1011101 | 10001111 | 0 | 101111 | 10010 | 100000 | 101000011 | 100001 | 110100 |
Color Harmonies of #AE5D8F
Complementary color
Monochromatic Colors of #AE5D8F
Black with #AE5D8F
Text Example
Text Example
White with #AE5D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5D8F; }
p { color: rgb(174,93,143); }
H1.HeaderClassName
{
color: #AE5D8F;
}
.AnyTagClassName
{
color: #AE5D8F;
}
</style>
background-color css
<style>
a { background-color: #AE5D8F; }
a { background-color: rgb(174,93,143); }
div.DivClassName
{
background-color: #AE5D8F;
}
.BgClassName
{
background-color: #AE5D8F;
}
</style>
border-color css
<style>
span { border-color: #AE5D8F; }
span { border-color: rgb(174,93,143); }
td.TdClassName
{
border-color: #AE5D8F;
}
.TagClassName
{
border-color: #AE5D8F;
}
</style>