COLOR #AA73AD

HEX: #AA73AD
RGB: (170,115,173)

Color info

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

RGB color model

#AA73AD color RGB value is (170,115,173).

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

RGB channels and saturation

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

170
115
173

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

Portions of RGB colors in percentages

R + G + B =
170 + 115 + 173 = 458 (100%)
R 170 of 458 ~ 37.12%
G 115 of 458 ~ 25.11%
B 173 of 458 ~ 37.77%

%37.12
%25.11
%37.77

CMYK color model

#AA73AD color CMYK value is (2,34,0,32).

  • cyan value is 1.73%
  • magenta value is 33.53%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(2,34,0,32)
C2M34Y0K32 
(2%,34%,0%,32%)
(0.02/0.34/0.00/0.32)	

CMYK percentages

%1.73
%33.53
%0
%32.16

Codes

Color #AA73AD in popluar color models

AA73AD
RGB170115173
HSL297°26.13%56.47%
HSB/HSV297°33.53%67.84%
CMYK1.73%33.53%0.00%
32.16%

Color #AA73AD in popluar number systems.

HEXAA73AD
Decimal170115173
Binary10101010111001110101101
Octal252163255

Shades and tints

Shades of #AA73AD

#AA73AD
(170,115,173)
#9B699E
(155,105,158)
#8C5F8F
(140,95,143)
#7D5580
(125,85,128)
#6E4B71
(110,75,113)
#5F4162
(95,65,98)
#503753
(80,55,83)
#412D44
(65,45,68)
#322335
(50,35,53)
#231926
(35,25,38)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #AA73AD

#AA73AD
(170,115,173)
#B17FB4
(177,127,180)
#B88BBB
(184,139,187)
#BF97C2
(191,151,194)
#C6A3C9
(198,163,201)
#CDAFD0
(205,175,208)
#D4BBD7
(212,187,215)
#DBC7DE
(219,199,222)
#E2D3E5
(226,211,229)
#E9DFEC
(233,223,236)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA73AD; }

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

This text font color is #AA73AD.


Background Color

.myBgColor { background-color: #AA73AD; }

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

This div background color is #AA73AD.


Border color

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

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

This div border color is #AA73AD.


Opacity

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

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

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

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

This text has shadow with #AA73AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA73AD on black background.


Color preview on white background

This text has color #AA73AD on white background.



Black color preview on #AA73AD background

This text has black color on #AA73AD background.


White color preview on #AA73AD background

This text has white color on #AA73AD background.