Shades of Mulberry #AE4C8D
Tints of Mulberry #AE4C8D
RGB
CMYK
RGB Variations
Color information
#AE4C8D (or 0xAE4C8D) is known color: Mulberry. HEX triplet: AE, 4C and 8D. RGB value is (174,76,141). Sum of RGB (Red+Green+Blue) = 174+76+141=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4C8D is #51B372. Grayscale: #707070. Windows color (decimal): -5354355 or 9260206. OLE color: 9260206.
HSL color Cylindrical-coordinate representation of color #AE4C8D: hue angle of 320.2º 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 #AE4C8D is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 76 | 141 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.32 |
| HSL | 320.2º | 0.39% | 0.49% | - |
| HSV(B) | 320.2º | 0.56% | 0.68% | - |
| XYZ | 24.85 | 16.09 | 27 | - |
| YUV | 112.71 | 143.97 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 76 | 141 | 0 | 0.56 | 0.19 | 0.32 | 320.2 | 0.39 | 0.49 |
| Hex | AE | 4C | 8D | 0 | 38 | 13 | 20 | 140 | 27 | 31 |
| Octal | 256 | 114 | 215 | 0 | 70 | 23 | 40 | 500 | 47 | 61 |
| Binary | 10101110 | 1001100 | 10001101 | 0 | 111000 | 10011 | 100000 | 101000000 | 100111 | 110001 |
Color Harmonies of #AE4C8D
Complementary color
Monochromatic Colors of #AE4C8D
Black with #AE4C8D
Text Example
Text Example
White with #AE4C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4C8D; }
p { color: rgb(174,76,141); }
H1.HeaderClassName
{
color: #AE4C8D;
}
.AnyTagClassName
{
color: #AE4C8D;
}
</style>
background-color css
<style>
a { background-color: #AE4C8D; }
a { background-color: rgb(174,76,141); }
div.DivClassName
{
background-color: #AE4C8D;
}
.BgClassName
{
background-color: #AE4C8D;
}
</style>
border-color css
<style>
span { border-color: #AE4C8D; }
span { border-color: rgb(174,76,141); }
td.TdClassName
{
border-color: #AE4C8D;
}
.TagClassName
{
border-color: #AE4C8D;
}
</style>