COLOR #AA73AC

HEX: #AA73AC RGB: (170,115,172)

Color info

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

RGB color model

#AA73AC color RGB value is (170,115,172).

RGB: (170,115,172) (67%, 45%, 67%)

RGB channels and saturation

R 170 of 255 = 67%
G 115 of 255 = 45%
B 172 of 255 = 67%

170
115
172

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

Portions of RGB colors in percentages

R + G + B = 170 + 115 + 172 = 457 (100%)
R 170 of 457 ~ 37.2%
G 115 of 457 ~ 25.16%
B 172 of 457 ~ 37.64'%

%37.2
%25.16
%37.64

CMYK color model

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

  • cyan value is 1.16%
  • magenta value is 33.14%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (1,33,0,33)
C1M33Y0K33 (1%, 33%, 0%, 33%)
(0.01 / 0.33 / 0.00 / 0.33)

CMYK percentages

%1.16
%33.14
%0
%32.55

Codes

Color #AA73AC in popluar color models

AA 73 AC
RGB 170 115 172
HSL 298° 25.56% 56.27%
HSB/HSV 298° 33.14% 67.45%
CMYK 1.16% 33.14% 0.00%
32.55%

Color #AA73AC in popluar number systems.

HEX AA 73 AC
Decimal 170 115 172
Binary 10101010 1110011 10101100
Octal 252 163 254

Shades and tints

Shades of #AA73AC

#AA73AC
(170,115,172)
#9B699D
(155,105,157)
#8C5F8E
(140,95,142)
#7D557F
(125,85,127)
#6E4B70
(110,75,112)
#5F4161
(95,65,97)
#503752
(80,55,82)
#412D43
(65,45,67)
#322334
(50,35,52)
#231925
(35,25,37)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #AA73AC

#AA73AC
(170,115,172)
#B17FB3
(177,127,179)
#B88BBA
(184,139,186)
#BF97C1
(191,151,193)
#C6A3C8
(198,163,200)
#CDAFCF
(205,175,207)
#D4BBD6
(212,187,214)
#DBC7DD
(219,199,221)
#E2D3E4
(226,211,228)
#E9DFEB
(233,223,235)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA73AC color. Also use rgb(170,115,172) instead hex code.

Text Font Color

.myTextColor { color: #AA73AC; }

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

This text font color is #AA73AC.

Background Color

.myBgColor { background-color: #AA73AC; }

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

This div background color is #AA73AC.

Border color

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

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

This div border color is #AA73AC.

Opacity

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

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

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

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

This text has shadow with #AA73AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA73AC.

Preview

Color preview on black background

This text has color #AA73AC on black background.


Color preview on white background

This text has color #AA73AC on white background.


Black color preview on #AA73AC background

This text has black color on #AA73AC background.


White color preview on #AA73AC background

This text has white color on #AA73AC background.


Related colors

Complementary color

Complementary color for #hex is #558C53.


I love getcolorcode.com

Triadic colors

1 #ACAA73 and #73ACAA with #AA73AC are triadic colors.

2 #AC73AA and #73AAAC with #AA73AC are triadic colors.