COLOR #AA71AE

HEX: #AA71AE RGB: (170,113,174)

Color info

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

RGB color model

#AA71AE color RGB value is (170,113,174).

RGB: (170,113,174) (67%, 44%, 68%)

RGB channels and saturation

R 170 of 255 = 67%
G 113 of 255 = 44%
B 174 of 255 = 68%

170
113
174

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

Portions of RGB colors in percentages

R + G + B = 170 + 113 + 174 = 457 (100%)
R 170 of 457 ~ 37.2%
G 113 of 457 ~ 24.73%
B 174 of 457 ~ 38.07'%

%37.2
%24.73
%38.07

CMYK color model

#AA71AE color CMYK value is (2,35,0,32).

  • cyan value is 2.30%
  • magenta value is 35.06%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (2,35,0,32)
C2M35Y0K32 (2%, 35%, 0%, 32%)
(0.02 / 0.35 / 0.00 / 0.32)

CMYK percentages

%2.3
%35.06
%0
%31.76

Codes

Color #AA71AE in popluar color models

AA 71 AE
RGB 170 113 174
HSL 296° 27.35% 56.27%
HSB/HSV 296° 35.06% 68.24%
CMYK 2.30% 35.06% 0.00%
31.76%

Color #AA71AE in popluar number systems.

HEX AA 71 AE
Decimal 170 113 174
Binary 10101010 1110001 10101110
Octal 252 161 256

Shades and tints

Shades of #AA71AE

#AA71AE
(170,113,174)
#9B679F
(155,103,159)
#8C5D90
(140,93,144)
#7D5381
(125,83,129)
#6E4972
(110,73,114)
#5F3F63
(95,63,99)
#503554
(80,53,84)
#412B45
(65,43,69)
#322136
(50,33,54)
#231727
(35,23,39)
#140D18
(20,13,24)
#000000
(0,0,0)

Tints of #AA71AE

#AA71AE
(170,113,174)
#B17DB5
(177,125,181)
#B889BC
(184,137,188)
#BF95C3
(191,149,195)
#C6A1CA
(198,161,202)
#CDADD1
(205,173,209)
#D4B9D8
(212,185,216)
#DBC5DF
(219,197,223)
#E2D1E6
(226,209,230)
#E9DDED
(233,221,237)
#F0E9F4
(240,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA71AE color. Also use rgb(170,113,174) instead hex code.

Text Font Color

.myTextColor { color: #AA71AE; }

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

This text font color is #AA71AE.

Background Color

.myBgColor { background-color: #AA71AE; }

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

This div background color is #AA71AE.

Border color

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

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

This div border color is #AA71AE.

Opacity

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

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

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

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

This text has shadow with #AA71AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA71AE.

Preview

Color preview on black background

This text has color #AA71AE on black background.


Color preview on white background

This text has color #AA71AE on white background.


Black color preview on #AA71AE background

This text has black color on #AA71AE background.


White color preview on #AA71AE background

This text has white color on #AA71AE background.


Related colors

Complementary color

Complementary color for #hex is #558E51.


I love getcolorcode.com

Triadic colors

1 #AEAA71 and #71AEAA with #AA71AE are triadic colors.

2 #AE71AA and #71AAAE with #AA71AE are triadic colors.