Shades of Mulberry #AA4A92
Tints of Mulberry #AA4A92
RGB
CMYK
RGB Variations
Color information
#AA4A92 (or 0xAA4A92) is known color: Mulberry. HEX triplet: AA, 4A and 92. RGB value is (170,74,146). Sum of RGB (Red+Green+Blue) = 170+74+146=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A92 is #55B56D. Grayscale: #6E6E6E. Windows color (decimal): -5617006 or 9587370. OLE color: 9587370.
HSL color Cylindrical-coordinate representation of color #AA4A92: hue angle of 315º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A92 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 146 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.33 |
| HSL | 315º | 0.39% | 0.48% | - |
| HSV(B) | 315º | 0.56% | 0.67% | - |
| XYZ | 24.21 | 15.52 | 28.91 | - |
| YUV | 110.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 146 | 0 | 0.56 | 0.14 | 0.33 | 315 | 0.39 | 0.48 |
| Hex | AA | 4A | 92 | 0 | 38 | E | 21 | 13B | 27 | 30 |
| Octal | 252 | 112 | 222 | 0 | 70 | 16 | 41 | 473 | 47 | 60 |
| Binary | 10101010 | 1001010 | 10010010 | 0 | 111000 | 1110 | 100001 | 100111011 | 100111 | 110000 |
Color Harmonies of #AA4A92
Complementary color
Monochromatic Colors of #AA4A92
Black with #AA4A92
Text Example
Text Example
White with #AA4A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A92; }
p { color: rgb(170,74,146); }
H1.HeaderClassName
{
color: #AA4A92;
}
.AnyTagClassName
{
color: #AA4A92;
}
</style>
background-color css
<style>
a { background-color: #AA4A92; }
a { background-color: rgb(170,74,146); }
div.DivClassName
{
background-color: #AA4A92;
}
.BgClassName
{
background-color: #AA4A92;
}
</style>
border-color css
<style>
span { border-color: #AA4A92; }
span { border-color: rgb(170,74,146); }
td.TdClassName
{
border-color: #AA4A92;
}
.TagClassName
{
border-color: #AA4A92;
}
</style>