Shades of Mulberry #AE5C8F
Tints of Mulberry #AE5C8F
RGB
CMYK
RGB Variations
Color information
#AE5C8F (or 0xAE5C8F) is known color: Mulberry. HEX triplet: AE, 5C and 8F. RGB value is (174,92,143). Sum of RGB (Red+Green+Blue) = 174+92+143=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5C8F is #51A370. Grayscale: #7A7A7A. Windows color (decimal): -5350257 or 9395374. OLE color: 9395374.
HSL color Cylindrical-coordinate representation of color #AE5C8F: hue angle of 322.68º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE5C8F is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 92 | 143 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.32 |
| HSL | 322.68º | 0.34% | 0.52% | - |
| HSV(B) | 322.68º | 0.47% | 0.68% | - |
| XYZ | 26.24 | 18.64 | 28.2 | - |
| YUV | 122.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 92 | 143 | 0 | 0.47 | 0.18 | 0.32 | 322.68 | 0.34 | 0.52 |
| Hex | AE | 5C | 8F | 0 | 2F | 12 | 20 | 143 | 22 | 34 |
| Octal | 256 | 134 | 217 | 0 | 57 | 22 | 40 | 503 | 42 | 64 |
| Binary | 10101110 | 1011100 | 10001111 | 0 | 101111 | 10010 | 100000 | 101000011 | 100010 | 110100 |
Color Harmonies of #AE5C8F
Complementary color
Monochromatic Colors of #AE5C8F
Black with #AE5C8F
Text Example
Text Example
White with #AE5C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5C8F; }
p { color: rgb(174,92,143); }
H1.HeaderClassName
{
color: #AE5C8F;
}
.AnyTagClassName
{
color: #AE5C8F;
}
</style>
background-color css
<style>
a { background-color: #AE5C8F; }
a { background-color: rgb(174,92,143); }
div.DivClassName
{
background-color: #AE5C8F;
}
.BgClassName
{
background-color: #AE5C8F;
}
</style>
border-color css
<style>
span { border-color: #AE5C8F; }
span { border-color: rgb(174,92,143); }
td.TdClassName
{
border-color: #AE5C8F;
}
.TagClassName
{
border-color: #AE5C8F;
}
</style>