Shades of Mulberry #AC4A92
Tints of Mulberry #AC4A92
RGB
CMYK
RGB Variations
Color information
#AC4A92 (or 0xAC4A92) is known color: Mulberry. HEX triplet: AC, 4A and 92. RGB value is (172,74,146). Sum of RGB (Red+Green+Blue) = 172+74+146=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A92 is #53B56D. Grayscale: #6F6F6F. Windows color (decimal): -5485934 or 9587372. OLE color: 9587372.
HSL color Cylindrical-coordinate representation of color #AC4A92: hue angle of 315.92º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC4A92 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 146 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.33 |
| HSL | 315.92º | 0.4% | 0.48% | - |
| HSV(B) | 315.92º | 0.57% | 0.67% | - |
| XYZ | 24.65 | 15.74 | 28.93 | - |
| YUV | 111.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 146 | 0 | 0.57 | 0.15 | 0.33 | 315.92 | 0.4 | 0.48 |
| Hex | AC | 4A | 92 | 0 | 39 | F | 21 | 13C | 28 | 30 |
| Octal | 254 | 112 | 222 | 0 | 71 | 17 | 41 | 474 | 50 | 60 |
| Binary | 10101100 | 1001010 | 10010010 | 0 | 111001 | 1111 | 100001 | 100111100 | 101000 | 110000 |
Color Harmonies of #AC4A92
Complementary color
Monochromatic Colors of #AC4A92
Black with #AC4A92
Text Example
Text Example
White with #AC4A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A92; }
p { color: rgb(172,74,146); }
H1.HeaderClassName
{
color: #AC4A92;
}
.AnyTagClassName
{
color: #AC4A92;
}
</style>
background-color css
<style>
a { background-color: #AC4A92; }
a { background-color: rgb(172,74,146); }
div.DivClassName
{
background-color: #AC4A92;
}
.BgClassName
{
background-color: #AC4A92;
}
</style>
border-color css
<style>
span { border-color: #AC4A92; }
span { border-color: rgb(172,74,146); }
td.TdClassName
{
border-color: #AC4A92;
}
.TagClassName
{
border-color: #AC4A92;
}
</style>