Shades of Mulberry #AC4A8E
Tints of Mulberry #AC4A8E
RGB
CMYK
RGB Variations
Color information
#AC4A8E (or 0xAC4A8E) is known color: Mulberry. HEX triplet: AC, 4A and 8E. RGB value is (172,74,142). Sum of RGB (Red+Green+Blue) = 172+74+142=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A8E is #53B571. Grayscale: #6E6E6E. Windows color (decimal): -5485938 or 9325228. OLE color: 9325228.
HSL color Cylindrical-coordinate representation of color #AC4A8E: hue angle of 318.37º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC4A8E is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 142 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.33 |
| HSL | 318.37º | 0.4% | 0.48% | - |
| HSV(B) | 318.37º | 0.57% | 0.67% | - |
| XYZ | 24.34 | 15.62 | 27.32 | - |
| YUV | 111.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 142 | 0 | 0.57 | 0.17 | 0.33 | 318.37 | 0.4 | 0.48 |
| Hex | AC | 4A | 8E | 0 | 39 | 11 | 21 | 13E | 28 | 30 |
| Octal | 254 | 112 | 216 | 0 | 71 | 21 | 41 | 476 | 50 | 60 |
| Binary | 10101100 | 1001010 | 10001110 | 0 | 111001 | 10001 | 100001 | 100111110 | 101000 | 110000 |
Color Harmonies of #AC4A8E
Complementary color
Monochromatic Colors of #AC4A8E
Black with #AC4A8E
Text Example
Text Example
White with #AC4A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A8E; }
p { color: rgb(172,74,142); }
H1.HeaderClassName
{
color: #AC4A8E;
}
.AnyTagClassName
{
color: #AC4A8E;
}
</style>
background-color css
<style>
a { background-color: #AC4A8E; }
a { background-color: rgb(172,74,142); }
div.DivClassName
{
background-color: #AC4A8E;
}
.BgClassName
{
background-color: #AC4A8E;
}
</style>
border-color css
<style>
span { border-color: #AC4A8E; }
span { border-color: rgb(172,74,142); }
td.TdClassName
{
border-color: #AC4A8E;
}
.TagClassName
{
border-color: #AC4A8E;
}
</style>