Shades of Mulberry #AA4E8E
Tints of Mulberry #AA4E8E
RGB
CMYK
RGB Variations
Color information
#AA4E8E (or 0xAA4E8E) is known color: Mulberry. HEX triplet: AA, 4E and 8E. RGB value is (170,78,142). Sum of RGB (Red+Green+Blue) = 170+78+142=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4E8E is #55B171. Grayscale: #707070. Windows color (decimal): -5615986 or 9326250. OLE color: 9326250.
HSL color Cylindrical-coordinate representation of color #AA4E8E: hue angle of 318.26º 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 #AA4E8E is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 142 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.33 |
| HSL | 318.26º | 0.37% | 0.49% | - |
| HSV(B) | 318.26º | 0.54% | 0.67% | - |
| XYZ | 24.18 | 15.95 | 27.39 | - |
| YUV | 112.8 | 144.48 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 142 | 0 | 0.54 | 0.16 | 0.33 | 318.26 | 0.37 | 0.49 |
| Hex | AA | 4E | 8E | 0 | 36 | 10 | 21 | 13E | 25 | 31 |
| Octal | 252 | 116 | 216 | 0 | 66 | 20 | 41 | 476 | 45 | 61 |
| Binary | 10101010 | 1001110 | 10001110 | 0 | 110110 | 10000 | 100001 | 100111110 | 100101 | 110001 |
Color Harmonies of #AA4E8E
Complementary color
Monochromatic Colors of #AA4E8E
Black with #AA4E8E
Text Example
Text Example
White with #AA4E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E8E; }
p { color: rgb(170,78,142); }
H1.HeaderClassName
{
color: #AA4E8E;
}
.AnyTagClassName
{
color: #AA4E8E;
}
</style>
background-color css
<style>
a { background-color: #AA4E8E; }
a { background-color: rgb(170,78,142); }
div.DivClassName
{
background-color: #AA4E8E;
}
.BgClassName
{
background-color: #AA4E8E;
}
</style>
border-color css
<style>
span { border-color: #AA4E8E; }
span { border-color: rgb(170,78,142); }
td.TdClassName
{
border-color: #AA4E8E;
}
.TagClassName
{
border-color: #AA4E8E;
}
</style>