Shades of Mulberry #AC4B8D
Tints of Mulberry #AC4B8D
RGB
CMYK
RGB Variations
Color information
#AC4B8D (or 0xAC4B8D) is known color: Mulberry. HEX triplet: AC, 4B and 8D. RGB value is (172,75,141). Sum of RGB (Red+Green+Blue) = 172+75+141=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4B8D is #53B472. Grayscale: #6F6F6F. Windows color (decimal): -5485683 or 9259948. OLE color: 9259948.
HSL color Cylindrical-coordinate representation of color #AC4B8D: hue angle of 319.18º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4B8D is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 75 | 141 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.33 |
| HSL | 319.18º | 0.39% | 0.48% | - |
| HSV(B) | 319.18º | 0.56% | 0.67% | - |
| XYZ | 24.34 | 15.73 | 26.95 | - |
| YUV | 111.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 141 | 0 | 0.56 | 0.18 | 0.33 | 319.18 | 0.39 | 0.48 |
| Hex | AC | 4B | 8D | 0 | 38 | 12 | 21 | 13F | 27 | 30 |
| Octal | 254 | 113 | 215 | 0 | 70 | 22 | 41 | 477 | 47 | 60 |
| Binary | 10101100 | 1001011 | 10001101 | 0 | 111000 | 10010 | 100001 | 100111111 | 100111 | 110000 |
Color Harmonies of #AC4B8D
Complementary color
Monochromatic Colors of #AC4B8D
Black with #AC4B8D
Text Example
Text Example
White with #AC4B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4B8D; }
p { color: rgb(172,75,141); }
H1.HeaderClassName
{
color: #AC4B8D;
}
.AnyTagClassName
{
color: #AC4B8D;
}
</style>
background-color css
<style>
a { background-color: #AC4B8D; }
a { background-color: rgb(172,75,141); }
div.DivClassName
{
background-color: #AC4B8D;
}
.BgClassName
{
background-color: #AC4B8D;
}
</style>
border-color css
<style>
span { border-color: #AC4B8D; }
span { border-color: rgb(172,75,141); }
td.TdClassName
{
border-color: #AC4B8D;
}
.TagClassName
{
border-color: #AC4B8D;
}
</style>