Shades of Mulberry #AE488D
Tints of Mulberry #AE488D
RGB
CMYK
RGB Variations
Color information
#AE488D (or 0xAE488D) is known color: Mulberry. HEX triplet: AE, 48 and 8D. RGB value is (174,72,141). Sum of RGB (Red+Green+Blue) = 174+72+141=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE488D is #51B772. Grayscale: #6E6E6E. Windows color (decimal): -5355379 or 9259182. OLE color: 9259182.
HSL color Cylindrical-coordinate representation of color #AE488D: hue angle of 319.41º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE488D is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 72 | 141 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.32 |
| HSL | 319.41º | 0.41% | 0.48% | - |
| HSV(B) | 319.41º | 0.59% | 0.68% | - |
| XYZ | 24.58 | 15.56 | 26.91 | - |
| YUV | 110.36 | 145.29 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 72 | 141 | 0 | 0.59 | 0.19 | 0.32 | 319.41 | 0.41 | 0.48 |
| Hex | AE | 48 | 8D | 0 | 3B | 13 | 20 | 13F | 29 | 30 |
| Octal | 256 | 110 | 215 | 0 | 73 | 23 | 40 | 477 | 51 | 60 |
| Binary | 10101110 | 1001000 | 10001101 | 0 | 111011 | 10011 | 100000 | 100111111 | 101001 | 110000 |
Color Harmonies of #AE488D
Complementary color
Monochromatic Colors of #AE488D
Black with #AE488D
Text Example
Text Example
White with #AE488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE488D; }
p { color: rgb(174,72,141); }
H1.HeaderClassName
{
color: #AE488D;
}
.AnyTagClassName
{
color: #AE488D;
}
</style>
background-color css
<style>
a { background-color: #AE488D; }
a { background-color: rgb(174,72,141); }
div.DivClassName
{
background-color: #AE488D;
}
.BgClassName
{
background-color: #AE488D;
}
</style>
border-color css
<style>
span { border-color: #AE488D; }
span { border-color: rgb(174,72,141); }
td.TdClassName
{
border-color: #AE488D;
}
.TagClassName
{
border-color: #AE488D;
}
</style>