Shades of Mulberry #AE488C
Tints of Mulberry #AE488C
RGB
CMYK
RGB Variations
Color information
#AE488C (or 0xAE488C) is known color: Mulberry. HEX triplet: AE, 48 and 8C. RGB value is (174,72,140). Sum of RGB (Red+Green+Blue) = 174+72+140=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE488C is #51B773. Grayscale: #6E6E6E. Windows color (decimal): -5355380 or 9193646. OLE color: 9193646.
HSL color Cylindrical-coordinate representation of color #AE488C: hue angle of 320º 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 #AE488C is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 72 | 140 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.32 |
| HSL | 320º | 0.41% | 0.48% | - |
| HSV(B) | 320º | 0.59% | 0.68% | - |
| XYZ | 24.51 | 15.53 | 26.52 | - |
| YUV | 110.25 | 144.79 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 72 | 140 | 0 | 0.59 | 0.20 | 0.32 | 320 | 0.41 | 0.48 |
| Hex | AE | 48 | 8C | 0 | 3B | 14 | 20 | 140 | 29 | 30 |
| Octal | 256 | 110 | 214 | 0 | 73 | 24 | 40 | 500 | 51 | 60 |
| Binary | 10101110 | 1001000 | 10001100 | 0 | 111011 | 10100 | 100000 | 101000000 | 101001 | 110000 |
Color Harmonies of #AE488C
Complementary color
Monochromatic Colors of #AE488C
Black with #AE488C
Text Example
Text Example
White with #AE488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE488C; }
p { color: rgb(174,72,140); }
H1.HeaderClassName
{
color: #AE488C;
}
.AnyTagClassName
{
color: #AE488C;
}
</style>
background-color css
<style>
a { background-color: #AE488C; }
a { background-color: rgb(174,72,140); }
div.DivClassName
{
background-color: #AE488C;
}
.BgClassName
{
background-color: #AE488C;
}
</style>
border-color css
<style>
span { border-color: #AE488C; }
span { border-color: rgb(174,72,140); }
td.TdClassName
{
border-color: #AE488C;
}
.TagClassName
{
border-color: #AE488C;
}
</style>