Shades of Mulberry #AA4D92
Tints of Mulberry #AA4D92
RGB
CMYK
RGB Variations
Color information
#AA4D92 (or 0xAA4D92) is known color: Mulberry. HEX triplet: AA, 4D and 92. RGB value is (170,77,146). Sum of RGB (Red+Green+Blue) = 170+77+146=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4D92 is #55B26D. Grayscale: #707070. Windows color (decimal): -5616238 or 9588138. OLE color: 9588138.
HSL color Cylindrical-coordinate representation of color #AA4D92: hue angle of 315.48º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4D92 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 146 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.33 |
| HSL | 315.48º | 0.38% | 0.48% | - |
| HSV(B) | 315.48º | 0.55% | 0.67% | - |
| XYZ | 24.42 | 15.93 | 28.98 | - |
| YUV | 112.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 146 | 0 | 0.55 | 0.14 | 0.33 | 315.48 | 0.38 | 0.48 |
| Hex | AA | 4D | 92 | 0 | 37 | E | 21 | 13B | 26 | 30 |
| Octal | 252 | 115 | 222 | 0 | 67 | 16 | 41 | 473 | 46 | 60 |
| Binary | 10101010 | 1001101 | 10010010 | 0 | 110111 | 1110 | 100001 | 100111011 | 100110 | 110000 |
Color Harmonies of #AA4D92
Complementary color
Monochromatic Colors of #AA4D92
Black with #AA4D92
Text Example
Text Example
White with #AA4D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D92; }
p { color: rgb(170,77,146); }
H1.HeaderClassName
{
color: #AA4D92;
}
.AnyTagClassName
{
color: #AA4D92;
}
</style>
background-color css
<style>
a { background-color: #AA4D92; }
a { background-color: rgb(170,77,146); }
div.DivClassName
{
background-color: #AA4D92;
}
.BgClassName
{
background-color: #AA4D92;
}
</style>
border-color css
<style>
span { border-color: #AA4D92; }
span { border-color: rgb(170,77,146); }
td.TdClassName
{
border-color: #AA4D92;
}
.TagClassName
{
border-color: #AA4D92;
}
</style>