Shades of Mulberry #AA508E
Tints of Mulberry #AA508E
RGB
CMYK
RGB Variations
Color information
#AA508E (or 0xAA508E) is known color: Mulberry. HEX triplet: AA, 50 and 8E. RGB value is (170,80,142). Sum of RGB (Red+Green+Blue) = 170+80+142=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA508E is #55AF71. Grayscale: #717171. Windows color (decimal): -5615474 or 9326762. OLE color: 9326762.
HSL color Cylindrical-coordinate representation of color #AA508E: hue angle of 318.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA508E is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 142 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.33 |
| HSL | 318.67º | 0.36% | 0.49% | - |
| HSV(B) | 318.67º | 0.53% | 0.67% | - |
| XYZ | 24.33 | 16.24 | 27.44 | - |
| YUV | 113.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 142 | 0 | 0.53 | 0.16 | 0.33 | 318.67 | 0.36 | 0.49 |
| Hex | AA | 50 | 8E | 0 | 35 | 10 | 21 | 13F | 24 | 31 |
| Octal | 252 | 120 | 216 | 0 | 65 | 20 | 41 | 477 | 44 | 61 |
| Binary | 10101010 | 1010000 | 10001110 | 0 | 110101 | 10000 | 100001 | 100111111 | 100100 | 110001 |
Color Harmonies of #AA508E
Complementary color
Monochromatic Colors of #AA508E
Black with #AA508E
Text Example
Text Example
White with #AA508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA508E; }
p { color: rgb(170,80,142); }
H1.HeaderClassName
{
color: #AA508E;
}
.AnyTagClassName
{
color: #AA508E;
}
</style>
background-color css
<style>
a { background-color: #AA508E; }
a { background-color: rgb(170,80,142); }
div.DivClassName
{
background-color: #AA508E;
}
.BgClassName
{
background-color: #AA508E;
}
</style>
border-color css
<style>
span { border-color: #AA508E; }
span { border-color: rgb(170,80,142); }
td.TdClassName
{
border-color: #AA508E;
}
.TagClassName
{
border-color: #AA508E;
}
</style>