Shades of Mulberry #AE518E
Tints of Mulberry #AE518E
RGB
CMYK
RGB Variations
Color information
#AE518E (or 0xAE518E) is known color: Mulberry. HEX triplet: AE, 51 and 8E. RGB value is (174,81,142). Sum of RGB (Red+Green+Blue) = 174+81+142=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE518E is #51AE71. Grayscale: #737373. Windows color (decimal): -5353074 or 9327022. OLE color: 9327022.
HSL color Cylindrical-coordinate representation of color #AE518E: hue angle of 320.65º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE518E is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 81 | 142 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.32 |
| HSL | 320.65º | 0.36% | 0.5% | - |
| HSV(B) | 320.65º | 0.53% | 0.68% | - |
| XYZ | 25.28 | 16.84 | 27.51 | - |
| YUV | 115.76 | 142.81 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 81 | 142 | 0 | 0.53 | 0.18 | 0.32 | 320.65 | 0.36 | 0.5 |
| Hex | AE | 51 | 8E | 0 | 35 | 12 | 20 | 141 | 24 | 32 |
| Octal | 256 | 121 | 216 | 0 | 65 | 22 | 40 | 501 | 44 | 62 |
| Binary | 10101110 | 1010001 | 10001110 | 0 | 110101 | 10010 | 100000 | 101000001 | 100100 | 110010 |
Color Harmonies of #AE518E
Complementary color
Monochromatic Colors of #AE518E
Black with #AE518E
Text Example
Text Example
White with #AE518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE518E; }
p { color: rgb(174,81,142); }
H1.HeaderClassName
{
color: #AE518E;
}
.AnyTagClassName
{
color: #AE518E;
}
</style>
background-color css
<style>
a { background-color: #AE518E; }
a { background-color: rgb(174,81,142); }
div.DivClassName
{
background-color: #AE518E;
}
.BgClassName
{
background-color: #AE518E;
}
</style>
border-color css
<style>
span { border-color: #AE518E; }
span { border-color: rgb(174,81,142); }
td.TdClassName
{
border-color: #AE518E;
}
.TagClassName
{
border-color: #AE518E;
}
</style>