COLOR #AC67A7

HEX: #AC67A7 RGB: (172,103,167)

Color info

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

RGB color model

#AC67A7 color RGB value is (172,103,167).

RGB: (172,103,167) (67%, 40%, 65%)

RGB channels and saturation

R 172 of 255 = 67%
G 103 of 255 = 40%
B 167 of 255 = 65%

172
103
167

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

Portions of RGB colors in percentages

R + G + B = 172 + 103 + 167 = 442 (100%)
R 172 of 442 ~ 38.91%
G 103 of 442 ~ 23.3%
B 167 of 442 ~ 37.78'%

%38.91
%23.3
%37.78

CMYK color model

#AC67A7 color CMYK value is (0,40,3,33).

  • cyan value is 0.00%
  • magenta value is 40.12%
  • yellow value is 2.91%
  • key color value is 32.55%
CMYK: (0,40,3,33) C0M40Y3K33 (0%,40%,3%,33%) (0.00/0.40/0.03/0.33) 

CMYK percentages

%0
%40.12
%2.91
%32.55

Codes

Color #AC67A7 in popluar color models

AC 67 A7
RGB 172 103 167
HSL 304° 29.36% 53.92%
HSB/HSV 304° 40.12% 67.45%
CMYK 0.00% 40.12% 2.91%
32.55%

Color #AC67A7 in popluar number systems.

HEX AC 67 A7
Decimal 172 103 167
Binary 10101100 1100111 10100111
Octal 254 147 247

Shades and tints

Shades of #AC67A7

#AC67A7
(172,103,167)
#9D5E98
(157,94,152)
#8E5589
(142,85,137)
#7F4C7A
(127,76,122)
#70436B
(112,67,107)
#613A5C
(97,58,92)
#52314D
(82,49,77)
#43283E
(67,40,62)
#341F2F
(52,31,47)
#251620
(37,22,32)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #AC67A7

#AC67A7
(172,103,167)
#B374AF
(179,116,175)
#BA81B7
(186,129,183)
#C18EBF
(193,142,191)
#C89BC7
(200,155,199)
#CFA8CF
(207,168,207)
#D6B5D7
(214,181,215)
#DDC2DF
(221,194,223)
#E4CFE7
(228,207,231)
#EBDCEF
(235,220,239)
#F2E9F7
(242,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC67A7; }

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

This text font color is #AC67A7.

Background Color

.myBgColor { background-color: #AC67A7; }

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

This div background color is #AC67A7.

Border color

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

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

This div border color is #AC67A7.

Opacity

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

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

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

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

This text has shadow with #AC67A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC67A7.

Preview

Color preview on black background

This text has color #AC67A7 on black background.


Color preview on white background

This text has color #AC67A7 on white background.


Black color preview on #AC67A7 background

This text has black color on #AC67A7 background.


White color preview on #AC67A7 background

This text has white color on #AC67A7 background.


Related colors

Complementary color

Complementary color for #hex is #539858.


I love getcolorcode.com

Triadic colors

1 #A7AC67 and #67A7AC with #AC67A7 are triadic colors.

2 #A767AC and #67ACA7 with #AC67A7 are triadic colors.