COLOR #AA7CA3

HEX: #AA7CA3 RGB: (170,124,163)

Color info

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

RGB color model

#AA7CA3 color RGB value is (170,124,163).

RGB: (170,124,163) (67%, 49%, 64%)

RGB channels and saturation

R 170 of 255 = 67%
G 124 of 255 = 49%
B 163 of 255 = 64%

170
124
163

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

Portions of RGB colors in percentages

R + G + B = 170 + 124 + 163 = 457 (100%)
R 170 of 457 ~ 37.2%
G 124 of 457 ~ 27.13%
B 163 of 457 ~ 35.67'%

%37.2
%27.13
%35.67

CMYK color model

#AA7CA3 color CMYK value is (0,27,4,33).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 4.12%
  • key color value is 33.33%

CMYK: (0,27,4,33)
C0M27Y4K33 (0%, 27%, 4%, 33%)
(0.00 / 0.27 / 0.04 / 0.33)

CMYK percentages

%0
%27.06
%4.12
%33.33

Codes

Color #AA7CA3 in popluar color models

AA 7C A3
RGB 170 124 163
HSL 309° 21.30% 57.65%
HSB/HSV 309° 27.06% 66.67%
CMYK 0.00% 27.06% 4.12%
33.33%

Color #AA7CA3 in popluar number systems.

HEX AA 7C A3
Decimal 170 124 163
Binary 10101010 1111100 10100011
Octal 252 174 243

Shades and tints

Shades of #AA7CA3

#AA7CA3
(170,124,163)
#9B7195
(155,113,149)
#8C6687
(140,102,135)
#7D5B79
(125,91,121)
#6E506B
(110,80,107)
#5F455D
(95,69,93)
#503A4F
(80,58,79)
#412F41
(65,47,65)
#322433
(50,36,51)
#231925
(35,25,37)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #AA7CA3

#AA7CA3
(170,124,163)
#B187AB
(177,135,171)
#B892B3
(184,146,179)
#BF9DBB
(191,157,187)
#C6A8C3
(198,168,195)
#CDB3CB
(205,179,203)
#D4BED3
(212,190,211)
#DBC9DB
(219,201,219)
#E2D4E3
(226,212,227)
#E9DFEB
(233,223,235)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7CA3; }

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

This text font color is #AA7CA3.

Background Color

.myBgColor { background-color: #AA7CA3; }

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

This div background color is #AA7CA3.

Border color

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

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

This div border color is #AA7CA3.

Opacity

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

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

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

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

This text has shadow with #AA7CA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7CA3.

Preview

Color preview on black background

This text has color #AA7CA3 on black background.


Color preview on white background

This text has color #AA7CA3 on white background.


Black color preview on #AA7CA3 background

This text has black color on #AA7CA3 background.


White color preview on #AA7CA3 background

This text has white color on #AA7CA3 background.


Related colors

Complementary color

Complementary color for #hex is #55835C.


I love getcolorcode.com

Triadic colors

1 #A3AA7C and #7CA3AA with #AA7CA3 are triadic colors.

2 #A37CAA and #7CAAA3 with #AA7CA3 are triadic colors.