#AC5488

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

Shades of Mulberry #AC5488

Tints of Mulberry #AC5488

Color information

#AC5488 (or 0xAC5488) is unknown color: approx Mulberry. HEX triplet: AC, 54 and 88. RGB value is (172,84,136). Sum of RGB (Red+Green+Blue) = 172+84+136=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5488 is #53AB77. Grayscale: #747474. Windows color (decimal): -5483384 or 8934572. OLE color: 8934572.

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

Color convert

RGB17284136-
CMYK00.510.210.33
HSL324.55º34.65%50.2%-
HSV(B)324.55º51.16%67.45%-
XYZ24.6316.8925.25-
YUV116.24139.15167.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 84 (33.20% from 255) = 21.43%
BLUE value IS 136 (53.52% from 255) = 34.69%
R=43.88%
G=21.43%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728413600.510.210.33324.5534.6550.2
HexAC548803315211452332
Octal25412421006325415054362
Binary10101100101010010001000011001110101100001101000101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5488; }

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

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

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

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

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

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

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

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