COLOR #AC679C

HEX: #AC679C RGB: (172,103,156)

Color info

#AC679C contains mainly red and blue colors. Web safe color of #AC679C is #996699 (or #969).

RGB color model

#AC679C color RGB value is (172,103,156).

RGB: (172,103,156) (67%, 40%, 61%)

RGB channels and saturation

R 172 of 255 = 67%
G 103 of 255 = 40%
B 156 of 255 = 61%

172
103
156

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

Portions of RGB colors in percentages

R + G + B = 172 + 103 + 156 = 431 (100%)
R 172 of 431 ~ 39.91%
G 103 of 431 ~ 23.9%
B 156 of 431 ~ 36.19'%

%39.91
%23.9
%36.19

CMYK color model

#AC679C color CMYK value is (0,40,9,33).

  • cyan value is 0.00%
  • magenta value is 40.12%
  • yellow value is 9.30%
  • key color value is 32.55%
CMYK: (0,40,9,33) C0M40Y9K33 (0%,40%,9%,33%) (0.00/0.40/0.09/0.33) 

CMYK percentages

%0
%40.12
%9.3
%32.55

Codes

Color #AC679C in popluar color models

AC 67 9C
RGB 172 103 156
HSL 314° 29.36% 53.92%
HSB/HSV 314° 40.12% 67.45%
CMYK 0.00% 40.12% 9.30%
32.55%

Color #AC679C in popluar number systems.

HEX AC 67 9C
Decimal 172 103 156
Binary 10101100 1100111 10011100
Octal 254 147 234

Shades and tints

Shades of #AC679C

#AC679C
(172,103,156)
#9D5E8E
(157,94,142)
#8E5580
(142,85,128)
#7F4C72
(127,76,114)
#704364
(112,67,100)
#613A56
(97,58,86)
#523148
(82,49,72)
#43283A
(67,40,58)
#341F2C
(52,31,44)
#25161E
(37,22,30)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #AC679C

#AC679C
(172,103,156)
#B374A5
(179,116,165)
#BA81AE
(186,129,174)
#C18EB7
(193,142,183)
#C89BC0
(200,155,192)
#CFA8C9
(207,168,201)
#D6B5D2
(214,181,210)
#DDC2DB
(221,194,219)
#E4CFE4
(228,207,228)
#EBDCED
(235,220,237)
#F2E9F6
(242,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC679C color. Also use rgb(172,103,156) instead hex code.

Text Font Color

.myTextColor { color: #AC679C; }

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

This text font color is #AC679C.

Background Color

.myBgColor { background-color: #AC679C; }

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

This div background color is #AC679C.

Border color

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

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

This div border color is #AC679C.

Opacity

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

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

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

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

This text has shadow with #AC679C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC679C.

Preview

Color preview on black background

This text has color #AC679C on black background.


Color preview on white background

This text has color #AC679C on white background.


Black color preview on #AC679C background

This text has black color on #AC679C background.


White color preview on #AC679C background

This text has white color on #AC679C background.


Related colors

Complementary color

Complementary color for #hex is #539863.


I love getcolorcode.com

Triadic colors

1 #9CAC67 and #679CAC with #AC679C are triadic colors.

2 #9C67AC and #67AC9C with #AC679C are triadic colors.