Shades of Mulberry #AE4D8B
Tints of Mulberry #AE4D8B
RGB
CMYK
RGB Variations
Color information
#AE4D8B (or 0xAE4D8B) is known color: Mulberry. HEX triplet: AE, 4D and 8B. RGB value is (174,77,139). Sum of RGB (Red+Green+Blue) = 174+77+139=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4D8B is #51B274. Grayscale: #707070. Windows color (decimal): -5354101 or 9129390. OLE color: 9129390.
HSL color Cylindrical-coordinate representation of color #AE4D8B: hue angle of 321.65º 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 #AE4D8B is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 77 | 139 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.32 |
| HSL | 321.65º | 0.39% | 0.49% | - |
| HSV(B) | 321.65º | 0.56% | 0.68% | - |
| XYZ | 24.77 | 16.17 | 26.24 | - |
| YUV | 113.07 | 142.64 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 77 | 139 | 0 | 0.56 | 0.20 | 0.32 | 321.65 | 0.39 | 0.49 |
| Hex | AE | 4D | 8B | 0 | 38 | 14 | 20 | 142 | 27 | 31 |
| Octal | 256 | 115 | 213 | 0 | 70 | 24 | 40 | 502 | 47 | 61 |
| Binary | 10101110 | 1001101 | 10001011 | 0 | 111000 | 10100 | 100000 | 101000010 | 100111 | 110001 |
Color Harmonies of #AE4D8B
Complementary color
Monochromatic Colors of #AE4D8B
Black with #AE4D8B
Text Example
Text Example
White with #AE4D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4D8B; }
p { color: rgb(174,77,139); }
H1.HeaderClassName
{
color: #AE4D8B;
}
.AnyTagClassName
{
color: #AE4D8B;
}
</style>
background-color css
<style>
a { background-color: #AE4D8B; }
a { background-color: rgb(174,77,139); }
div.DivClassName
{
background-color: #AE4D8B;
}
.BgClassName
{
background-color: #AE4D8B;
}
</style>
border-color css
<style>
span { border-color: #AE4D8B; }
span { border-color: rgb(174,77,139); }
td.TdClassName
{
border-color: #AE4D8B;
}
.TagClassName
{
border-color: #AE4D8B;
}
</style>