COLOR #AA7CA7

HEX: #AA7CA7
RGB: (170,124,167)

Color info

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

RGB color model

#AA7CA7 color RGB value is (170,124,167).

  • red value is 170;
  • green value is 124;
  • blue value is 167.
RGB:
(170,124,167)
(67%,49%,65%)

RGB channels and saturation

R 170 of 255 = 67%
G 124 of 255 = 49%
B 167 of 255 = 65%

170
124
167

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

Portions of RGB colors in percentages

R + G + B =
170 + 124 + 167 = 461 (100%)
R 170 of 461 ~ 36.88%
G 124 of 461 ~ 26.9%
B 167 of 461 ~ 36.23%

%36.88
%26.9
%36.23

CMYK color model

#AA7CA7 color CMYK value is (0,27,2,33).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 1.76%
  • key color value is 33.33%
CMYK:
(0,27,2,33)
C0M27Y2K33 
(0%,27%,2%,33%)
(0.00/0.27/0.02/0.33)	

CMYK percentages

%0
%27.06
%1.76
%33.33

Codes

Color #AA7CA7 in popluar color models

AA7CA7
RGB170124167
HSL304°21.30%57.65%
HSB/HSV304°27.06%66.67%
CMYK0.00%27.06%1.76%
33.33%

Color #AA7CA7 in popluar number systems.

HEXAA7CA7
Decimal170124167
Binary10101010111110010100111
Octal252174247

Shades and tints

Shades of #AA7CA7

#AA7CA7
(170,124,167)
#9B7198
(155,113,152)
#8C6689
(140,102,137)
#7D5B7A
(125,91,122)
#6E506B
(110,80,107)
#5F455C
(95,69,92)
#503A4D
(80,58,77)
#412F3E
(65,47,62)
#32242F
(50,36,47)
#231920
(35,25,32)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #AA7CA7

#AA7CA7
(170,124,167)
#B187AF
(177,135,175)
#B892B7
(184,146,183)
#BF9DBF
(191,157,191)
#C6A8C7
(198,168,199)
#CDB3CF
(205,179,207)
#D4BED7
(212,190,215)
#DBC9DF
(219,201,223)
#E2D4E7
(226,212,231)
#E9DFEF
(233,223,239)
#F0EAF7
(240,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7CA7; }

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

This text font color is #AA7CA7.


Background Color

.myBgColor { background-color: #AA7CA7; }

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

This div background color is #AA7CA7.


Border color

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

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

This div border color is #AA7CA7.


Opacity

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

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

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

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

This text has shadow with #AA7CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7CA7 on black background.


Color preview on white background

This text has color #AA7CA7 on white background.



Black color preview on #AA7CA7 background

This text has black color on #AA7CA7 background.


White color preview on #AA7CA7 background

This text has white color on #AA7CA7 background.