#AC4B8C

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

Shades of Mulberry #AC4B8C

Tints of Mulberry #AC4B8C

Color information

#AC4B8C (or 0xAC4B8C) is unknown color: approx Mulberry. HEX triplet: AC, 4B and 8C. RGB value is (172,75,140). Sum of RGB (Red+Green+Blue) = 172+75+140=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4B8C is #53B473. Grayscale: #6F6F6F. Windows color (decimal): -5485684 or 9194412. OLE color: 9194412.

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

Color convert

RGB17275140-
CMYK00.560.190.33
HSL319.79º39.27%48.43%-
HSV(B)319.79º56.4%67.45%-
XYZ24.2615.726.56-
YUV111.41144.14171.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 75 (29.69% from 255) = 19.38%
BLUE value IS 140 (55.08% from 255) = 36.18%
R=44.44%
G=19.38%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727514000.560.190.33319.7939.2748.43
HexAC4B8C03813211402730
Octal25411321407023415004760
Binary10101100100101110001100011100010011100001101000000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4B8C; }

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

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

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

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

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

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

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

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