Shades of Mulberry #AC4C93
Tints of Mulberry #AC4C93
RGB
CMYK
RGB Variations
Color information
#AC4C93 (or 0xAC4C93) is known color: Mulberry. HEX triplet: AC, 4C and 93. RGB value is (172,76,147). Sum of RGB (Red+Green+Blue) = 172+76+147=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4C93 is #53B36C. Grayscale: #707070. Windows color (decimal): -5485421 or 9653420. OLE color: 9653420.
HSL color Cylindrical-coordinate representation of color #AC4C93: hue angle of 315.62º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4C93 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 147 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.33 |
| HSL | 315.63º | 0.39% | 0.49% | - |
| HSV(B) | 315.63º | 0.56% | 0.67% | - |
| XYZ | 24.86 | 16.05 | 29.39 | - |
| YUV | 112.8 | 147.3 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 147 | 0 | 0.56 | 0.15 | 0.33 | 315.63 | 0.39 | 0.49 |
| Hex | AC | 4C | 93 | 0 | 38 | F | 21 | 13C | 27 | 31 |
| Octal | 254 | 114 | 223 | 0 | 70 | 17 | 41 | 474 | 47 | 61 |
| Binary | 10101100 | 1001100 | 10010011 | 0 | 111000 | 1111 | 100001 | 100111100 | 100111 | 110001 |
Color Harmonies of #AC4C93
Complementary color
Monochromatic Colors of #AC4C93
Black with #AC4C93
Text Example
Text Example
White with #AC4C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C93; }
p { color: rgb(172,76,147); }
H1.HeaderClassName
{
color: #AC4C93;
}
.AnyTagClassName
{
color: #AC4C93;
}
</style>
background-color css
<style>
a { background-color: #AC4C93; }
a { background-color: rgb(172,76,147); }
div.DivClassName
{
background-color: #AC4C93;
}
.BgClassName
{
background-color: #AC4C93;
}
</style>
border-color css
<style>
span { border-color: #AC4C93; }
span { border-color: rgb(172,76,147); }
td.TdClassName
{
border-color: #AC4C93;
}
.TagClassName
{
border-color: #AC4C93;
}
</style>