Shades of Mulberry #AE4D8F
Tints of Mulberry #AE4D8F
RGB
CMYK
RGB Variations
Color information
#AE4D8F (or 0xAE4D8F) is known color: Mulberry. HEX triplet: AE, 4D and 8F. RGB value is (174,77,143). Sum of RGB (Red+Green+Blue) = 174+77+143=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4D8F is #51B270. Grayscale: #717171. Windows color (decimal): -5354097 or 9391534. OLE color: 9391534.
HSL color Cylindrical-coordinate representation of color #AE4D8F: hue angle of 319.18º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE4D8F is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 77 | 143 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.32 |
| HSL | 319.18º | 0.39% | 0.49% | - |
| HSV(B) | 319.18º | 0.56% | 0.68% | - |
| XYZ | 25.07 | 16.29 | 27.81 | - |
| YUV | 113.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 77 | 143 | 0 | 0.56 | 0.18 | 0.32 | 319.18 | 0.39 | 0.49 |
| Hex | AE | 4D | 8F | 0 | 38 | 12 | 20 | 13F | 27 | 31 |
| Octal | 256 | 115 | 217 | 0 | 70 | 22 | 40 | 477 | 47 | 61 |
| Binary | 10101110 | 1001101 | 10001111 | 0 | 111000 | 10010 | 100000 | 100111111 | 100111 | 110001 |
Color Harmonies of #AE4D8F
Complementary color
Monochromatic Colors of #AE4D8F
Black with #AE4D8F
Text Example
Text Example
White with #AE4D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4D8F; }
p { color: rgb(174,77,143); }
H1.HeaderClassName
{
color: #AE4D8F;
}
.AnyTagClassName
{
color: #AE4D8F;
}
</style>
background-color css
<style>
a { background-color: #AE4D8F; }
a { background-color: rgb(174,77,143); }
div.DivClassName
{
background-color: #AE4D8F;
}
.BgClassName
{
background-color: #AE4D8F;
}
</style>
border-color css
<style>
span { border-color: #AE4D8F; }
span { border-color: rgb(174,77,143); }
td.TdClassName
{
border-color: #AE4D8F;
}
.TagClassName
{
border-color: #AE4D8F;
}
</style>