Shades of Mulberry #AE4B8E
Tints of Mulberry #AE4B8E
RGB
CMYK
RGB Variations
Color information
#AE4B8E (or 0xAE4B8E) is known color: Mulberry. HEX triplet: AE, 4B and 8E. RGB value is (174,75,142). Sum of RGB (Red+Green+Blue) = 174+75+142=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4B8E is #51B471. Grayscale: #707070. Windows color (decimal): -5354610 or 9325486. OLE color: 9325486.
HSL color Cylindrical-coordinate representation of color #AE4B8E: hue angle of 319.39º 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 #AE4B8E is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 75 | 142 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.32 |
| HSL | 319.39º | 0.4% | 0.49% | - |
| HSV(B) | 319.39º | 0.57% | 0.68% | - |
| XYZ | 24.85 | 15.98 | 27.37 | - |
| YUV | 112.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 75 | 142 | 0 | 0.57 | 0.18 | 0.32 | 319.39 | 0.4 | 0.49 |
| Hex | AE | 4B | 8E | 0 | 39 | 12 | 20 | 13F | 28 | 31 |
| Octal | 256 | 113 | 216 | 0 | 71 | 22 | 40 | 477 | 50 | 61 |
| Binary | 10101110 | 1001011 | 10001110 | 0 | 111001 | 10010 | 100000 | 100111111 | 101000 | 110001 |
Color Harmonies of #AE4B8E
Complementary color
Monochromatic Colors of #AE4B8E
Black with #AE4B8E
Text Example
Text Example
White with #AE4B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4B8E; }
p { color: rgb(174,75,142); }
H1.HeaderClassName
{
color: #AE4B8E;
}
.AnyTagClassName
{
color: #AE4B8E;
}
</style>
background-color css
<style>
a { background-color: #AE4B8E; }
a { background-color: rgb(174,75,142); }
div.DivClassName
{
background-color: #AE4B8E;
}
.BgClassName
{
background-color: #AE4B8E;
}
</style>
border-color css
<style>
span { border-color: #AE4B8E; }
span { border-color: rgb(174,75,142); }
td.TdClassName
{
border-color: #AE4B8E;
}
.TagClassName
{
border-color: #AE4B8E;
}
</style>