COLOR #AC7197

HEX: #AC7197
RGB: (172,113,151)

Color info

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

RGB color model

#AC7197 color RGB value is (172,113,151).

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

RGB channels and saturation

R 172 of 255 = 67%
G 113 of 255 = 44%
B 151 of 255 = 59%

172
113
151

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

Portions of RGB colors in percentages

R + G + B =
172 + 113 + 151 = 436 (100%)
R 172 of 436 ~ 39.45%
G 113 of 436 ~ 25.92%
B 151 of 436 ~ 34.63%

%39.45
%25.92
%34.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.30%
  • yellow value is 12.21%
  • 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
%12.21
%32.55

Codes

Color #AC7197 in popluar color models

AC7197
RGB172113151
HSL321°26.22%55.88%
HSB/HSV321°34.30%67.45%
CMYK0.00%34.30%12.21%
32.55%

Color #AC7197 in popluar number systems.

HEXAC7197
Decimal172113151
Binary10101100111000110010111
Octal254161227

Shades and tints

Shades of #AC7197

#AC7197
(172,113,151)
#9D678A
(157,103,138)
#8E5D7D
(142,93,125)
#7F5370
(127,83,112)
#704963
(112,73,99)
#613F56
(97,63,86)
#523549
(82,53,73)
#432B3C
(67,43,60)
#34212F
(52,33,47)
#251722
(37,23,34)
#160D15
(22,13,21)
#000000
(0,0,0)

Tints of #AC7197

#AC7197
(172,113,151)
#B37DA0
(179,125,160)
#BA89A9
(186,137,169)
#C195B2
(193,149,178)
#C8A1BB
(200,161,187)
#CFADC4
(207,173,196)
#D6B9CD
(214,185,205)
#DDC5D6
(221,197,214)
#E4D1DF
(228,209,223)
#EBDDE8
(235,221,232)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7197; }

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

This text font color is #AC7197.


Background Color

.myBgColor { background-color: #AC7197; }

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

This div background color is #AC7197.


Border color

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

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

This div border color is #AC7197.


Opacity

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

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

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

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

This text has shadow with #AC7197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7197 on black background.


Color preview on white background

This text has color #AC7197 on white background.



Black color preview on #AC7197 background

This text has black color on #AC7197 background.


White color preview on #AC7197 background

This text has white color on #AC7197 background.