Shades of Mulberry #AE5192
Tints of Mulberry #AE5192
RGB
CMYK
RGB Variations
Color information
#AE5192 (or 0xAE5192) is known color: Mulberry. HEX triplet: AE, 51 and 92. RGB value is (174,81,146). Sum of RGB (Red+Green+Blue) = 174+81+146=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5192 is #51AE6D. Grayscale: #747474. Windows color (decimal): -5353070 or 9589166. OLE color: 9589166.
HSL color Cylindrical-coordinate representation of color #AE5192: hue angle of 318.06º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE5192 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 81 | 146 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.32 |
| HSL | 318.06º | 0.36% | 0.5% | - |
| HSV(B) | 318.06º | 0.53% | 0.68% | - |
| XYZ | 25.59 | 16.96 | 29.12 | - |
| YUV | 116.22 | 144.81 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 81 | 146 | 0 | 0.53 | 0.16 | 0.32 | 318.06 | 0.36 | 0.5 |
| Hex | AE | 51 | 92 | 0 | 35 | 10 | 20 | 13E | 24 | 32 |
| Octal | 256 | 121 | 222 | 0 | 65 | 20 | 40 | 476 | 44 | 62 |
| Binary | 10101110 | 1010001 | 10010010 | 0 | 110101 | 10000 | 100000 | 100111110 | 100100 | 110010 |
Color Harmonies of #AE5192
Complementary color
Monochromatic Colors of #AE5192
Black with #AE5192
Text Example
Text Example
White with #AE5192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5192; }
p { color: rgb(174,81,146); }
H1.HeaderClassName
{
color: #AE5192;
}
.AnyTagClassName
{
color: #AE5192;
}
</style>
background-color css
<style>
a { background-color: #AE5192; }
a { background-color: rgb(174,81,146); }
div.DivClassName
{
background-color: #AE5192;
}
.BgClassName
{
background-color: #AE5192;
}
</style>
border-color css
<style>
span { border-color: #AE5192; }
span { border-color: rgb(174,81,146); }
td.TdClassName
{
border-color: #AE5192;
}
.TagClassName
{
border-color: #AE5192;
}
</style>