Shades of Mulberry #AA4A8F
Tints of Mulberry #AA4A8F
RGB
CMYK
RGB Variations
Color information
#AA4A8F (or 0xAA4A8F) is known color: Mulberry. HEX triplet: AA, 4A and 8F. RGB value is (170,74,143). Sum of RGB (Red+Green+Blue) = 170+74+143=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A8F is #55B570. Grayscale: #6E6E6E. Windows color (decimal): -5617009 or 9390762. OLE color: 9390762.
HSL color Cylindrical-coordinate representation of color #AA4A8F: hue angle of 316.88º 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 #AA4A8F is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 143 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.33 |
| HSL | 316.88º | 0.39% | 0.48% | - |
| HSV(B) | 316.88º | 0.56% | 0.67% | - |
| XYZ | 23.98 | 15.43 | 27.7 | - |
| YUV | 110.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 143 | 0 | 0.56 | 0.16 | 0.33 | 316.88 | 0.39 | 0.48 |
| Hex | AA | 4A | 8F | 0 | 38 | 10 | 21 | 13D | 27 | 30 |
| Octal | 252 | 112 | 217 | 0 | 70 | 20 | 41 | 475 | 47 | 60 |
| Binary | 10101010 | 1001010 | 10001111 | 0 | 111000 | 10000 | 100001 | 100111101 | 100111 | 110000 |
Color Harmonies of #AA4A8F
Complementary color
Monochromatic Colors of #AA4A8F
Black with #AA4A8F
Text Example
Text Example
White with #AA4A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A8F; }
p { color: rgb(170,74,143); }
H1.HeaderClassName
{
color: #AA4A8F;
}
.AnyTagClassName
{
color: #AA4A8F;
}
</style>
background-color css
<style>
a { background-color: #AA4A8F; }
a { background-color: rgb(170,74,143); }
div.DivClassName
{
background-color: #AA4A8F;
}
.BgClassName
{
background-color: #AA4A8F;
}
</style>
border-color css
<style>
span { border-color: #AA4A8F; }
span { border-color: rgb(170,74,143); }
td.TdClassName
{
border-color: #AA4A8F;
}
.TagClassName
{
border-color: #AA4A8F;
}
</style>