Shades of Mulberry #AA4F91
Tints of Mulberry #AA4F91
RGB
CMYK
RGB Variations
Color information
#AA4F91 (or 0xAA4F91) is known color: Mulberry. HEX triplet: AA, 4F and 91. RGB value is (170,79,145). Sum of RGB (Red+Green+Blue) = 170+79+145=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4F91 is #55B06E. Grayscale: #717171. Windows color (decimal): -5615727 or 9523114. OLE color: 9523114.
HSL color Cylindrical-coordinate representation of color #AA4F91: hue angle of 316.48º 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 #AA4F91 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 145 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.33 |
| HSL | 316.48º | 0.37% | 0.49% | - |
| HSV(B) | 316.48º | 0.54% | 0.67% | - |
| XYZ | 24.48 | 16.18 | 28.62 | - |
| YUV | 113.73 | 145.65 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 145 | 0 | 0.54 | 0.15 | 0.33 | 316.48 | 0.37 | 0.49 |
| Hex | AA | 4F | 91 | 0 | 36 | F | 21 | 13C | 25 | 31 |
| Octal | 252 | 117 | 221 | 0 | 66 | 17 | 41 | 474 | 45 | 61 |
| Binary | 10101010 | 1001111 | 10010001 | 0 | 110110 | 1111 | 100001 | 100111100 | 100101 | 110001 |
Color Harmonies of #AA4F91
Complementary color
Monochromatic Colors of #AA4F91
Black with #AA4F91
Text Example
Text Example
White with #AA4F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4F91; }
p { color: rgb(170,79,145); }
H1.HeaderClassName
{
color: #AA4F91;
}
.AnyTagClassName
{
color: #AA4F91;
}
</style>
background-color css
<style>
a { background-color: #AA4F91; }
a { background-color: rgb(170,79,145); }
div.DivClassName
{
background-color: #AA4F91;
}
.BgClassName
{
background-color: #AA4F91;
}
</style>
border-color css
<style>
span { border-color: #AA4F91; }
span { border-color: rgb(170,79,145); }
td.TdClassName
{
border-color: #AA4F91;
}
.TagClassName
{
border-color: #AA4F91;
}
</style>