COLOR #AC4E8C

HEX: #AC4E8C
RGB: (172,78,140)

Color info

#AC4E8C contains mainly red and blue colors. Web safe color of #AC4E8C is #996699 (or #969).

RGB color model

#AC4E8C color RGB value is (172,78,140).

  • red value is 172;
  • green value is 78;
  • blue value is 140.
RGB:
(172,78,140)
(67%,31%,55%)

RGB channels and saturation

R 172 of 255 = 67%
G 78 of 255 = 31%
B 140 of 255 = 55%

172
78
140

R + G + B ~ 51%. #AC4E8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 78 + 140 = 390 (100%)
R 172 of 390 ~ 44.1%
G 78 of 390 ~ 20%
B 140 of 390 ~ 35.9%

%44.1
%20
%35.9

CMYK color model

#AC4E8C color CMYK value is (0,55,19,33).

  • cyan value is 0.00%
  • magenta value is 54.65%
  • yellow value is 18.60%
  • key color value is 32.55%
CMYK:
(0,55,19,33)
C0M55Y19K33 
(0%,55%,19%,33%)
(0.00/0.55/0.19/0.33)	

CMYK percentages

%0
%54.65
%18.6
%32.55

Codes

Color #AC4E8C in popluar color models

AC4E8C
RGB17278140
HSL320°37.60%49.02%
HSB/HSV320°54.65%67.45%
CMYK0.00%54.65%18.60%
32.55%

Color #AC4E8C in popluar number systems.

HEXAC4E8C
Decimal17278140
Binary10101100100111010001100
Octal254116214

Shades and tints

Shades of #AC4E8C

#AC4E8C
(172,78,140)
#9D4780
(157,71,128)
#8E4074
(142,64,116)
#7F3968
(127,57,104)
#70325C
(112,50,92)
#612B50
(97,43,80)
#522444
(82,36,68)
#431D38
(67,29,56)
#34162C
(52,22,44)
#250F20
(37,15,32)
#160814
(22,8,20)
#000000
(0,0,0)

Tints of #AC4E8C

#AC4E8C
(172,78,140)
#B35E96
(179,94,150)
#BA6EA0
(186,110,160)
#C17EAA
(193,126,170)
#C88EB4
(200,142,180)
#CF9EBE
(207,158,190)
#D6AEC8
(214,174,200)
#DDBED2
(221,190,210)
#E4CEDC
(228,206,220)
#EBDEE6
(235,222,230)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC4E8C color. Also use rgb(172,78,140) instead hex code.

Text Font Color

.myTextColor { color: #AC4E8C; }

<p style="color:#AC4E8C">This sample text font color is #AC4E8C.</p>

This text font color is #AC4E8C.


Background Color

.myBgColor { background-color: #AC4E8C; }

<div style="background-color:#AC4E8C">Inner text</div>

This div background color is #AC4E8C.


Border color

.myBorderColor { border: 1px solid #AC4E8C; }

<div style="border:3px solid #AC4E8C">Div</div>

This div border color is #AC4E8C.


Opacity

.myOpacity80 { color: #AC4E8C; opacity: 0.8; }

<p style="color:#AC4E8C;opacity:0.8;">80%</p>

Text with #AC4E8C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AC4E8C;}

<p style="text-shadow: 3px 3px 1px #AC4E8C">Text here.</p>

This text has shadow with #AC4E8C color.

.textShadow {text-shadow: 3px 3px 1px #AC4E8C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AC4E8C, 5px 5px 20px red">Text here.</p>

This text has shadow with #AC4E8C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC4E8C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AC4E8C, Direction=45, Strength=4)">Text</p>

This text has shadow with #AC4E8C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AC4E8C;
  -webkit-box-shadow:	1px 1px 3px 2px #AC4E8C;
  box-shadow:		1px 1px 3px 2px #AC4E8C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AC4E8C;
-webkit-box-shadow: 1px 1px 3px 2px #AC4E8C;
box-shadow:1px 1px 3px 2px #AC4E8C;">
Div content here</div>
This div box has shadow with color #AC4E8C.

Preview

Color preview on black background

This text has color #AC4E8C on black background.


Color preview on white background

This text has color #AC4E8C on white background.



Black color preview on #AC4E8C background

This text has black color on #AC4E8C background.


White color preview on #AC4E8C background

This text has white color on #AC4E8C background.