#AC548F

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

Shades of Mulberry #AC548F

Tints of Mulberry #AC548F

Color information

#AC548F (or 0xAC548F) is unknown color: approx Mulberry. HEX triplet: AC, 54 and 8F. RGB value is (172,84,143). Sum of RGB (Red+Green+Blue) = 172+84+143=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC548F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC548F is #53AB70. Grayscale: #747474. Windows color (decimal): -5483377 or 9393324. OLE color: 9393324.

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

Color convert

RGB17284143-
CMYK00.510.170.33
HSL319.77º34.65%50.2%-
HSV(B)319.77º51.16%67.45%-
XYZ25.1417.0927.96-
YUV117.04142.65167.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 84 (33.20% from 255) = 21.05%
BLUE value IS 143 (56.25% from 255) = 35.84%
R=43.11%
G=21.05%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728414300.510.170.33319.7734.6550.2
HexAC548F03311211402332
Octal25412421706321415004362
Binary10101100101010010001111011001110001100001101000000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC548F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC548F; }

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

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

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

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

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

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

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

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