Shades of Mulberry #AA4B92
Tints of Mulberry #AA4B92
RGB
CMYK
RGB Variations
Color information
#AA4B92 (or 0xAA4B92) is known color: Mulberry. HEX triplet: AA, 4B and 92. RGB value is (170,75,146). Sum of RGB (Red+Green+Blue) = 170+75+146=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4B92 is #55B46D. Grayscale: #6F6F6F. Windows color (decimal): -5616750 or 9587626. OLE color: 9587626.
HSL color Cylindrical-coordinate representation of color #AA4B92: hue angle of 315.16º 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 #AA4B92 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 75 | 146 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.33 |
| HSL | 315.16º | 0.39% | 0.48% | - |
| HSV(B) | 315.16º | 0.56% | 0.67% | - |
| XYZ | 24.28 | 15.65 | 28.94 | - |
| YUV | 111.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 146 | 0 | 0.56 | 0.14 | 0.33 | 315.16 | 0.39 | 0.48 |
| Hex | AA | 4B | 92 | 0 | 38 | E | 21 | 13B | 27 | 30 |
| Octal | 252 | 113 | 222 | 0 | 70 | 16 | 41 | 473 | 47 | 60 |
| Binary | 10101010 | 1001011 | 10010010 | 0 | 111000 | 1110 | 100001 | 100111011 | 100111 | 110000 |
Color Harmonies of #AA4B92
Complementary color
Monochromatic Colors of #AA4B92
Black with #AA4B92
Text Example
Text Example
White with #AA4B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4B92; }
p { color: rgb(170,75,146); }
H1.HeaderClassName
{
color: #AA4B92;
}
.AnyTagClassName
{
color: #AA4B92;
}
</style>
background-color css
<style>
a { background-color: #AA4B92; }
a { background-color: rgb(170,75,146); }
div.DivClassName
{
background-color: #AA4B92;
}
.BgClassName
{
background-color: #AA4B92;
}
</style>
border-color css
<style>
span { border-color: #AA4B92; }
span { border-color: rgb(170,75,146); }
td.TdClassName
{
border-color: #AA4B92;
}
.TagClassName
{
border-color: #AA4B92;
}
</style>