Shades of Mulberry #AC4A8A
Tints of Mulberry #AC4A8A
RGB
CMYK
RGB Variations
Color information
#AC4A8A (or 0xAC4A8A) is known color: Mulberry. HEX triplet: AC, 4A and 8A. RGB value is (172,74,138). Sum of RGB (Red+Green+Blue) = 172+74+138=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A8A is #53B575. Grayscale: #6E6E6E. Windows color (decimal): -5485942 or 9063084. OLE color: 9063084.
HSL color Cylindrical-coordinate representation of color #AC4A8A: hue angle of 320.82º 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 #AC4A8A is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 138 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.33 |
| HSL | 320.82º | 0.4% | 0.48% | - |
| HSV(B) | 320.82º | 0.57% | 0.67% | - |
| XYZ | 24.05 | 15.5 | 25.77 | - |
| YUV | 110.6 | 143.47 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 138 | 0 | 0.57 | 0.20 | 0.33 | 320.82 | 0.4 | 0.48 |
| Hex | AC | 4A | 8A | 0 | 39 | 14 | 21 | 141 | 28 | 30 |
| Octal | 254 | 112 | 212 | 0 | 71 | 24 | 41 | 501 | 50 | 60 |
| Binary | 10101100 | 1001010 | 10001010 | 0 | 111001 | 10100 | 100001 | 101000001 | 101000 | 110000 |
Color Harmonies of #AC4A8A
Complementary color
Monochromatic Colors of #AC4A8A
Black with #AC4A8A
Text Example
Text Example
White with #AC4A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A8A; }
p { color: rgb(172,74,138); }
H1.HeaderClassName
{
color: #AC4A8A;
}
.AnyTagClassName
{
color: #AC4A8A;
}
</style>
background-color css
<style>
a { background-color: #AC4A8A; }
a { background-color: rgb(172,74,138); }
div.DivClassName
{
background-color: #AC4A8A;
}
.BgClassName
{
background-color: #AC4A8A;
}
</style>
border-color css
<style>
span { border-color: #AC4A8A; }
span { border-color: rgb(172,74,138); }
td.TdClassName
{
border-color: #AC4A8A;
}
.TagClassName
{
border-color: #AC4A8A;
}
</style>