Shades of Mulberry #AC5C91
Tints of Mulberry #AC5C91
RGB
CMYK
RGB Variations
Color information
#AC5C91 (or 0xAC5C91) is known color: Mulberry. HEX triplet: AC, 5C and 91. RGB value is (172,92,145). Sum of RGB (Red+Green+Blue) = 172+92+145=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C91 is #53A36E. Grayscale: #797979. Windows color (decimal): -5481327 or 9526444. OLE color: 9526444.
HSL color Cylindrical-coordinate representation of color #AC5C91: hue angle of 320.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC5C91 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 145 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.33 |
| HSL | 320.25º | 0.33% | 0.52% | - |
| HSV(B) | 320.25º | 0.47% | 0.67% | - |
| XYZ | 25.95 | 18.47 | 28.99 | - |
| YUV | 121.96 | 141 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 145 | 0 | 0.47 | 0.16 | 0.33 | 320.25 | 0.33 | 0.52 |
| Hex | AC | 5C | 91 | 0 | 2F | 10 | 21 | 140 | 21 | 34 |
| Octal | 254 | 134 | 221 | 0 | 57 | 20 | 41 | 500 | 41 | 64 |
| Binary | 10101100 | 1011100 | 10010001 | 0 | 101111 | 10000 | 100001 | 101000000 | 100001 | 110100 |
Color Harmonies of #AC5C91
Complementary color
Monochromatic Colors of #AC5C91
Black with #AC5C91
Text Example
Text Example
White with #AC5C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C91; }
p { color: rgb(172,92,145); }
H1.HeaderClassName
{
color: #AC5C91;
}
.AnyTagClassName
{
color: #AC5C91;
}
</style>
background-color css
<style>
a { background-color: #AC5C91; }
a { background-color: rgb(172,92,145); }
div.DivClassName
{
background-color: #AC5C91;
}
.BgClassName
{
background-color: #AC5C91;
}
</style>
border-color css
<style>
span { border-color: #AC5C91; }
span { border-color: rgb(172,92,145); }
td.TdClassName
{
border-color: #AC5C91;
}
.TagClassName
{
border-color: #AC5C91;
}
</style>