Shades of Mulberry #AE5490
Tints of Mulberry #AE5490
RGB
CMYK
RGB Variations
Color information
#AE5490 (or 0xAE5490) is known color: Mulberry. HEX triplet: AE, 54 and 90. RGB value is (174,84,144). Sum of RGB (Red+Green+Blue) = 174+84+144=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5490 is #51AB6F. Grayscale: #757575. Windows color (decimal): -5352304 or 9458862. OLE color: 9458862.
HSL color Cylindrical-coordinate representation of color #AE5490: hue angle of 320º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5490 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 84 | 144 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.32 |
| HSL | 320º | 0.36% | 0.51% | - |
| HSV(B) | 320º | 0.52% | 0.68% | - |
| XYZ | 25.66 | 17.35 | 28.38 | - |
| YUV | 117.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 144 | 0 | 0.52 | 0.17 | 0.32 | 320 | 0.36 | 0.51 |
| Hex | AE | 54 | 90 | 0 | 34 | 11 | 20 | 140 | 24 | 33 |
| Octal | 256 | 124 | 220 | 0 | 64 | 21 | 40 | 500 | 44 | 63 |
| Binary | 10101110 | 1010100 | 10010000 | 0 | 110100 | 10001 | 100000 | 101000000 | 100100 | 110011 |
Color Harmonies of #AE5490
Complementary color
Monochromatic Colors of #AE5490
Black with #AE5490
Text Example
Text Example
White with #AE5490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5490; }
p { color: rgb(174,84,144); }
H1.HeaderClassName
{
color: #AE5490;
}
.AnyTagClassName
{
color: #AE5490;
}
</style>
background-color css
<style>
a { background-color: #AE5490; }
a { background-color: rgb(174,84,144); }
div.DivClassName
{
background-color: #AE5490;
}
.BgClassName
{
background-color: #AE5490;
}
</style>
border-color css
<style>
span { border-color: #AE5490; }
span { border-color: rgb(174,84,144); }
td.TdClassName
{
border-color: #AE5490;
}
.TagClassName
{
border-color: #AE5490;
}
</style>