Shades of Mulberry #AC5A8E
Tints of Mulberry #AC5A8E
RGB
CMYK
RGB Variations
Color information
#AC5A8E (or 0xAC5A8E) is known color: Mulberry. HEX triplet: AC, 5A and 8E. RGB value is (172,90,142). Sum of RGB (Red+Green+Blue) = 172+90+142=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5A8E is #53A571. Grayscale: #787878. Windows color (decimal): -5481842 or 9329324. OLE color: 9329324.
HSL color Cylindrical-coordinate representation of color #AC5A8E: hue angle of 321.95º 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 #AC5A8E is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 142 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.33 |
| HSL | 321.95º | 0.33% | 0.51% | - |
| HSV(B) | 321.95º | 0.48% | 0.67% | - |
| XYZ | 25.55 | 18.04 | 27.73 | - |
| YUV | 120.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 142 | 0 | 0.48 | 0.17 | 0.33 | 321.95 | 0.33 | 0.51 |
| Hex | AC | 5A | 8E | 0 | 30 | 11 | 21 | 142 | 21 | 33 |
| Octal | 254 | 132 | 216 | 0 | 60 | 21 | 41 | 502 | 41 | 63 |
| Binary | 10101100 | 1011010 | 10001110 | 0 | 110000 | 10001 | 100001 | 101000010 | 100001 | 110011 |
Color Harmonies of #AC5A8E
Complementary color
Monochromatic Colors of #AC5A8E
Black with #AC5A8E
Text Example
Text Example
White with #AC5A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5A8E; }
p { color: rgb(172,90,142); }
H1.HeaderClassName
{
color: #AC5A8E;
}
.AnyTagClassName
{
color: #AC5A8E;
}
</style>
background-color css
<style>
a { background-color: #AC5A8E; }
a { background-color: rgb(172,90,142); }
div.DivClassName
{
background-color: #AC5A8E;
}
.BgClassName
{
background-color: #AC5A8E;
}
</style>
border-color css
<style>
span { border-color: #AC5A8E; }
span { border-color: rgb(172,90,142); }
td.TdClassName
{
border-color: #AC5A8E;
}
.TagClassName
{
border-color: #AC5A8E;
}
</style>