Shades of Mulberry #AE498E
Tints of Mulberry #AE498E
RGB
CMYK
RGB Variations
Color information
#AE498E (or 0xAE498E) is known color: Mulberry. HEX triplet: AE, 49 and 8E. RGB value is (174,73,142). Sum of RGB (Red+Green+Blue) = 174+73+142=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE498E is #51B671. Grayscale: #6E6E6E. Windows color (decimal): -5355122 or 9324974. OLE color: 9324974.
HSL color Cylindrical-coordinate representation of color #AE498E: hue angle of 319.01º 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 #AE498E is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 73 | 142 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.32 |
| HSL | 319.01º | 0.41% | 0.48% | - |
| HSV(B) | 319.01º | 0.58% | 0.68% | - |
| XYZ | 24.72 | 15.72 | 27.32 | - |
| YUV | 111.07 | 145.46 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 73 | 142 | 0 | 0.58 | 0.18 | 0.32 | 319.01 | 0.41 | 0.48 |
| Hex | AE | 49 | 8E | 0 | 3A | 12 | 20 | 13F | 29 | 30 |
| Octal | 256 | 111 | 216 | 0 | 72 | 22 | 40 | 477 | 51 | 60 |
| Binary | 10101110 | 1001001 | 10001110 | 0 | 111010 | 10010 | 100000 | 100111111 | 101001 | 110000 |
Color Harmonies of #AE498E
Complementary color
Monochromatic Colors of #AE498E
Black with #AE498E
Text Example
Text Example
White with #AE498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE498E; }
p { color: rgb(174,73,142); }
H1.HeaderClassName
{
color: #AE498E;
}
.AnyTagClassName
{
color: #AE498E;
}
</style>
background-color css
<style>
a { background-color: #AE498E; }
a { background-color: rgb(174,73,142); }
div.DivClassName
{
background-color: #AE498E;
}
.BgClassName
{
background-color: #AE498E;
}
</style>
border-color css
<style>
span { border-color: #AE498E; }
span { border-color: rgb(174,73,142); }
td.TdClassName
{
border-color: #AE498E;
}
.TagClassName
{
border-color: #AE498E;
}
</style>