Shades of Mulberry #AC4B90
Tints of Mulberry #AC4B90
RGB
CMYK
RGB Variations
Color information
#AC4B90 (or 0xAC4B90) is known color: Mulberry. HEX triplet: AC, 4B and 90. RGB value is (172,75,144). Sum of RGB (Red+Green+Blue) = 172+75+144=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4B90 is #53B46F. Grayscale: #6F6F6F. Windows color (decimal): -5485680 or 9456556. OLE color: 9456556.
HSL color Cylindrical-coordinate representation of color #AC4B90: hue angle of 317.32º 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 #AC4B90 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 75 | 144 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.33 |
| HSL | 317.32º | 0.39% | 0.48% | - |
| HSV(B) | 317.32º | 0.56% | 0.67% | - |
| XYZ | 24.56 | 15.82 | 28.14 | - |
| YUV | 111.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 144 | 0 | 0.56 | 0.16 | 0.33 | 317.32 | 0.39 | 0.48 |
| Hex | AC | 4B | 90 | 0 | 38 | 10 | 21 | 13D | 27 | 30 |
| Octal | 254 | 113 | 220 | 0 | 70 | 20 | 41 | 475 | 47 | 60 |
| Binary | 10101100 | 1001011 | 10010000 | 0 | 111000 | 10000 | 100001 | 100111101 | 100111 | 110000 |
Color Harmonies of #AC4B90
Complementary color
Monochromatic Colors of #AC4B90
Black with #AC4B90
Text Example
Text Example
White with #AC4B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4B90; }
p { color: rgb(172,75,144); }
H1.HeaderClassName
{
color: #AC4B90;
}
.AnyTagClassName
{
color: #AC4B90;
}
</style>
background-color css
<style>
a { background-color: #AC4B90; }
a { background-color: rgb(172,75,144); }
div.DivClassName
{
background-color: #AC4B90;
}
.BgClassName
{
background-color: #AC4B90;
}
</style>
border-color css
<style>
span { border-color: #AC4B90; }
span { border-color: rgb(172,75,144); }
td.TdClassName
{
border-color: #AC4B90;
}
.TagClassName
{
border-color: #AC4B90;
}
</style>