COLOR #AC79B4

HEX: #AC79B4
RGB: (172,121,180)

Color info

#AC79B4 contains red, green and blue colors in about the same proportion. Web safe color of #AC79B4 is #9966CC (or #96C).

RGB color model

#AC79B4 color RGB value is (172,121,180).

  • red value is 172;
  • green value is 121;
  • blue value is 180.
RGB:
(172,121,180)
(67%,47%,71%)

RGB channels and saturation

R 172 of 255 = 67%
G 121 of 255 = 47%
B 180 of 255 = 71%

172
121
180

R + G + B ~ 62%. #AC79B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 121 + 180 = 473 (100%)
R 172 of 473 ~ 36.36%
G 121 of 473 ~ 25.58%
B 180 of 473 ~ 38.05%

%36.36
%25.58
%38.05

CMYK color model

#AC79B4 color CMYK value is (4,33,0,29).

  • cyan value is 4.44%
  • magenta value is 32.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(4,33,0,29)
C4M33Y0K29 
(4%,33%,0%,29%)
(0.04/0.33/0.00/0.29)	

CMYK percentages

%4.44
%32.78
%0
%29.41

Codes

Color #AC79B4 in popluar color models

AC79B4
RGB172121180
HSL292°28.23%59.02%
HSB/HSV292°32.78%70.59%
CMYK4.44%32.78%0.00%
29.41%

Color #AC79B4 in popluar number systems.

HEXAC79B4
Decimal172121180
Binary10101100111100110110100
Octal254171264

Shades and tints

Shades of #AC79B4

#AC79B4
(172,121,180)
#9D6EA4
(157,110,164)
#8E6394
(142,99,148)
#7F5884
(127,88,132)
#704D74
(112,77,116)
#614264
(97,66,100)
#523754
(82,55,84)
#432C44
(67,44,68)
#342134
(52,33,52)
#251624
(37,22,36)
#160B14
(22,11,20)
#000000
(0,0,0)

Tints of #AC79B4

#AC79B4
(172,121,180)
#B385BA
(179,133,186)
#BA91C0
(186,145,192)
#C19DC6
(193,157,198)
#C8A9CC
(200,169,204)
#CFB5D2
(207,181,210)
#D6C1D8
(214,193,216)
#DDCDDE
(221,205,222)
#E4D9E4
(228,217,228)
#EBE5EA
(235,229,234)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC79B4 color. Also use rgb(172,121,180) instead hex code.

Text Font Color

.myTextColor { color: #AC79B4; }

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

This text font color is #AC79B4.


Background Color

.myBgColor { background-color: #AC79B4; }

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

This div background color is #AC79B4.


Border color

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

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

This div border color is #AC79B4.


Opacity

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

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

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

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

This text has shadow with #AC79B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC79B4 on black background.


Color preview on white background

This text has color #AC79B4 on white background.



Black color preview on #AC79B4 background

This text has black color on #AC79B4 background.


White color preview on #AC79B4 background

This text has white color on #AC79B4 background.