#AC548A

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

Shades of Mulberry #AC548A

Tints of Mulberry #AC548A

Color information

#AC548A (or 0xAC548A) is unknown color: approx Mulberry. HEX triplet: AC, 54 and 8A. RGB value is (172,84,138). Sum of RGB (Red+Green+Blue) = 172+84+138=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC548A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC548A is #53AB75. Grayscale: #747474. Windows color (decimal): -5483382 or 9065644. OLE color: 9065644.

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

Color convert

RGB17284138-
CMYK00.510.200.33
HSL323.18º34.65%50.2%-
HSV(B)323.18º51.16%67.45%-
XYZ24.7716.9526.01-
YUV116.47140.15167.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 84 (33.20% from 255) = 21.32%
BLUE value IS 138 (54.30% from 255) = 35.03%
R=43.65%
G=21.32%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728413800.510.200.33323.1834.6550.2
HexAC548A03314211432332
Octal25412421206324415034362
Binary10101100101010010001010011001110100100001101000011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC548A; }

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

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

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

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

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

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

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

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