COLOR #AC7198

HEX: #AC7198
RGB: (172,113,152)

Color info

#AC7198 contains red, green and blue colors in about the same proportion. Web safe color of #AC7198 is #996699 (or #969).

RGB color model

#AC7198 color RGB value is (172,113,152).

  • red value is 172;
  • green value is 113;
  • blue value is 152.
RGB:
(172,113,152)
(67%,44%,60%)

RGB channels and saturation

R 172 of 255 = 67%
G 113 of 255 = 44%
B 152 of 255 = 60%

172
113
152

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

Portions of RGB colors in percentages

R + G + B =
172 + 113 + 152 = 437 (100%)
R 172 of 437 ~ 39.36%
G 113 of 437 ~ 25.86%
B 152 of 437 ~ 34.78%

%39.36
%25.86
%34.78

CMYK color model

#AC7198 color CMYK value is (0,34,12,33).

  • cyan value is 0.00%
  • magenta value is 34.30%
  • yellow value is 11.63%
  • key color value is 32.55%
CMYK:
(0,34,12,33)
C0M34Y12K33 
(0%,34%,12%,33%)
(0.00/0.34/0.12/0.33)	

CMYK percentages

%0
%34.3
%11.63
%32.55

Codes

Color #AC7198 in popluar color models

AC7198
RGB172113152
HSL320°26.22%55.88%
HSB/HSV320°34.30%67.45%
CMYK0.00%34.30%11.63%
32.55%

Color #AC7198 in popluar number systems.

HEXAC7198
Decimal172113152
Binary10101100111000110011000
Octal254161230

Shades and tints

Shades of #AC7198

#AC7198
(172,113,152)
#9D678B
(157,103,139)
#8E5D7E
(142,93,126)
#7F5371
(127,83,113)
#704964
(112,73,100)
#613F57
(97,63,87)
#52354A
(82,53,74)
#432B3D
(67,43,61)
#342130
(52,33,48)
#251723
(37,23,35)
#160D16
(22,13,22)
#000000
(0,0,0)

Tints of #AC7198

#AC7198
(172,113,152)
#B37DA1
(179,125,161)
#BA89AA
(186,137,170)
#C195B3
(193,149,179)
#C8A1BC
(200,161,188)
#CFADC5
(207,173,197)
#D6B9CE
(214,185,206)
#DDC5D7
(221,197,215)
#E4D1E0
(228,209,224)
#EBDDE9
(235,221,233)
#F2E9F2
(242,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7198 color. Also use rgb(172,113,152) instead hex code.

Text Font Color

.myTextColor { color: #AC7198; }

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

This text font color is #AC7198.


Background Color

.myBgColor { background-color: #AC7198; }

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

This div background color is #AC7198.


Border color

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

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

This div border color is #AC7198.


Opacity

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

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

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

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

This text has shadow with #AC7198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7198 on black background.


Color preview on white background

This text has color #AC7198 on white background.



Black color preview on #AC7198 background

This text has black color on #AC7198 background.


White color preview on #AC7198 background

This text has white color on #AC7198 background.