Shades of Mulberry #AC518F
Tints of Mulberry #AC518F
RGB
CMYK
RGB Variations
Color information
#AC518F (or 0xAC518F) is known color: Mulberry. HEX triplet: AC, 51 and 8F. RGB value is (172,81,143). Sum of RGB (Red+Green+Blue) = 172+81+143=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC518F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC518F is #53AE70. Grayscale: #737373. Windows color (decimal): -5484145 or 9392556. OLE color: 9392556.
HSL color Cylindrical-coordinate representation of color #AC518F: hue angle of 319.12º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC518F is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 143 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.33 |
| HSL | 319.12º | 0.36% | 0.5% | - |
| HSV(B) | 319.12º | 0.53% | 0.67% | - |
| XYZ | 24.91 | 16.64 | 27.89 | - |
| YUV | 115.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 143 | 0 | 0.53 | 0.17 | 0.33 | 319.12 | 0.36 | 0.5 |
| Hex | AC | 51 | 8F | 0 | 35 | 11 | 21 | 13F | 24 | 32 |
| Octal | 254 | 121 | 217 | 0 | 65 | 21 | 41 | 477 | 44 | 62 |
| Binary | 10101100 | 1010001 | 10001111 | 0 | 110101 | 10001 | 100001 | 100111111 | 100100 | 110010 |
Color Harmonies of #AC518F
Complementary color
Monochromatic Colors of #AC518F
Black with #AC518F
Text Example
Text Example
White with #AC518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC518F; }
p { color: rgb(172,81,143); }
H1.HeaderClassName
{
color: #AC518F;
}
.AnyTagClassName
{
color: #AC518F;
}
</style>
background-color css
<style>
a { background-color: #AC518F; }
a { background-color: rgb(172,81,143); }
div.DivClassName
{
background-color: #AC518F;
}
.BgClassName
{
background-color: #AC518F;
}
</style>
border-color css
<style>
span { border-color: #AC518F; }
span { border-color: rgb(172,81,143); }
td.TdClassName
{
border-color: #AC518F;
}
.TagClassName
{
border-color: #AC518F;
}
</style>