Shades of Mulberry #AE4A8A
Tints of Mulberry #AE4A8A
RGB
CMYK
RGB Variations
Color information
#AE4A8A (or 0xAE4A8A) is known color: Mulberry. HEX triplet: AE, 4A and 8A. RGB value is (174,74,138). Sum of RGB (Red+Green+Blue) = 174+74+138=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4A8A is #51B575. Grayscale: #6F6F6F. Windows color (decimal): -5354870 or 9063086. OLE color: 9063086.
HSL color Cylindrical-coordinate representation of color #AE4A8A: hue angle of 321.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE4A8A is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 74 | 138 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.32 |
| HSL | 321.6º | 0.4% | 0.49% | - |
| HSV(B) | 321.6º | 0.57% | 0.68% | - |
| XYZ | 24.49 | 15.73 | 25.79 | - |
| YUV | 111.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 74 | 138 | 0 | 0.57 | 0.21 | 0.32 | 321.6 | 0.4 | 0.49 |
| Hex | AE | 4A | 8A | 0 | 39 | 15 | 20 | 142 | 28 | 31 |
| Octal | 256 | 112 | 212 | 0 | 71 | 25 | 40 | 502 | 50 | 61 |
| Binary | 10101110 | 1001010 | 10001010 | 0 | 111001 | 10101 | 100000 | 101000010 | 101000 | 110001 |
Color Harmonies of #AE4A8A
Complementary color
Monochromatic Colors of #AE4A8A
Black with #AE4A8A
Text Example
Text Example
White with #AE4A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4A8A; }
p { color: rgb(174,74,138); }
H1.HeaderClassName
{
color: #AE4A8A;
}
.AnyTagClassName
{
color: #AE4A8A;
}
</style>
background-color css
<style>
a { background-color: #AE4A8A; }
a { background-color: rgb(174,74,138); }
div.DivClassName
{
background-color: #AE4A8A;
}
.BgClassName
{
background-color: #AE4A8A;
}
</style>
border-color css
<style>
span { border-color: #AE4A8A; }
span { border-color: rgb(174,74,138); }
td.TdClassName
{
border-color: #AE4A8A;
}
.TagClassName
{
border-color: #AE4A8A;
}
</style>