Shades of Mulberry #AA538F
Tints of Mulberry #AA538F
RGB
CMYK
RGB Variations
Color information
#AA538F (or 0xAA538F) is known color: Mulberry. HEX triplet: AA, 53 and 8F. RGB value is (170,83,143). Sum of RGB (Red+Green+Blue) = 170+83+143=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA538F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA538F is #55AC70. Grayscale: #737373. Windows color (decimal): -5614705 or 9393066. OLE color: 9393066.
HSL color Cylindrical-coordinate representation of color #AA538F: hue angle of 318.62º 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 #AA538F is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 143 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.33 |
| HSL | 318.62º | 0.34% | 0.5% | - |
| HSV(B) | 318.62º | 0.51% | 0.67% | - |
| XYZ | 24.63 | 16.72 | 27.91 | - |
| YUV | 115.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 143 | 0 | 0.51 | 0.16 | 0.33 | 318.62 | 0.34 | 0.5 |
| Hex | AA | 53 | 8F | 0 | 33 | 10 | 21 | 13F | 22 | 32 |
| Octal | 252 | 123 | 217 | 0 | 63 | 20 | 41 | 477 | 42 | 62 |
| Binary | 10101010 | 1010011 | 10001111 | 0 | 110011 | 10000 | 100001 | 100111111 | 100010 | 110010 |
Color Harmonies of #AA538F
Complementary color
Monochromatic Colors of #AA538F
Black with #AA538F
Text Example
Text Example
White with #AA538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA538F; }
p { color: rgb(170,83,143); }
H1.HeaderClassName
{
color: #AA538F;
}
.AnyTagClassName
{
color: #AA538F;
}
</style>
background-color css
<style>
a { background-color: #AA538F; }
a { background-color: rgb(170,83,143); }
div.DivClassName
{
background-color: #AA538F;
}
.BgClassName
{
background-color: #AA538F;
}
</style>
border-color css
<style>
span { border-color: #AA538F; }
span { border-color: rgb(170,83,143); }
td.TdClassName
{
border-color: #AA538F;
}
.TagClassName
{
border-color: #AA538F;
}
</style>