COLOR #AA7CA9

HEX: #AA7CA9 RGB: (170,124,169)

Color info

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

RGB color model

#AA7CA9 color RGB value is (170,124,169).

RGB: (170,124,169) (67%, 49%, 66%)

RGB channels and saturation

R 170 of 255 = 67%
G 124 of 255 = 49%
B 169 of 255 = 66%

170
124
169

R + G + B ~ 61%. #AA7CA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 124 + 169 = 463 (100%)
R 170 of 463 ~ 36.72%
G 124 of 463 ~ 26.78%
B 169 of 463 ~ 36.5'%

%36.72
%26.78
%36.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 0.59%
  • key color value is 33.33%
CMYK: (0,27,1,33) C0M27Y1K33 (0%,27%,1%,33%) (0.00/0.27/0.01/0.33) 

CMYK percentages

%0
%27.06
%0.59
%33.33

Codes

Color #AA7CA9 in popluar color models

AA 7C A9
RGB 170 124 169
HSL 301° 21.30% 57.65%
HSB/HSV 301° 27.06% 66.67%
CMYK 0.00% 27.06% 0.59%
33.33%

Color #AA7CA9 in popluar number systems.

HEX AA 7C A9
Decimal 170 124 169
Binary 10101010 1111100 10101001
Octal 252 174 251

Shades and tints

Shades of #AA7CA9

#AA7CA9
(170,124,169)
#9B719A
(155,113,154)
#8C668B
(140,102,139)
#7D5B7C
(125,91,124)
#6E506D
(110,80,109)
#5F455E
(95,69,94)
#503A4F
(80,58,79)
#412F40
(65,47,64)
#322431
(50,36,49)
#231922
(35,25,34)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #AA7CA9

#AA7CA9
(170,124,169)
#B187B0
(177,135,176)
#B892B7
(184,146,183)
#BF9DBE
(191,157,190)
#C6A8C5
(198,168,197)
#CDB3CC
(205,179,204)
#D4BED3
(212,190,211)
#DBC9DA
(219,201,218)
#E2D4E1
(226,212,225)
#E9DFE8
(233,223,232)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7CA9 color. Also use rgb(170,124,169) instead hex code.

Text Font Color

.myTextColor { color: #AA7CA9; }

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

This text font color is #AA7CA9.

Background Color

.myBgColor { background-color: #AA7CA9; }

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

This div background color is #AA7CA9.

Border color

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

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

This div border color is #AA7CA9.

Opacity

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

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

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

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

This text has shadow with #AA7CA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7CA9.

Preview

Color preview on black background

This text has color #AA7CA9 on black background.


Color preview on white background

This text has color #AA7CA9 on white background.


Black color preview on #AA7CA9 background

This text has black color on #AA7CA9 background.


White color preview on #AA7CA9 background

This text has white color on #AA7CA9 background.


Related colors

Complementary color

Complementary color for #hex is #558356.


I love getcolorcode.com

Triadic colors

1 #A9AA7C and #7CA9AA with #AA7CA9 are triadic colors.

2 #A97CAA and #7CAAA9 with #AA7CA9 are triadic colors.