COLOR #AE74AC

HEX: #AE74AC RGB: (174,116,172)

Color info

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

RGB color model

#AE74AC color RGB value is (174,116,172).

RGB: (174,116,172) (68%, 45%, 67%)

RGB channels and saturation

R 174 of 255 = 68%
G 116 of 255 = 45%
B 172 of 255 = 67%

174
116
172

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

Portions of RGB colors in percentages

R + G + B = 174 + 116 + 172 = 462 (100%)
R 174 of 462 ~ 37.66%
G 116 of 462 ~ 25.11%
B 172 of 462 ~ 37.23'%

%37.66
%25.11
%37.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 1.15%
  • key color value is 31.76%

CMYK: (0,33,1,32)
C0M33Y1K32 (0%, 33%, 1%, 32%)
(0.00 / 0.33 / 0.01 / 0.32)

CMYK percentages

%0
%33.33
%1.15
%31.76

Codes

Color #AE74AC in popluar color models

AE 74 AC
RGB 174 116 172
HSL 302° 26.36% 56.86%
HSB/HSV 302° 33.33% 68.24%
CMYK 0.00% 33.33% 1.15%
31.76%

Color #AE74AC in popluar number systems.

HEX AE 74 AC
Decimal 174 116 172
Binary 10101110 1110100 10101100
Octal 256 164 254

Shades and tints

Shades of #AE74AC

#AE74AC
(174,116,172)
#9F6A9D
(159,106,157)
#90608E
(144,96,142)
#81567F
(129,86,127)
#724C70
(114,76,112)
#634261
(99,66,97)
#543852
(84,56,82)
#452E43
(69,46,67)
#362434
(54,36,52)
#271A25
(39,26,37)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #AE74AC

#AE74AC
(174,116,172)
#B580B3
(181,128,179)
#BC8CBA
(188,140,186)
#C398C1
(195,152,193)
#CAA4C8
(202,164,200)
#D1B0CF
(209,176,207)
#D8BCD6
(216,188,214)
#DFC8DD
(223,200,221)
#E6D4E4
(230,212,228)
#EDE0EB
(237,224,235)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE74AC; }

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

This text font color is #AE74AC.

Background Color

.myBgColor { background-color: #AE74AC; }

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

This div background color is #AE74AC.

Border color

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

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

This div border color is #AE74AC.

Opacity

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

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

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

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

This text has shadow with #AE74AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE74AC.

Preview

Color preview on black background

This text has color #AE74AC on black background.


Color preview on white background

This text has color #AE74AC on white background.


Black color preview on #AE74AC background

This text has black color on #AE74AC background.


White color preview on #AE74AC background

This text has white color on #AE74AC background.


Related colors

Complementary color

Complementary color for #hex is #518B53.


I love getcolorcode.com

Triadic colors

1 #ACAE74 and #74ACAE with #AE74AC are triadic colors.

2 #AC74AE and #74AEAC with #AE74AC are triadic colors.