Shades of Mulberry #AC5A8A
Tints of Mulberry #AC5A8A
RGB
CMYK
RGB Variations
Color information
#AC5A8A (or 0xAC5A8A) is known color: Mulberry. HEX triplet: AC, 5A and 8A. RGB value is (172,90,138). Sum of RGB (Red+Green+Blue) = 172+90+138=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5A8A is #53A575. Grayscale: #777777. Windows color (decimal): -5481846 or 9067180. OLE color: 9067180.
HSL color Cylindrical-coordinate representation of color #AC5A8A: hue angle of 324.88º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5A8A is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 138 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.33 |
| HSL | 324.88º | 0.33% | 0.51% | - |
| HSV(B) | 324.88º | 0.48% | 0.67% | - |
| XYZ | 25.26 | 17.92 | 26.17 | - |
| YUV | 119.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 138 | 0 | 0.48 | 0.20 | 0.33 | 324.88 | 0.33 | 0.51 |
| Hex | AC | 5A | 8A | 0 | 30 | 14 | 21 | 145 | 21 | 33 |
| Octal | 254 | 132 | 212 | 0 | 60 | 24 | 41 | 505 | 41 | 63 |
| Binary | 10101100 | 1011010 | 10001010 | 0 | 110000 | 10100 | 100001 | 101000101 | 100001 | 110011 |
Color Harmonies of #AC5A8A
Complementary color
Monochromatic Colors of #AC5A8A
Black with #AC5A8A
Text Example
Text Example
White with #AC5A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5A8A; }
p { color: rgb(172,90,138); }
H1.HeaderClassName
{
color: #AC5A8A;
}
.AnyTagClassName
{
color: #AC5A8A;
}
</style>
background-color css
<style>
a { background-color: #AC5A8A; }
a { background-color: rgb(172,90,138); }
div.DivClassName
{
background-color: #AC5A8A;
}
.BgClassName
{
background-color: #AC5A8A;
}
</style>
border-color css
<style>
span { border-color: #AC5A8A; }
span { border-color: rgb(172,90,138); }
td.TdClassName
{
border-color: #AC5A8A;
}
.TagClassName
{
border-color: #AC5A8A;
}
</style>