COLOR #AC79B1

HEX: #AC79B1 RGB: (172,121,177)

Color info

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

RGB color model

#AC79B1 color RGB value is (172,121,177).

RGB: (172,121,177) (67%, 47%, 69%)

RGB channels and saturation

R 172 of 255 = 67%
G 121 of 255 = 47%
B 177 of 255 = 69%

172
121
177

R + G + B ~ 61%. #AC79B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 121 + 177 = 470 (100%)
R 172 of 470 ~ 36.6%
G 121 of 470 ~ 25.74%
B 177 of 470 ~ 37.66'%

%36.6
%25.74
%37.66

CMYK color model

#AC79B1 color CMYK value is (3,32,0,31).

  • cyan value is 2.82%
  • magenta value is 31.64%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (3,32,0,31)
C3M32Y0K31 (3%, 32%, 0%, 31%)
(0.03 / 0.32 / 0.00 / 0.31)

CMYK percentages

%2.82
%31.64
%0
%30.59

Codes

Color #AC79B1 in popluar color models

AC 79 B1
RGB 172 121 177
HSL 295° 26.42% 58.43%
HSB/HSV 295° 31.64% 69.41%
CMYK 2.82% 31.64% 0.00%
30.59%

Color #AC79B1 in popluar number systems.

HEX AC 79 B1
Decimal 172 121 177
Binary 10101100 1111001 10110001
Octal 254 171 261

Shades and tints

Shades of #AC79B1

#AC79B1
(172,121,177)
#9D6EA1
(157,110,161)
#8E6391
(142,99,145)
#7F5881
(127,88,129)
#704D71
(112,77,113)
#614261
(97,66,97)
#523751
(82,55,81)
#432C41
(67,44,65)
#342131
(52,33,49)
#251621
(37,22,33)
#160B11
(22,11,17)
#000000
(0,0,0)

Tints of #AC79B1

#AC79B1
(172,121,177)
#B385B8
(179,133,184)
#BA91BF
(186,145,191)
#C19DC6
(193,157,198)
#C8A9CD
(200,169,205)
#CFB5D4
(207,181,212)
#D6C1DB
(214,193,219)
#DDCDE2
(221,205,226)
#E4D9E9
(228,217,233)
#EBE5F0
(235,229,240)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC79B1; }

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

This text font color is #AC79B1.

Background Color

.myBgColor { background-color: #AC79B1; }

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

This div background color is #AC79B1.

Border color

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

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

This div border color is #AC79B1.

Opacity

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

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

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

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

This text has shadow with #AC79B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC79B1.

Preview

Color preview on black background

This text has color #AC79B1 on black background.


Color preview on white background

This text has color #AC79B1 on white background.


Black color preview on #AC79B1 background

This text has black color on #AC79B1 background.


White color preview on #AC79B1 background

This text has white color on #AC79B1 background.


Related colors

Complementary color

Complementary color for #hex is #53864E.


I love getcolorcode.com

Triadic colors

1 #B1AC79 and #79B1AC with #AC79B1 are triadic colors.

2 #B179AC and #79ACB1 with #AC79B1 are triadic colors.