Shades of Mulberry #AE508F
Tints of Mulberry #AE508F
RGB
CMYK
RGB Variations
Color information
#AE508F (or 0xAE508F) is known color: Mulberry. HEX triplet: AE, 50 and 8F. RGB value is (174,80,143). Sum of RGB (Red+Green+Blue) = 174+80+143=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE508F is #51AF70. Grayscale: #737373. Windows color (decimal): -5353329 or 9392302. OLE color: 9392302.
HSL color Cylindrical-coordinate representation of color #AE508F: hue angle of 319.79º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE508F is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 143 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.32 |
| HSL | 319.79º | 0.37% | 0.5% | - |
| HSV(B) | 319.79º | 0.54% | 0.68% | - |
| XYZ | 25.28 | 16.72 | 27.88 | - |
| YUV | 115.29 | 143.64 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 143 | 0 | 0.54 | 0.18 | 0.32 | 319.79 | 0.37 | 0.5 |
| Hex | AE | 50 | 8F | 0 | 36 | 12 | 20 | 140 | 25 | 32 |
| Octal | 256 | 120 | 217 | 0 | 66 | 22 | 40 | 500 | 45 | 62 |
| Binary | 10101110 | 1010000 | 10001111 | 0 | 110110 | 10010 | 100000 | 101000000 | 100101 | 110010 |
Color Harmonies of #AE508F
Complementary color
Monochromatic Colors of #AE508F
Black with #AE508F
Text Example
Text Example
White with #AE508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE508F; }
p { color: rgb(174,80,143); }
H1.HeaderClassName
{
color: #AE508F;
}
.AnyTagClassName
{
color: #AE508F;
}
</style>
background-color css
<style>
a { background-color: #AE508F; }
a { background-color: rgb(174,80,143); }
div.DivClassName
{
background-color: #AE508F;
}
.BgClassName
{
background-color: #AE508F;
}
</style>
border-color css
<style>
span { border-color: #AE508F; }
span { border-color: rgb(174,80,143); }
td.TdClassName
{
border-color: #AE508F;
}
.TagClassName
{
border-color: #AE508F;
}
</style>