COLOR #AC77AB

HEX: #AC77AB
RGB: (172,119,171)

Color info

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

RGB color model

#AC77AB color RGB value is (172,119,171).

  • red value is 172;
  • green value is 119;
  • blue value is 171.
RGB:
(172,119,171)
(67%,47%,67%)

RGB channels and saturation

R 172 of 255 = 67%
G 119 of 255 = 47%
B 171 of 255 = 67%

172
119
171

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

Portions of RGB colors in percentages

R + G + B =
172 + 119 + 171 = 462 (100%)
R 172 of 462 ~ 37.23%
G 119 of 462 ~ 25.76%
B 171 of 462 ~ 37.01%

%37.23
%25.76
%37.01

CMYK color model

#AC77AB color CMYK value is (0,31,1,33).

  • cyan value is 0.00%
  • magenta value is 30.81%
  • yellow value is 0.58%
  • key color value is 32.55%
CMYK:
(0,31,1,33)
C0M31Y1K33 
(0%,31%,1%,33%)
(0.00/0.31/0.01/0.33)	

CMYK percentages

%0
%30.81
%0.58
%32.55

Codes

Color #AC77AB in popluar color models

AC77AB
RGB172119171
HSL301°24.20%57.06%
HSB/HSV301°30.81%67.45%
CMYK0.00%30.81%0.58%
32.55%

Color #AC77AB in popluar number systems.

HEXAC77AB
Decimal172119171
Binary10101100111011110101011
Octal254167253

Shades and tints

Shades of #AC77AB

#AC77AB
(172,119,171)
#9D6D9C
(157,109,156)
#8E638D
(142,99,141)
#7F597E
(127,89,126)
#704F6F
(112,79,111)
#614560
(97,69,96)
#523B51
(82,59,81)
#433142
(67,49,66)
#342733
(52,39,51)
#251D24
(37,29,36)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #AC77AB

#AC77AB
(172,119,171)
#B383B2
(179,131,178)
#BA8FB9
(186,143,185)
#C19BC0
(193,155,192)
#C8A7C7
(200,167,199)
#CFB3CE
(207,179,206)
#D6BFD5
(214,191,213)
#DDCBDC
(221,203,220)
#E4D7E3
(228,215,227)
#EBE3EA
(235,227,234)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC77AB color. Also use rgb(172,119,171) instead hex code.

Text Font Color

.myTextColor { color: #AC77AB; }

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

This text font color is #AC77AB.


Background Color

.myBgColor { background-color: #AC77AB; }

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

This div background color is #AC77AB.


Border color

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

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

This div border color is #AC77AB.


Opacity

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

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

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

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

This text has shadow with #AC77AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC77AB on black background.


Color preview on white background

This text has color #AC77AB on white background.



Black color preview on #AC77AB background

This text has black color on #AC77AB background.


White color preview on #AC77AB background

This text has white color on #AC77AB background.