#AC548D

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

Shades of Mulberry #AC548D

Tints of Mulberry #AC548D

Color information

#AC548D (or 0xAC548D) is unknown color: approx Mulberry. HEX triplet: AC, 54 and 8D. RGB value is (172,84,141). Sum of RGB (Red+Green+Blue) = 172+84+141=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC548D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC548D is #53AB72. Grayscale: #747474. Windows color (decimal): -5483379 or 9262252. OLE color: 9262252.

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

Color convert

RGB17284141-
CMYK00.510.180.33
HSL321.14º34.65%50.2%-
HSV(B)321.14º51.16%67.45%-
XYZ24.9917.0327.17-
YUV116.81141.65167.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 84 (33.20% from 255) = 21.16%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=43.32%
G=21.16%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728414100.510.180.33321.1434.6550.2
HexAC548D03312211412332
Octal25412421506322415014362
Binary10101100101010010001101011001110010100001101000001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC548D; }

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

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

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

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

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

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

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

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