Shades of Mulberry #AC5090
Tints of Mulberry #AC5090
RGB
CMYK
RGB Variations
Color information
#AC5090 (or 0xAC5090) is known color: Mulberry. HEX triplet: AC, 50 and 90. RGB value is (172,80,144). Sum of RGB (Red+Green+Blue) = 172+80+144=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5090 is #53AF6F. Grayscale: #727272. Windows color (decimal): -5484400 or 9457836. OLE color: 9457836.
HSL color Cylindrical-coordinate representation of color #AC5090: hue angle of 318.26º 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 #AC5090 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 144 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.33 |
| HSL | 318.26º | 0.37% | 0.49% | - |
| HSV(B) | 318.26º | 0.53% | 0.67% | - |
| XYZ | 24.92 | 16.52 | 28.26 | - |
| YUV | 114.8 | 144.48 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 144 | 0 | 0.53 | 0.16 | 0.33 | 318.26 | 0.37 | 0.49 |
| Hex | AC | 50 | 90 | 0 | 35 | 10 | 21 | 13E | 25 | 31 |
| Octal | 254 | 120 | 220 | 0 | 65 | 20 | 41 | 476 | 45 | 61 |
| Binary | 10101100 | 1010000 | 10010000 | 0 | 110101 | 10000 | 100001 | 100111110 | 100101 | 110001 |
Color Harmonies of #AC5090
Complementary color
Monochromatic Colors of #AC5090
Black with #AC5090
Text Example
Text Example
White with #AC5090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5090; }
p { color: rgb(172,80,144); }
H1.HeaderClassName
{
color: #AC5090;
}
.AnyTagClassName
{
color: #AC5090;
}
</style>
background-color css
<style>
a { background-color: #AC5090; }
a { background-color: rgb(172,80,144); }
div.DivClassName
{
background-color: #AC5090;
}
.BgClassName
{
background-color: #AC5090;
}
</style>
border-color css
<style>
span { border-color: #AC5090; }
span { border-color: rgb(172,80,144); }
td.TdClassName
{
border-color: #AC5090;
}
.TagClassName
{
border-color: #AC5090;
}
</style>