Shades of Mulberry #AA4A8B
Tints of Mulberry #AA4A8B
RGB
CMYK
RGB Variations
Color information
#AA4A8B (or 0xAA4A8B) is known color: Mulberry. HEX triplet: AA, 4A and 8B. RGB value is (170,74,139). Sum of RGB (Red+Green+Blue) = 170+74+139=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A8B is #55B574. Grayscale: #6D6D6D. Windows color (decimal): -5617013 or 9128618. OLE color: 9128618.
HSL color Cylindrical-coordinate representation of color #AA4A8B: hue angle of 319.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A8B is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 139 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.33 |
| HSL | 319.38º | 0.39% | 0.48% | - |
| HSV(B) | 319.38º | 0.56% | 0.67% | - |
| XYZ | 23.69 | 15.31 | 26.13 | - |
| YUV | 110.11 | 144.3 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 139 | 0 | 0.56 | 0.18 | 0.33 | 319.38 | 0.39 | 0.48 |
| Hex | AA | 4A | 8B | 0 | 38 | 12 | 21 | 13F | 27 | 30 |
| Octal | 252 | 112 | 213 | 0 | 70 | 22 | 41 | 477 | 47 | 60 |
| Binary | 10101010 | 1001010 | 10001011 | 0 | 111000 | 10010 | 100001 | 100111111 | 100111 | 110000 |
Color Harmonies of #AA4A8B
Complementary color
Monochromatic Colors of #AA4A8B
Black with #AA4A8B
Text Example
Text Example
White with #AA4A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A8B; }
p { color: rgb(170,74,139); }
H1.HeaderClassName
{
color: #AA4A8B;
}
.AnyTagClassName
{
color: #AA4A8B;
}
</style>
background-color css
<style>
a { background-color: #AA4A8B; }
a { background-color: rgb(170,74,139); }
div.DivClassName
{
background-color: #AA4A8B;
}
.BgClassName
{
background-color: #AA4A8B;
}
</style>
border-color css
<style>
span { border-color: #AA4A8B; }
span { border-color: rgb(170,74,139); }
td.TdClassName
{
border-color: #AA4A8B;
}
.TagClassName
{
border-color: #AA4A8B;
}
</style>