Shades of Mulberry #AC568C
Tints of Mulberry #AC568C
RGB
CMYK
RGB Variations
Color information
#AC568C (or 0xAC568C) is known color: Mulberry. HEX triplet: AC, 56 and 8C. RGB value is (172,86,140). Sum of RGB (Red+Green+Blue) = 172+86+140=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC568C is #53A973. Grayscale: #757575. Windows color (decimal): -5482868 or 9197228. OLE color: 9197228.
HSL color Cylindrical-coordinate representation of color #AC568C: hue angle of 322.33º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC568C is Cyan = 0, Magento = 0.5, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 140 | - |
| CMYK | 0 | 0.5 | 0.19 | 0.33 |
| HSL | 322.33º | 0.34% | 0.51% | - |
| HSV(B) | 322.33º | 0.5% | 0.67% | - |
| XYZ | 25.07 | 17.32 | 26.83 | - |
| YUV | 117.87 | 140.49 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 140 | 0 | 0.5 | 0.19 | 0.33 | 322.33 | 0.34 | 0.51 |
| Hex | AC | 56 | 8C | 0 | 32 | 13 | 21 | 142 | 22 | 33 |
| Octal | 254 | 126 | 214 | 0 | 62 | 23 | 41 | 502 | 42 | 63 |
| Binary | 10101100 | 1010110 | 10001100 | 0 | 110010 | 10011 | 100001 | 101000010 | 100010 | 110011 |
Color Harmonies of #AC568C
Complementary color
Monochromatic Colors of #AC568C
Black with #AC568C
Text Example
Text Example
White with #AC568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC568C; }
p { color: rgb(172,86,140); }
H1.HeaderClassName
{
color: #AC568C;
}
.AnyTagClassName
{
color: #AC568C;
}
</style>
background-color css
<style>
a { background-color: #AC568C; }
a { background-color: rgb(172,86,140); }
div.DivClassName
{
background-color: #AC568C;
}
.BgClassName
{
background-color: #AC568C;
}
</style>
border-color css
<style>
span { border-color: #AC568C; }
span { border-color: rgb(172,86,140); }
td.TdClassName
{
border-color: #AC568C;
}
.TagClassName
{
border-color: #AC568C;
}
</style>