Shades of Mulberry #AC4D94
Tints of Mulberry #AC4D94
RGB
CMYK
RGB Variations
Color information
#AC4D94 (or 0xAC4D94) is known color: Mulberry. HEX triplet: AC, 4D and 94. RGB value is (172,77,148). Sum of RGB (Red+Green+Blue) = 172+77+148=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4D94 is #53B26B. Grayscale: #717171. Windows color (decimal): -5485164 or 9719212. OLE color: 9719212.
HSL color Cylindrical-coordinate representation of color #AC4D94: hue angle of 315.16º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4D94 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 148 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.33 |
| HSL | 315.16º | 0.38% | 0.49% | - |
| HSV(B) | 315.16º | 0.55% | 0.67% | - |
| XYZ | 25.01 | 16.22 | 29.83 | - |
| YUV | 113.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 148 | 0 | 0.55 | 0.14 | 0.33 | 315.16 | 0.38 | 0.49 |
| Hex | AC | 4D | 94 | 0 | 37 | E | 21 | 13B | 26 | 31 |
| Octal | 254 | 115 | 224 | 0 | 67 | 16 | 41 | 473 | 46 | 61 |
| Binary | 10101100 | 1001101 | 10010100 | 0 | 110111 | 1110 | 100001 | 100111011 | 100110 | 110001 |
Color Harmonies of #AC4D94
Complementary color
Monochromatic Colors of #AC4D94
Black with #AC4D94
Text Example
Text Example
White with #AC4D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D94; }
p { color: rgb(172,77,148); }
H1.HeaderClassName
{
color: #AC4D94;
}
.AnyTagClassName
{
color: #AC4D94;
}
</style>
background-color css
<style>
a { background-color: #AC4D94; }
a { background-color: rgb(172,77,148); }
div.DivClassName
{
background-color: #AC4D94;
}
.BgClassName
{
background-color: #AC4D94;
}
</style>
border-color css
<style>
span { border-color: #AC4D94; }
span { border-color: rgb(172,77,148); }
td.TdClassName
{
border-color: #AC4D94;
}
.TagClassName
{
border-color: #AC4D94;
}
</style>