COLOR #AA73BD

HEX: #AA73BD
RGB: (170,115,189)

Color info

#AA73BD contains mainly red and blue colors. Web safe color of #AA73BD is #9966CC (or #96C).

RGB color model

#AA73BD color RGB value is (170,115,189).

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

RGB channels and saturation

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

170
115
189

R + G + B ~ 62%. #AA73BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 115 + 189 = 474 (100%)
R 170 of 474 ~ 35.86%
G 115 of 474 ~ 24.26%
B 189 of 474 ~ 39.87%

%35.86
%24.26
%39.87

CMYK color model

#AA73BD color CMYK value is (10,39,0,26).

  • cyan value is 10.05%
  • magenta value is 39.15%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(10,39,0,26)
C10M39Y0K26 
(10%,39%,0%,26%)
(0.10/0.39/0.00/0.26)	

CMYK percentages

%10.05
%39.15
%0
%25.88

Codes

Color #AA73BD in popluar color models

AA73BD
RGB170115189
HSL285°35.92%59.61%
HSB/HSV285°39.15%74.12%
CMYK10.05%39.15%0.00%
25.88%

Color #AA73BD in popluar number systems.

HEXAA73BD
Decimal170115189
Binary10101010111001110111101
Octal252163275

Shades and tints

Shades of #AA73BD

#AA73BD
(170,115,189)
#9B69AC
(155,105,172)
#8C5F9B
(140,95,155)
#7D558A
(125,85,138)
#6E4B79
(110,75,121)
#5F4168
(95,65,104)
#503757
(80,55,87)
#412D46
(65,45,70)
#322335
(50,35,53)
#231924
(35,25,36)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #AA73BD

#AA73BD
(170,115,189)
#B17FC3
(177,127,195)
#B88BC9
(184,139,201)
#BF97CF
(191,151,207)
#C6A3D5
(198,163,213)
#CDAFDB
(205,175,219)
#D4BBE1
(212,187,225)
#DBC7E7
(219,199,231)
#E2D3ED
(226,211,237)
#E9DFF3
(233,223,243)
#F0EBF9
(240,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA73BD; }

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

This text font color is #AA73BD.


Background Color

.myBgColor { background-color: #AA73BD; }

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

This div background color is #AA73BD.


Border color

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

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

This div border color is #AA73BD.


Opacity

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

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

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

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

This text has shadow with #AA73BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA73BD on black background.


Color preview on white background

This text has color #AA73BD on white background.



Black color preview on #AA73BD background

This text has black color on #AA73BD background.


White color preview on #AA73BD background

This text has white color on #AA73BD background.