Shades of Mulberry #AA4E90
Tints of Mulberry #AA4E90
RGB
CMYK
RGB Variations
Color information
#AA4E90 (or 0xAA4E90) is known color: Mulberry. HEX triplet: AA, 4E and 90. RGB value is (170,78,144). Sum of RGB (Red+Green+Blue) = 170+78+144=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4E90 is #55B16F. Grayscale: #707070. Windows color (decimal): -5615984 or 9457322. OLE color: 9457322.
HSL color Cylindrical-coordinate representation of color #AA4E90: hue angle of 316.96º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4E90 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 144 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.33 |
| HSL | 316.96º | 0.37% | 0.49% | - |
| HSV(B) | 316.96º | 0.54% | 0.67% | - |
| XYZ | 24.34 | 16.01 | 28.19 | - |
| YUV | 113.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 144 | 0 | 0.54 | 0.15 | 0.33 | 316.96 | 0.37 | 0.49 |
| Hex | AA | 4E | 90 | 0 | 36 | F | 21 | 13D | 25 | 31 |
| Octal | 252 | 116 | 220 | 0 | 66 | 17 | 41 | 475 | 45 | 61 |
| Binary | 10101010 | 1001110 | 10010000 | 0 | 110110 | 1111 | 100001 | 100111101 | 100101 | 110001 |
Color Harmonies of #AA4E90
Complementary color
Monochromatic Colors of #AA4E90
Black with #AA4E90
Text Example
Text Example
White with #AA4E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E90; }
p { color: rgb(170,78,144); }
H1.HeaderClassName
{
color: #AA4E90;
}
.AnyTagClassName
{
color: #AA4E90;
}
</style>
background-color css
<style>
a { background-color: #AA4E90; }
a { background-color: rgb(170,78,144); }
div.DivClassName
{
background-color: #AA4E90;
}
.BgClassName
{
background-color: #AA4E90;
}
</style>
border-color css
<style>
span { border-color: #AA4E90; }
span { border-color: rgb(170,78,144); }
td.TdClassName
{
border-color: #AA4E90;
}
.TagClassName
{
border-color: #AA4E90;
}
</style>