Shades of Mulberry #AE4F8C
Tints of Mulberry #AE4F8C
RGB
CMYK
RGB Variations
Color information
#AE4F8C (or 0xAE4F8C) is known color: Mulberry. HEX triplet: AE, 4F and 8C. RGB value is (174,79,140). Sum of RGB (Red+Green+Blue) = 174+79+140=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4F8C is #51B073. Grayscale: #727272. Windows color (decimal): -5353588 or 9195438. OLE color: 9195438.
HSL color Cylindrical-coordinate representation of color #AE4F8C: hue angle of 321.47º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE4F8C is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 79 | 140 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.32 |
| HSL | 321.47º | 0.38% | 0.5% | - |
| HSV(B) | 321.47º | 0.55% | 0.68% | - |
| XYZ | 24.99 | 16.48 | 26.68 | - |
| YUV | 114.36 | 142.47 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 79 | 140 | 0 | 0.55 | 0.20 | 0.32 | 321.47 | 0.38 | 0.5 |
| Hex | AE | 4F | 8C | 0 | 37 | 14 | 20 | 141 | 26 | 32 |
| Octal | 256 | 117 | 214 | 0 | 67 | 24 | 40 | 501 | 46 | 62 |
| Binary | 10101110 | 1001111 | 10001100 | 0 | 110111 | 10100 | 100000 | 101000001 | 100110 | 110010 |
Color Harmonies of #AE4F8C
Complementary color
Monochromatic Colors of #AE4F8C
Black with #AE4F8C
Text Example
Text Example
White with #AE4F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4F8C; }
p { color: rgb(174,79,140); }
H1.HeaderClassName
{
color: #AE4F8C;
}
.AnyTagClassName
{
color: #AE4F8C;
}
</style>
background-color css
<style>
a { background-color: #AE4F8C; }
a { background-color: rgb(174,79,140); }
div.DivClassName
{
background-color: #AE4F8C;
}
.BgClassName
{
background-color: #AE4F8C;
}
</style>
border-color css
<style>
span { border-color: #AE4F8C; }
span { border-color: rgb(174,79,140); }
td.TdClassName
{
border-color: #AE4F8C;
}
.TagClassName
{
border-color: #AE4F8C;
}
</style>