COLOR #AC4C93

HEX: #AC4C93
RGB: (172,76,147)

Color info

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

RGB color model

#AC4C93 color RGB value is (172,76,147).

  • red value is 172;
  • green value is 76;
  • blue value is 147.
RGB:
(172,76,147)
(67%,30%,58%)

RGB channels and saturation

R 172 of 255 = 67%
G 76 of 255 = 30%
B 147 of 255 = 58%

172
76
147

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

Portions of RGB colors in percentages

R + G + B =
172 + 76 + 147 = 395 (100%)
R 172 of 395 ~ 43.54%
G 76 of 395 ~ 19.24%
B 147 of 395 ~ 37.22%

%43.54
%19.24
%37.22

CMYK color model

#AC4C93 color CMYK value is (0,56,15,33).

  • cyan value is 0.00%
  • magenta value is 55.81%
  • yellow value is 14.53%
  • key color value is 32.55%
CMYK:
(0,56,15,33)
C0M56Y15K33 
(0%,56%,15%,33%)
(0.00/0.56/0.15/0.33)	

CMYK percentages

%0
%55.81
%14.53
%32.55

Codes

Color #AC4C93 in popluar color models

AC4C93
RGB17276147
HSL316°38.71%48.63%
HSB/HSV316°55.81%67.45%
CMYK0.00%55.81%14.53%
32.55%

Color #AC4C93 in popluar number systems.

HEXAC4C93
Decimal17276147
Binary10101100100110010010011
Octal254114223

Shades and tints

Shades of #AC4C93

#AC4C93
(172,76,147)
#9D4686
(157,70,134)
#8E4079
(142,64,121)
#7F3A6C
(127,58,108)
#70345F
(112,52,95)
#612E52
(97,46,82)
#522845
(82,40,69)
#432238
(67,34,56)
#341C2B
(52,28,43)
#25161E
(37,22,30)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #AC4C93

#AC4C93
(172,76,147)
#B35C9C
(179,92,156)
#BA6CA5
(186,108,165)
#C17CAE
(193,124,174)
#C88CB7
(200,140,183)
#CF9CC0
(207,156,192)
#D6ACC9
(214,172,201)
#DDBCD2
(221,188,210)
#E4CCDB
(228,204,219)
#EBDCE4
(235,220,228)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC4C93 color. Also use rgb(172,76,147) instead hex code.

Text Font Color

.myTextColor { color: #AC4C93; }

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

This text font color is #AC4C93.


Background Color

.myBgColor { background-color: #AC4C93; }

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

This div background color is #AC4C93.


Border color

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

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

This div border color is #AC4C93.


Opacity

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

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

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

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

This text has shadow with #AC4C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4C93 on black background.


Color preview on white background

This text has color #AC4C93 on white background.



Black color preview on #AC4C93 background

This text has black color on #AC4C93 background.


White color preview on #AC4C93 background

This text has white color on #AC4C93 background.