Shades of Mulberry #AE4A8B
Tints of Mulberry #AE4A8B
RGB
CMYK
RGB Variations
Color information
#AE4A8B (or 0xAE4A8B) is known color: Mulberry. HEX triplet: AE, 4A and 8B. RGB value is (174,74,139). Sum of RGB (Red+Green+Blue) = 174+74+139=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4A8B is #51B574. Grayscale: #6F6F6F. Windows color (decimal): -5354869 or 9128622. OLE color: 9128622.
HSL color Cylindrical-coordinate representation of color #AE4A8B: hue angle of 321º 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 #AE4A8B is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 74 | 139 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.32 |
| HSL | 321º | 0.4% | 0.49% | - |
| HSV(B) | 321º | 0.57% | 0.68% | - |
| XYZ | 24.56 | 15.76 | 26.17 | - |
| YUV | 111.31 | 143.63 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 74 | 139 | 0 | 0.57 | 0.20 | 0.32 | 321 | 0.4 | 0.49 |
| Hex | AE | 4A | 8B | 0 | 39 | 14 | 20 | 141 | 28 | 31 |
| Octal | 256 | 112 | 213 | 0 | 71 | 24 | 40 | 501 | 50 | 61 |
| Binary | 10101110 | 1001010 | 10001011 | 0 | 111001 | 10100 | 100000 | 101000001 | 101000 | 110001 |
Color Harmonies of #AE4A8B
Complementary color
Monochromatic Colors of #AE4A8B
Black with #AE4A8B
Text Example
Text Example
White with #AE4A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4A8B; }
p { color: rgb(174,74,139); }
H1.HeaderClassName
{
color: #AE4A8B;
}
.AnyTagClassName
{
color: #AE4A8B;
}
</style>
background-color css
<style>
a { background-color: #AE4A8B; }
a { background-color: rgb(174,74,139); }
div.DivClassName
{
background-color: #AE4A8B;
}
.BgClassName
{
background-color: #AE4A8B;
}
</style>
border-color css
<style>
span { border-color: #AE4A8B; }
span { border-color: rgb(174,74,139); }
td.TdClassName
{
border-color: #AE4A8B;
}
.TagClassName
{
border-color: #AE4A8B;
}
</style>