Shades of Mulberry #AE4A8F
Tints of Mulberry #AE4A8F
RGB
CMYK
RGB Variations
Color information
#AE4A8F (or 0xAE4A8F) is known color: Mulberry. HEX triplet: AE, 4A and 8F. RGB value is (174,74,143). Sum of RGB (Red+Green+Blue) = 174+74+143=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4A8F is #51B570. Grayscale: #6F6F6F. Windows color (decimal): -5354865 or 9390766. OLE color: 9390766.
HSL color Cylindrical-coordinate representation of color #AE4A8F: hue angle of 318.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 #AE4A8F is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 74 | 143 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.32 |
| HSL | 318.6º | 0.4% | 0.49% | - |
| HSV(B) | 318.6º | 0.57% | 0.68% | - |
| XYZ | 24.86 | 15.88 | 27.74 | - |
| YUV | 111.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 74 | 143 | 0 | 0.57 | 0.18 | 0.32 | 318.6 | 0.4 | 0.49 |
| Hex | AE | 4A | 8F | 0 | 39 | 12 | 20 | 13F | 28 | 31 |
| Octal | 256 | 112 | 217 | 0 | 71 | 22 | 40 | 477 | 50 | 61 |
| Binary | 10101110 | 1001010 | 10001111 | 0 | 111001 | 10010 | 100000 | 100111111 | 101000 | 110001 |
Color Harmonies of #AE4A8F
Complementary color
Monochromatic Colors of #AE4A8F
Black with #AE4A8F
Text Example
Text Example
White with #AE4A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4A8F; }
p { color: rgb(174,74,143); }
H1.HeaderClassName
{
color: #AE4A8F;
}
.AnyTagClassName
{
color: #AE4A8F;
}
</style>
background-color css
<style>
a { background-color: #AE4A8F; }
a { background-color: rgb(174,74,143); }
div.DivClassName
{
background-color: #AE4A8F;
}
.BgClassName
{
background-color: #AE4A8F;
}
</style>
border-color css
<style>
span { border-color: #AE4A8F; }
span { border-color: rgb(174,74,143); }
td.TdClassName
{
border-color: #AE4A8F;
}
.TagClassName
{
border-color: #AE4A8F;
}
</style>