#AC538C

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

Shades of Mulberry #AC538C

Tints of Mulberry #AC538C

Color information

#AC538C (or 0xAC538C) is unknown color: approx Mulberry. HEX triplet: AC, 53 and 8C. RGB value is (172,83,140). Sum of RGB (Red+Green+Blue) = 172+83+140=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC538C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC538C is #53AC73. Grayscale: #737373. Windows color (decimal): -5483636 or 9196460. OLE color: 9196460.

HSL color Cylindrical-coordinate representation of color #AC538C: hue angle of 321.57º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC538C is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB17283140-
CMYK00.520.190.33
HSL321.57º34.9%50%-
HSV(B)321.57º51.74%67.45%-
XYZ24.8416.8526.75-
YUV116.11141.49167.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 83 (32.81% from 255) = 21.01%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=43.54%
G=21.01%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728314000.520.190.33321.5734.950
HexAC538C03413211422332
Octal25412321406423415024362
Binary10101100101001110001100011010010011100001101000010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC538C; }

 p { color: rgb(172,83,140); }

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

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

 a { background-color: rgb(172,83,140); }

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

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

 span { border-color: rgb(172,83,140); }

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