Shades of Mulberry #AA548F
Tints of Mulberry #AA548F
RGB
CMYK
RGB Variations
Color information
#AA548F (or 0xAA548F) is known color: Mulberry. HEX triplet: AA, 54 and 8F. RGB value is (170,84,143). Sum of RGB (Red+Green+Blue) = 170+84+143=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA548F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA548F is #55AB70. Grayscale: #747474. Windows color (decimal): -5614449 or 9393322. OLE color: 9393322.
HSL color Cylindrical-coordinate representation of color #AA548F: hue angle of 318.84º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA548F is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 143 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.33 |
| HSL | 318.84º | 0.34% | 0.5% | - |
| HSV(B) | 318.84º | 0.51% | 0.67% | - |
| XYZ | 24.71 | 16.87 | 27.94 | - |
| YUV | 116.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 143 | 0 | 0.51 | 0.16 | 0.33 | 318.84 | 0.34 | 0.5 |
| Hex | AA | 54 | 8F | 0 | 33 | 10 | 21 | 13F | 22 | 32 |
| Octal | 252 | 124 | 217 | 0 | 63 | 20 | 41 | 477 | 42 | 62 |
| Binary | 10101010 | 1010100 | 10001111 | 0 | 110011 | 10000 | 100001 | 100111111 | 100010 | 110010 |
Color Harmonies of #AA548F
Complementary color
Monochromatic Colors of #AA548F
Black with #AA548F
Text Example
Text Example
White with #AA548F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA548F; }
p { color: rgb(170,84,143); }
H1.HeaderClassName
{
color: #AA548F;
}
.AnyTagClassName
{
color: #AA548F;
}
</style>
background-color css
<style>
a { background-color: #AA548F; }
a { background-color: rgb(170,84,143); }
div.DivClassName
{
background-color: #AA548F;
}
.BgClassName
{
background-color: #AA548F;
}
</style>
border-color css
<style>
span { border-color: #AA548F; }
span { border-color: rgb(170,84,143); }
td.TdClassName
{
border-color: #AA548F;
}
.TagClassName
{
border-color: #AA548F;
}
</style>