Shades of Mulberry #AC508E
Tints of Mulberry #AC508E
RGB
CMYK
RGB Variations
Color information
#AC508E (or 0xAC508E) is known color: Mulberry. HEX triplet: AC, 50 and 8E. RGB value is (172,80,142). Sum of RGB (Red+Green+Blue) = 172+80+142=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC508E is #53AF71. Grayscale: #727272. Windows color (decimal): -5484402 or 9326764. OLE color: 9326764.
HSL color Cylindrical-coordinate representation of color #AC508E: hue angle of 319.57º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC508E is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 142 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.33 |
| HSL | 319.57º | 0.37% | 0.49% | - |
| HSV(B) | 319.57º | 0.53% | 0.67% | - |
| XYZ | 24.76 | 16.46 | 27.46 | - |
| YUV | 114.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 142 | 0 | 0.53 | 0.17 | 0.33 | 319.57 | 0.37 | 0.49 |
| Hex | AC | 50 | 8E | 0 | 35 | 11 | 21 | 140 | 25 | 31 |
| Octal | 254 | 120 | 216 | 0 | 65 | 21 | 41 | 500 | 45 | 61 |
| Binary | 10101100 | 1010000 | 10001110 | 0 | 110101 | 10001 | 100001 | 101000000 | 100101 | 110001 |
Color Harmonies of #AC508E
Complementary color
Monochromatic Colors of #AC508E
Black with #AC508E
Text Example
Text Example
White with #AC508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC508E; }
p { color: rgb(172,80,142); }
H1.HeaderClassName
{
color: #AC508E;
}
.AnyTagClassName
{
color: #AC508E;
}
</style>
background-color css
<style>
a { background-color: #AC508E; }
a { background-color: rgb(172,80,142); }
div.DivClassName
{
background-color: #AC508E;
}
.BgClassName
{
background-color: #AC508E;
}
</style>
border-color css
<style>
span { border-color: #AC508E; }
span { border-color: rgb(172,80,142); }
td.TdClassName
{
border-color: #AC508E;
}
.TagClassName
{
border-color: #AC508E;
}
</style>