Shades of Mulberry #AE5D94
Tints of Mulberry #AE5D94
RGB
CMYK
RGB Variations
Color information
#AE5D94 (or 0xAE5D94) is known color: Mulberry. HEX triplet: AE, 5D and 94. RGB value is (174,93,148). Sum of RGB (Red+Green+Blue) = 174+93+148=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5D94 is #51A26B. Grayscale: #7B7B7B. Windows color (decimal): -5349996 or 9723310. OLE color: 9723310.
HSL color Cylindrical-coordinate representation of color #AE5D94: hue angle of 319.26º degrees, saturation: 0.33, 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 #AE5D94 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 93 | 148 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.32 |
| HSL | 319.26º | 0.33% | 0.52% | - |
| HSV(B) | 319.26º | 0.47% | 0.68% | - |
| XYZ | 26.72 | 18.97 | 30.27 | - |
| YUV | 123.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 93 | 148 | 0 | 0.47 | 0.15 | 0.32 | 319.26 | 0.33 | 0.52 |
| Hex | AE | 5D | 94 | 0 | 2F | F | 20 | 13F | 21 | 34 |
| Octal | 256 | 135 | 224 | 0 | 57 | 17 | 40 | 477 | 41 | 64 |
| Binary | 10101110 | 1011101 | 10010100 | 0 | 101111 | 1111 | 100000 | 100111111 | 100001 | 110100 |
Color Harmonies of #AE5D94
Complementary color
Monochromatic Colors of #AE5D94
Black with #AE5D94
Text Example
Text Example
White with #AE5D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5D94; }
p { color: rgb(174,93,148); }
H1.HeaderClassName
{
color: #AE5D94;
}
.AnyTagClassName
{
color: #AE5D94;
}
</style>
background-color css
<style>
a { background-color: #AE5D94; }
a { background-color: rgb(174,93,148); }
div.DivClassName
{
background-color: #AE5D94;
}
.BgClassName
{
background-color: #AE5D94;
}
</style>
border-color css
<style>
span { border-color: #AE5D94; }
span { border-color: rgb(174,93,148); }
td.TdClassName
{
border-color: #AE5D94;
}
.TagClassName
{
border-color: #AE5D94;
}
</style>