COLOR #AC4B97

HEX: #AC4B97
RGB: (172,75,151)

Color info

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

RGB color model

#AC4B97 color RGB value is (172,75,151).

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

RGB channels and saturation

R 172 of 255 = 67%
G 75 of 255 = 29%
B 151 of 255 = 59%

172
75
151

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

Portions of RGB colors in percentages

R + G + B =
172 + 75 + 151 = 398 (100%)
R 172 of 398 ~ 43.22%
G 75 of 398 ~ 18.84%
B 151 of 398 ~ 37.94%

%43.22
%18.84
%37.94

CMYK color model

#AC4B97 color CMYK value is (0,56,12,33).

  • cyan value is 0.00%
  • magenta value is 56.40%
  • yellow value is 12.21%
  • key color value is 32.55%
CMYK:
(0,56,12,33)
C0M56Y12K33 
(0%,56%,12%,33%)
(0.00/0.56/0.12/0.33)	

CMYK percentages

%0
%56.4
%12.21
%32.55

Codes

Color #AC4B97 in popluar color models

AC4B97
RGB17275151
HSL313°39.27%48.43%
HSB/HSV313°56.40%67.45%
CMYK0.00%56.40%12.21%
32.55%

Color #AC4B97 in popluar number systems.

HEXAC4B97
Decimal17275151
Binary10101100100101110010111
Octal254113227

Shades and tints

Shades of #AC4B97

#AC4B97
(172,75,151)
#9D458A
(157,69,138)
#8E3F7D
(142,63,125)
#7F3970
(127,57,112)
#703363
(112,51,99)
#612D56
(97,45,86)
#522749
(82,39,73)
#43213C
(67,33,60)
#341B2F
(52,27,47)
#251522
(37,21,34)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #AC4B97

#AC4B97
(172,75,151)
#B35BA0
(179,91,160)
#BA6BA9
(186,107,169)
#C17BB2
(193,123,178)
#C88BBB
(200,139,187)
#CF9BC4
(207,155,196)
#D6ABCD
(214,171,205)
#DDBBD6
(221,187,214)
#E4CBDF
(228,203,223)
#EBDBE8
(235,219,232)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC4B97; }

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

This text font color is #AC4B97.


Background Color

.myBgColor { background-color: #AC4B97; }

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

This div background color is #AC4B97.


Border color

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

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

This div border color is #AC4B97.


Opacity

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

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

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

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

This text has shadow with #AC4B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4B97 on black background.


Color preview on white background

This text has color #AC4B97 on white background.



Black color preview on #AC4B97 background

This text has black color on #AC4B97 background.


White color preview on #AC4B97 background

This text has white color on #AC4B97 background.