Shades of Mulberry #AE4D8D
Tints of Mulberry #AE4D8D
RGB
CMYK
RGB Variations
Color information
#AE4D8D (or 0xAE4D8D) is known color: Mulberry. HEX triplet: AE, 4D and 8D. RGB value is (174,77,141). Sum of RGB (Red+Green+Blue) = 174+77+141=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4D8D is #51B272. Grayscale: #717171. Windows color (decimal): -5354099 or 9260462. OLE color: 9260462.
HSL color Cylindrical-coordinate representation of color #AE4D8D: hue angle of 320.41º 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 #AE4D8D is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 77 | 141 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.32 |
| HSL | 320.41º | 0.39% | 0.49% | - |
| HSV(B) | 320.41º | 0.56% | 0.68% | - |
| XYZ | 24.92 | 16.23 | 27.02 | - |
| YUV | 113.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 77 | 141 | 0 | 0.56 | 0.19 | 0.32 | 320.41 | 0.39 | 0.49 |
| Hex | AE | 4D | 8D | 0 | 38 | 13 | 20 | 140 | 27 | 31 |
| Octal | 256 | 115 | 215 | 0 | 70 | 23 | 40 | 500 | 47 | 61 |
| Binary | 10101110 | 1001101 | 10001101 | 0 | 111000 | 10011 | 100000 | 101000000 | 100111 | 110001 |
Color Harmonies of #AE4D8D
Complementary color
Monochromatic Colors of #AE4D8D
Black with #AE4D8D
Text Example
Text Example
White with #AE4D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4D8D; }
p { color: rgb(174,77,141); }
H1.HeaderClassName
{
color: #AE4D8D;
}
.AnyTagClassName
{
color: #AE4D8D;
}
</style>
background-color css
<style>
a { background-color: #AE4D8D; }
a { background-color: rgb(174,77,141); }
div.DivClassName
{
background-color: #AE4D8D;
}
.BgClassName
{
background-color: #AE4D8D;
}
</style>
border-color css
<style>
span { border-color: #AE4D8D; }
span { border-color: rgb(174,77,141); }
td.TdClassName
{
border-color: #AE4D8D;
}
.TagClassName
{
border-color: #AE4D8D;
}
</style>