Shades of Mulberry #AC5490
Tints of Mulberry #AC5490
RGB
CMYK
RGB Variations
Color information
#AC5490 (or 0xAC5490) is known color: Mulberry. HEX triplet: AC, 54 and 90. RGB value is (172,84,144). Sum of RGB (Red+Green+Blue) = 172+84+144=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5490 is #53AB6F. Grayscale: #757575. Windows color (decimal): -5483376 or 9458860. OLE color: 9458860.
HSL color Cylindrical-coordinate representation of color #AC5490: hue angle of 319.09º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5490 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 144 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.33 |
| HSL | 319.09º | 0.35% | 0.5% | - |
| HSV(B) | 319.09º | 0.51% | 0.67% | - |
| XYZ | 25.22 | 17.12 | 28.36 | - |
| YUV | 117.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 144 | 0 | 0.51 | 0.16 | 0.33 | 319.09 | 0.35 | 0.5 |
| Hex | AC | 54 | 90 | 0 | 33 | 10 | 21 | 13F | 23 | 32 |
| Octal | 254 | 124 | 220 | 0 | 63 | 20 | 41 | 477 | 43 | 62 |
| Binary | 10101100 | 1010100 | 10010000 | 0 | 110011 | 10000 | 100001 | 100111111 | 100011 | 110010 |
Color Harmonies of #AC5490
Complementary color
Monochromatic Colors of #AC5490
Black with #AC5490
Text Example
Text Example
White with #AC5490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5490; }
p { color: rgb(172,84,144); }
H1.HeaderClassName
{
color: #AC5490;
}
.AnyTagClassName
{
color: #AC5490;
}
</style>
background-color css
<style>
a { background-color: #AC5490; }
a { background-color: rgb(172,84,144); }
div.DivClassName
{
background-color: #AC5490;
}
.BgClassName
{
background-color: #AC5490;
}
</style>
border-color css
<style>
span { border-color: #AC5490; }
span { border-color: rgb(172,84,144); }
td.TdClassName
{
border-color: #AC5490;
}
.TagClassName
{
border-color: #AC5490;
}
</style>