Shades of Mulberry #AA528F
Tints of Mulberry #AA528F
RGB
CMYK
RGB Variations
Color information
#AA528F (or 0xAA528F) is known color: Mulberry. HEX triplet: AA, 52 and 8F. RGB value is (170,82,143). Sum of RGB (Red+Green+Blue) = 170+82+143=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA528F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA528F is #55AD70. Grayscale: #737373. Windows color (decimal): -5614961 or 9392810. OLE color: 9392810.
HSL color Cylindrical-coordinate representation of color #AA528F: hue angle of 318.41º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA528F is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 143 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.33 |
| HSL | 318.41º | 0.35% | 0.49% | - |
| HSV(B) | 318.41º | 0.52% | 0.67% | - |
| XYZ | 24.55 | 16.56 | 27.89 | - |
| YUV | 115.27 | 143.65 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 143 | 0 | 0.52 | 0.16 | 0.33 | 318.41 | 0.35 | 0.49 |
| Hex | AA | 52 | 8F | 0 | 34 | 10 | 21 | 13E | 23 | 31 |
| Octal | 252 | 122 | 217 | 0 | 64 | 20 | 41 | 476 | 43 | 61 |
| Binary | 10101010 | 1010010 | 10001111 | 0 | 110100 | 10000 | 100001 | 100111110 | 100011 | 110001 |
Color Harmonies of #AA528F
Complementary color
Monochromatic Colors of #AA528F
Black with #AA528F
Text Example
Text Example
White with #AA528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA528F; }
p { color: rgb(170,82,143); }
H1.HeaderClassName
{
color: #AA528F;
}
.AnyTagClassName
{
color: #AA528F;
}
</style>
background-color css
<style>
a { background-color: #AA528F; }
a { background-color: rgb(170,82,143); }
div.DivClassName
{
background-color: #AA528F;
}
.BgClassName
{
background-color: #AA528F;
}
</style>
border-color css
<style>
span { border-color: #AA528F; }
span { border-color: rgb(170,82,143); }
td.TdClassName
{
border-color: #AA528F;
}
.TagClassName
{
border-color: #AA528F;
}
</style>