COLOR #AC74AA

HEX: #AC74AA RGB: (172,116,170)

Color info

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

RGB color model

#AC74AA color RGB value is (172,116,170).

RGB: (172,116,170) (67%, 45%, 67%)

RGB channels and saturation

R 172 of 255 = 67%
G 116 of 255 = 45%
B 170 of 255 = 67%

172
116
170

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

Portions of RGB colors in percentages

R + G + B = 172 + 116 + 170 = 458 (100%)
R 172 of 458 ~ 37.55%
G 116 of 458 ~ 25.33%
B 170 of 458 ~ 37.12'%

%37.55
%25.33
%37.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.56%
  • yellow value is 1.16%
  • key color value is 32.55%

CMYK: (0,33,1,33)
C0M33Y1K33 (0%, 33%, 1%, 33%)
(0.00 / 0.33 / 0.01 / 0.33)

CMYK percentages

%0
%32.56
%1.16
%32.55

Codes

Color #AC74AA in popluar color models

AC 74 AA
RGB 172 116 170
HSL 302° 25.23% 56.47%
HSB/HSV 302° 32.56% 67.45%
CMYK 0.00% 32.56% 1.16%
32.55%

Color #AC74AA in popluar number systems.

HEX AC 74 AA
Decimal 172 116 170
Binary 10101100 1110100 10101010
Octal 254 164 252

Shades and tints

Shades of #AC74AA

#AC74AA
(172,116,170)
#9D6A9B
(157,106,155)
#8E608C
(142,96,140)
#7F567D
(127,86,125)
#704C6E
(112,76,110)
#61425F
(97,66,95)
#523850
(82,56,80)
#432E41
(67,46,65)
#342432
(52,36,50)
#251A23
(37,26,35)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #AC74AA

#AC74AA
(172,116,170)
#B380B1
(179,128,177)
#BA8CB8
(186,140,184)
#C198BF
(193,152,191)
#C8A4C6
(200,164,198)
#CFB0CD
(207,176,205)
#D6BCD4
(214,188,212)
#DDC8DB
(221,200,219)
#E4D4E2
(228,212,226)
#EBE0E9
(235,224,233)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC74AA color. Also use rgb(172,116,170) instead hex code.

Text Font Color

.myTextColor { color: #AC74AA; }

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

This text font color is #AC74AA.

Background Color

.myBgColor { background-color: #AC74AA; }

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

This div background color is #AC74AA.

Border color

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

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

This div border color is #AC74AA.

Opacity

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

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

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

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

This text has shadow with #AC74AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC74AA.

Preview

Color preview on black background

This text has color #AC74AA on black background.


Color preview on white background

This text has color #AC74AA on white background.


Black color preview on #AC74AA background

This text has black color on #AC74AA background.


White color preview on #AC74AA background

This text has white color on #AC74AA background.


Related colors

Complementary color

Complementary color for #hex is #538B55.


I love getcolorcode.com

Triadic colors

1 #AAAC74 and #74AAAC with #AC74AA are triadic colors.

2 #AA74AC and #74ACAA with #AC74AA are triadic colors.