#AC548E

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

Shades of Mulberry #AC548E

Tints of Mulberry #AC548E

Color information

#AC548E (or 0xAC548E) is unknown color: approx Mulberry. HEX triplet: AC, 54 and 8E. RGB value is (172,84,142). Sum of RGB (Red+Green+Blue) = 172+84+142=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC548E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC548E is #53AB71. Grayscale: #747474. Windows color (decimal): -5483378 or 9327788. OLE color: 9327788.

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

Color convert

RGB17284142-
CMYK00.510.170.33
HSL320.45º34.65%50.2%-
HSV(B)320.45º51.16%67.45%-
XYZ25.0717.0627.56-
YUV116.92142.15167.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 84 (33.20% from 255) = 21.11%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=43.22%
G=21.11%
B=35.68%

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
Decimal1728414200.510.170.33320.4534.6550.2
HexAC548E03311211402332
Octal25412421606321415004362
Binary10101100101010010001110011001110001100001101000000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC548E; }

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

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

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

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

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

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

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

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