COLOR #AC4A84

HEX: #AC4A84
RGB: (172,74,132)

Color info

#AC4A84 contains mainly red and blue colors. Web safe color of #AC4A84 is #993399 (or #939).

RGB color model

#AC4A84 color RGB value is (172,74,132).

  • red value is 172;
  • green value is 74;
  • blue value is 132.
RGB:
(172,74,132)
(67%,29%,52%)

RGB channels and saturation

R 172 of 255 = 67%
G 74 of 255 = 29%
B 132 of 255 = 52%

172
74
132

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

Portions of RGB colors in percentages

R + G + B =
172 + 74 + 132 = 378 (100%)
R 172 of 378 ~ 45.5%
G 74 of 378 ~ 19.58%
B 132 of 378 ~ 34.92%

%45.5
%19.58
%34.92

CMYK color model

#AC4A84 color CMYK value is (0,57,23,33).

  • cyan value is 0.00%
  • magenta value is 56.98%
  • yellow value is 23.26%
  • key color value is 32.55%
CMYK:
(0,57,23,33)
C0M57Y23K33 
(0%,57%,23%,33%)
(0.00/0.57/0.23/0.33)	

CMYK percentages

%0
%56.98
%23.26
%32.55

Codes

Color #AC4A84 in popluar color models

AC4A84
RGB17274132
HSL324°39.84%48.24%
HSB/HSV324°56.98%67.45%
CMYK0.00%56.98%23.26%
32.55%

Color #AC4A84 in popluar number systems.

HEXAC4A84
Decimal17274132
Binary10101100100101010000100
Octal254112204

Shades and tints

Shades of #AC4A84

#AC4A84
(172,74,132)
#9D4478
(157,68,120)
#8E3E6C
(142,62,108)
#7F3860
(127,56,96)
#703254
(112,50,84)
#612C48
(97,44,72)
#52263C
(82,38,60)
#432030
(67,32,48)
#341A24
(52,26,36)
#251418
(37,20,24)
#160E0C
(22,14,12)
#000000
(0,0,0)

Tints of #AC4A84

#AC4A84
(172,74,132)
#B35A8F
(179,90,143)
#BA6A9A
(186,106,154)
#C17AA5
(193,122,165)
#C88AB0
(200,138,176)
#CF9ABB
(207,154,187)
#D6AAC6
(214,170,198)
#DDBAD1
(221,186,209)
#E4CADC
(228,202,220)
#EBDAE7
(235,218,231)
#F2EAF2
(242,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC4A84 color. Also use rgb(172,74,132) instead hex code.

Text Font Color

.myTextColor { color: #AC4A84; }

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

This text font color is #AC4A84.


Background Color

.myBgColor { background-color: #AC4A84; }

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

This div background color is #AC4A84.


Border color

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

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

This div border color is #AC4A84.


Opacity

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

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

Text with #AC4A84 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 #AC4A84;}

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

This text has shadow with #AC4A84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4A84 on black background.


Color preview on white background

This text has color #AC4A84 on white background.



Black color preview on #AC4A84 background

This text has black color on #AC4A84 background.


White color preview on #AC4A84 background

This text has white color on #AC4A84 background.