Shades of Mulberry #AE4984
Tints of Mulberry #AE4984
RGB
CMYK
RGB Variations
Color information
#AE4984 (or 0xAE4984) is known color: Mulberry. HEX triplet: AE, 49 and 84. RGB value is (174,73,132). Sum of RGB (Red+Green+Blue) = 174+73+132=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4984 is #51B67B. Grayscale: #6D6D6D. Windows color (decimal): -5355132 or 8669614. OLE color: 8669614.
HSL color Cylindrical-coordinate representation of color #AE4984: hue angle of 324.95º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE4984 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 73 | 132 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.32 |
| HSL | 324.95º | 0.41% | 0.48% | - |
| HSV(B) | 324.95º | 0.58% | 0.68% | - |
| XYZ | 24 | 15.43 | 23.54 | - |
| YUV | 109.93 | 140.46 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 73 | 132 | 0 | 0.58 | 0.24 | 0.32 | 324.95 | 0.41 | 0.48 |
| Hex | AE | 49 | 84 | 0 | 3A | 18 | 20 | 145 | 29 | 30 |
| Octal | 256 | 111 | 204 | 0 | 72 | 30 | 40 | 505 | 51 | 60 |
| Binary | 10101110 | 1001001 | 10000100 | 0 | 111010 | 11000 | 100000 | 101000101 | 101001 | 110000 |
Color Harmonies of #AE4984
Complementary color
Monochromatic Colors of #AE4984
Black with #AE4984
Text Example
Text Example
White with #AE4984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4984; }
p { color: rgb(174,73,132); }
H1.HeaderClassName
{
color: #AE4984;
}
.AnyTagClassName
{
color: #AE4984;
}
</style>
background-color css
<style>
a { background-color: #AE4984; }
a { background-color: rgb(174,73,132); }
div.DivClassName
{
background-color: #AE4984;
}
.BgClassName
{
background-color: #AE4984;
}
</style>
border-color css
<style>
span { border-color: #AE4984; }
span { border-color: rgb(174,73,132); }
td.TdClassName
{
border-color: #AE4984;
}
.TagClassName
{
border-color: #AE4984;
}
</style>