Shades of Mulberry #AE4A8C
Tints of Mulberry #AE4A8C
RGB
CMYK
RGB Variations
Color information
#AE4A8C (or 0xAE4A8C) is known color: Mulberry. HEX triplet: AE, 4A and 8C. RGB value is (174,74,140). Sum of RGB (Red+Green+Blue) = 174+74+140=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4A8C is #51B573. Grayscale: #6F6F6F. Windows color (decimal): -5354868 or 9194158. OLE color: 9194158.
HSL color Cylindrical-coordinate representation of color #AE4A8C: hue angle of 320.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE4A8C is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 74 | 140 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.32 |
| HSL | 320.4º | 0.4% | 0.49% | - |
| HSV(B) | 320.4º | 0.57% | 0.68% | - |
| XYZ | 24.64 | 15.79 | 26.56 | - |
| YUV | 111.42 | 144.13 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 74 | 140 | 0 | 0.57 | 0.20 | 0.32 | 320.4 | 0.4 | 0.49 |
| Hex | AE | 4A | 8C | 0 | 39 | 14 | 20 | 140 | 28 | 31 |
| Octal | 256 | 112 | 214 | 0 | 71 | 24 | 40 | 500 | 50 | 61 |
| Binary | 10101110 | 1001010 | 10001100 | 0 | 111001 | 10100 | 100000 | 101000000 | 101000 | 110001 |
Color Harmonies of #AE4A8C
Complementary color
Monochromatic Colors of #AE4A8C
Black with #AE4A8C
Text Example
Text Example
White with #AE4A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4A8C; }
p { color: rgb(174,74,140); }
H1.HeaderClassName
{
color: #AE4A8C;
}
.AnyTagClassName
{
color: #AE4A8C;
}
</style>
background-color css
<style>
a { background-color: #AE4A8C; }
a { background-color: rgb(174,74,140); }
div.DivClassName
{
background-color: #AE4A8C;
}
.BgClassName
{
background-color: #AE4A8C;
}
</style>
border-color css
<style>
span { border-color: #AE4A8C; }
span { border-color: rgb(174,74,140); }
td.TdClassName
{
border-color: #AE4A8C;
}
.TagClassName
{
border-color: #AE4A8C;
}
</style>