Shades of Mulberry #AE4A88
Tints of Mulberry #AE4A88
RGB
CMYK
RGB Variations
Color information
#AE4A88 (or 0xAE4A88) is known color: Mulberry. HEX triplet: AE, 4A and 88. RGB value is (174,74,136). Sum of RGB (Red+Green+Blue) = 174+74+136=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4A88 is #51B577. Grayscale: #6E6E6E. Windows color (decimal): -5354872 or 8932014. OLE color: 8932014.
HSL color Cylindrical-coordinate representation of color #AE4A88: hue angle of 322.8º 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 #AE4A88 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 74 | 136 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.32 |
| HSL | 322.8º | 0.4% | 0.49% | - |
| HSV(B) | 322.8º | 0.57% | 0.68% | - |
| XYZ | 24.35 | 15.67 | 25.03 | - |
| YUV | 110.97 | 142.13 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 74 | 136 | 0 | 0.57 | 0.22 | 0.32 | 322.8 | 0.4 | 0.49 |
| Hex | AE | 4A | 88 | 0 | 39 | 16 | 20 | 143 | 28 | 31 |
| Octal | 256 | 112 | 210 | 0 | 71 | 26 | 40 | 503 | 50 | 61 |
| Binary | 10101110 | 1001010 | 10001000 | 0 | 111001 | 10110 | 100000 | 101000011 | 101000 | 110001 |
Color Harmonies of #AE4A88
Complementary color
Monochromatic Colors of #AE4A88
Black with #AE4A88
Text Example
Text Example
White with #AE4A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4A88; }
p { color: rgb(174,74,136); }
H1.HeaderClassName
{
color: #AE4A88;
}
.AnyTagClassName
{
color: #AE4A88;
}
</style>
background-color css
<style>
a { background-color: #AE4A88; }
a { background-color: rgb(174,74,136); }
div.DivClassName
{
background-color: #AE4A88;
}
.BgClassName
{
background-color: #AE4A88;
}
</style>
border-color css
<style>
span { border-color: #AE4A88; }
span { border-color: rgb(174,74,136); }
td.TdClassName
{
border-color: #AE4A88;
}
.TagClassName
{
border-color: #AE4A88;
}
</style>