Shades of Mulberry #AC4C94
Tints of Mulberry #AC4C94
RGB
CMYK
RGB Variations
Color information
#AC4C94 (or 0xAC4C94) is known color: Mulberry. HEX triplet: AC, 4C and 94. RGB value is (172,76,148). Sum of RGB (Red+Green+Blue) = 172+76+148=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4C94 is #53B36B. Grayscale: #707070. Windows color (decimal): -5485420 or 9718956. OLE color: 9718956.
HSL color Cylindrical-coordinate representation of color #AC4C94: hue angle of 315º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4C94 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 148 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.33 |
| HSL | 315º | 0.39% | 0.49% | - |
| HSV(B) | 315º | 0.56% | 0.67% | - |
| XYZ | 24.94 | 16.08 | 29.81 | - |
| YUV | 112.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 148 | 0 | 0.56 | 0.14 | 0.33 | 315 | 0.39 | 0.49 |
| Hex | AC | 4C | 94 | 0 | 38 | E | 21 | 13B | 27 | 31 |
| Octal | 254 | 114 | 224 | 0 | 70 | 16 | 41 | 473 | 47 | 61 |
| Binary | 10101100 | 1001100 | 10010100 | 0 | 111000 | 1110 | 100001 | 100111011 | 100111 | 110001 |
Color Harmonies of #AC4C94
Complementary color
Monochromatic Colors of #AC4C94
Black with #AC4C94
Text Example
Text Example
White with #AC4C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C94; }
p { color: rgb(172,76,148); }
H1.HeaderClassName
{
color: #AC4C94;
}
.AnyTagClassName
{
color: #AC4C94;
}
</style>
background-color css
<style>
a { background-color: #AC4C94; }
a { background-color: rgb(172,76,148); }
div.DivClassName
{
background-color: #AC4C94;
}
.BgClassName
{
background-color: #AC4C94;
}
</style>
border-color css
<style>
span { border-color: #AC4C94; }
span { border-color: rgb(172,76,148); }
td.TdClassName
{
border-color: #AC4C94;
}
.TagClassName
{
border-color: #AC4C94;
}
</style>