#AC5487

Color #AC5487 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #AC5487

Tints of Mulberry #AC5487

Color information

#AC5487 (or 0xAC5487) is unknown color: approx Mulberry. HEX triplet: AC, 54 and 87. RGB value is (172,84,135). Sum of RGB (Red+Green+Blue) = 172+84+135=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5487 is #53AB78. Grayscale: #747474. Windows color (decimal): -5483385 or 8869036. OLE color: 8869036.

HSL color Cylindrical-coordinate representation of color #AC5487: hue angle of 325.23º 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 #AC5487 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB17284135-
CMYK00.510.220.33
HSL325.23º34.65%50.2%-
HSV(B)325.23º51.16%67.45%-
XYZ24.5616.8624.88-
YUV116.13138.65167.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 84 (33.20% from 255) = 21.48%
BLUE value IS 135 (53.12% from 255) = 34.53%
R=43.99%
G=21.48%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728413500.510.220.33325.2334.6550.2
HexAC548703316211452332
Octal25412420706326415054362
Binary10101100101010010000111011001110110100001101000101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5487; }

 p { color: rgb(172,84,135); }

 H1.HeaderClassName
 {
   color: #AC5487;
 }
 .AnyTagClassName
 {
   color: #AC5487;
 }
</style>
background-color css

<style>
 a { background-color: #AC5487; }

 a { background-color: rgb(172,84,135); }

 div.DivClassName
 {
   background-color: #AC5487;
 }
 .BgClassName
 {
   background-color: #AC5487;
 }
</style>
border-color css

<style>
 span { border-color: #AC5487; }

 span { border-color: rgb(172,84,135); }

 td.TdClassName
 {
   border-color: #AC5487;
 }
 .TagClassName
 {
   border-color: #AC5487;
 }
</style>