Shades of Mulberry #AE518A
Tints of Mulberry #AE518A
RGB
CMYK
RGB Variations
Color information
#AE518A (or 0xAE518A) is known color: Mulberry. HEX triplet: AE, 51 and 8A. RGB value is (174,81,138). Sum of RGB (Red+Green+Blue) = 174+81+138=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE518A is #51AE75. Grayscale: #737373. Windows color (decimal): -5353078 or 9064878. OLE color: 9064878.
HSL color Cylindrical-coordinate representation of color #AE518A: hue angle of 323.23º 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 #AE518A is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 81 | 138 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.32 |
| HSL | 323.23º | 0.36% | 0.5% | - |
| HSV(B) | 323.23º | 0.53% | 0.68% | - |
| XYZ | 24.99 | 16.72 | 25.95 | - |
| YUV | 115.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 81 | 138 | 0 | 0.53 | 0.21 | 0.32 | 323.23 | 0.36 | 0.5 |
| Hex | AE | 51 | 8A | 0 | 35 | 15 | 20 | 143 | 24 | 32 |
| Octal | 256 | 121 | 212 | 0 | 65 | 25 | 40 | 503 | 44 | 62 |
| Binary | 10101110 | 1010001 | 10001010 | 0 | 110101 | 10101 | 100000 | 101000011 | 100100 | 110010 |
Color Harmonies of #AE518A
Complementary color
Monochromatic Colors of #AE518A
Black with #AE518A
Text Example
Text Example
White with #AE518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE518A; }
p { color: rgb(174,81,138); }
H1.HeaderClassName
{
color: #AE518A;
}
.AnyTagClassName
{
color: #AE518A;
}
</style>
background-color css
<style>
a { background-color: #AE518A; }
a { background-color: rgb(174,81,138); }
div.DivClassName
{
background-color: #AE518A;
}
.BgClassName
{
background-color: #AE518A;
}
</style>
border-color css
<style>
span { border-color: #AE518A; }
span { border-color: rgb(174,81,138); }
td.TdClassName
{
border-color: #AE518A;
}
.TagClassName
{
border-color: #AE518A;
}
</style>