Shades of Mulberry #AA518F
Tints of Mulberry #AA518F
RGB
CMYK
RGB Variations
Color information
#AA518F (or 0xAA518F) is known color: Mulberry. HEX triplet: AA, 51 and 8F. RGB value is (170,81,143). Sum of RGB (Red+Green+Blue) = 170+81+143=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA518F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA518F is #55AE70. Grayscale: #727272. Windows color (decimal): -5615217 or 9392554. OLE color: 9392554.
HSL color Cylindrical-coordinate representation of color #AA518F: hue angle of 318.2º 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 #AA518F is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 143 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.33 |
| HSL | 318.2º | 0.35% | 0.49% | - |
| HSV(B) | 318.2º | 0.52% | 0.67% | - |
| XYZ | 24.48 | 16.41 | 27.86 | - |
| YUV | 114.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 143 | 0 | 0.52 | 0.16 | 0.33 | 318.2 | 0.35 | 0.49 |
| Hex | AA | 51 | 8F | 0 | 34 | 10 | 21 | 13E | 23 | 31 |
| Octal | 252 | 121 | 217 | 0 | 64 | 20 | 41 | 476 | 43 | 61 |
| Binary | 10101010 | 1010001 | 10001111 | 0 | 110100 | 10000 | 100001 | 100111110 | 100011 | 110001 |
Color Harmonies of #AA518F
Complementary color
Monochromatic Colors of #AA518F
Black with #AA518F
Text Example
Text Example
White with #AA518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA518F; }
p { color: rgb(170,81,143); }
H1.HeaderClassName
{
color: #AA518F;
}
.AnyTagClassName
{
color: #AA518F;
}
</style>
background-color css
<style>
a { background-color: #AA518F; }
a { background-color: rgb(170,81,143); }
div.DivClassName
{
background-color: #AA518F;
}
.BgClassName
{
background-color: #AA518F;
}
</style>
border-color css
<style>
span { border-color: #AA518F; }
span { border-color: rgb(170,81,143); }
td.TdClassName
{
border-color: #AA518F;
}
.TagClassName
{
border-color: #AA518F;
}
</style>