COLOR #AA73EA

HEX: #AA73EA
RGB: (170,115,234)

Color info

#AA73EA contains mainly blue color. Web safe color of #AA73EA is #9966FF (or #96F).

RGB color model

#AA73EA color RGB value is (170,115,234).

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

RGB channels and saturation

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

170
115
234

R + G + B ~ 68%. #AA73EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 115 + 234 = 519 (100%)
R 170 of 519 ~ 32.76%
G 115 of 519 ~ 22.16%
B 234 of 519 ~ 45.09%

%32.76
%22.16
%45.09

CMYK color model

#AA73EA color CMYK value is (27,51,0,8).

  • cyan value is 27.35%
  • magenta value is 50.85%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(27,51,0,8)
C27M51Y0K8 
(27%,51%,0%,8%)
(0.27/0.51/0.00/0.08)	

CMYK percentages

%27.35
%50.85
%0
%8.24

Codes

Color #AA73EA in popluar color models

AA73EA
RGB170115234
HSL268°73.91%68.43%
HSB/HSV268°50.85%91.76%
CMYK27.35%50.85%0.00%
8.24%

Color #AA73EA in popluar number systems.

HEXAA73EA
Decimal170115234
Binary10101010111001111101010
Octal252163352

Shades and tints

Shades of #AA73EA

#AA73EA
(170,115,234)
#9B69D5
(155,105,213)
#8C5FC0
(140,95,192)
#7D55AB
(125,85,171)
#6E4B96
(110,75,150)
#5F4181
(95,65,129)
#50376C
(80,55,108)
#412D57
(65,45,87)
#322342
(50,35,66)
#23192D
(35,25,45)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #AA73EA

#AA73EA
(170,115,234)
#B17FEB
(177,127,235)
#B88BEC
(184,139,236)
#BF97ED
(191,151,237)
#C6A3EE
(198,163,238)
#CDAFEF
(205,175,239)
#D4BBF0
(212,187,240)
#DBC7F1
(219,199,241)
#E2D3F2
(226,211,242)
#E9DFF3
(233,223,243)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA73EA; }

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

This text font color is #AA73EA.


Background Color

.myBgColor { background-color: #AA73EA; }

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

This div background color is #AA73EA.


Border color

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

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

This div border color is #AA73EA.


Opacity

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

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

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

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

This text has shadow with #AA73EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA73EA on black background.


Color preview on white background

This text has color #AA73EA on white background.



Black color preview on #AA73EA background

This text has black color on #AA73EA background.


White color preview on #AA73EA background

This text has white color on #AA73EA background.