COLOR #AA73AA

HEX: #AA73AA
RGB: (170,115,170)

Color info

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

RGB color model

#AA73AA color RGB value is (170,115,170).

  • red value is 170;
  • green value is 115;
  • blue value is 170.
RGB: (170,115,170) (67%,45%,67%)

RGB channels and saturation

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

170
115
170

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

Portions of RGB colors in percentages

R + G + B =
170 + 115 + 170 = 455 (100%)
R 170 of 455 ~ 37.36%
G 115 of 455 ~ 25.27%
B 170 of 455 ~ 37.36%

%37.36
%25.27
%37.36

CMYK color model

#AA73AA color CMYK value is (0,32,0,33).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (0,32,0,33) C0M32Y0K33 (0%,32%,0%,33%) (0.00/0.32/0.00/0.33)

CMYK percentages

%0
%32.35
%0
%33.33

Codes

Color #AA73AA in popluar color models

AA73AA
RGB170115170
HSL300°24.44%55.88%
HSB/HSV300°32.35%66.67%
CMYK0.00%32.35%0.00%
33.33%

Color #AA73AA in popluar number systems.

HEXAA73AA
Decimal170115170
Binary10101010111001110101010
Octal252163252

Shades and tints

Shades of #AA73AA

#AA73AA
(170,115,170)
#9B699B
(155,105,155)
#8C5F8C
(140,95,140)
#7D557D
(125,85,125)
#6E4B6E
(110,75,110)
#5F415F
(95,65,95)
#503750
(80,55,80)
#412D41
(65,45,65)
#322332
(50,35,50)
#231923
(35,25,35)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #AA73AA

#AA73AA
(170,115,170)
#B17FB1
(177,127,177)
#B88BB8
(184,139,184)
#BF97BF
(191,151,191)
#C6A3C6
(198,163,198)
#CDAFCD
(205,175,205)
#D4BBD4
(212,187,212)
#DBC7DB
(219,199,219)
#E2D3E2
(226,211,226)
#E9DFE9
(233,223,233)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA73AA; }

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

This text font color is #AA73AA.


Background Color

.myBgColor { background-color: #AA73AA; }

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

This div background color is #AA73AA.


Border color

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

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

This div border color is #AA73AA.


Opacity

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

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

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

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

This text has shadow with #AA73AA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AA73AA on black background.


Color preview on white background

This text has color #AA73AA on white background.



Black color preview on #AA73AA background

This text has black color on #AA73AA background.


White color preview on #AA73AA background

This text has white color on #AA73AA background.