COLOR #AA73EC

HEX: #AA73EC RGB: (170,115,236)

Color info

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

RGB color model

#AA73EC color RGB value is (170,115,236).

RGB: (170,115,236) (67%, 45%, 93%)

RGB channels and saturation

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

170
115
236

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

Portions of RGB colors in percentages

R + G + B = 170 + 115 + 236 = 521 (100%)
R 170 of 521 ~ 32.63%
G 115 of 521 ~ 22.07%
B 236 of 521 ~ 45.3'%

%32.63
%22.07
%45.3

CMYK color model

#AA73EC color CMYK value is (28,51,0,7).

  • cyan value is 27.97%
  • magenta value is 51.27%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (28,51,0,7)
C28M51Y0K7 (28%, 51%, 0%, 7%)
(0.28 / 0.51 / 0.00 / 0.07)

CMYK percentages

%27.97
%51.27
%0
%7.45

Codes

Color #AA73EC in popluar color models

AA 73 EC
RGB 170 115 236
HSL 267° 76.10% 68.82%
HSB/HSV 267° 51.27% 92.55%
CMYK 27.97% 51.27% 0.00%
7.45%

Color #AA73EC in popluar number systems.

HEX AA 73 EC
Decimal 170 115 236
Binary 10101010 1110011 11101100
Octal 252 163 354

Shades and tints

Shades of #AA73EC

#AA73EC
(170,115,236)
#9B69D7
(155,105,215)
#8C5FC2
(140,95,194)
#7D55AD
(125,85,173)
#6E4B98
(110,75,152)
#5F4183
(95,65,131)
#50376E
(80,55,110)
#412D59
(65,45,89)
#322344
(50,35,68)
#23192F
(35,25,47)
#140F1A
(20,15,26)
#000000
(0,0,0)

Tints of #AA73EC

#AA73EC
(170,115,236)
#B17FED
(177,127,237)
#B88BEE
(184,139,238)
#BF97EF
(191,151,239)
#C6A3F0
(198,163,240)
#CDAFF1
(205,175,241)
#D4BBF2
(212,187,242)
#DBC7F3
(219,199,243)
#E2D3F4
(226,211,244)
#E9DFF5
(233,223,245)
#F0EBF6
(240,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA73EC; }

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

This text font color is #AA73EC.

Background Color

.myBgColor { background-color: #AA73EC; }

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

This div background color is #AA73EC.

Border color

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

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

This div border color is #AA73EC.

Opacity

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

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

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

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

This text has shadow with #AA73EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA73EC.

Preview

Color preview on black background

This text has color #AA73EC on black background.


Color preview on white background

This text has color #AA73EC on white background.


Black color preview on #AA73EC background

This text has black color on #AA73EC background.


White color preview on #AA73EC background

This text has white color on #AA73EC background.


Related colors

Complementary color

Complementary color for #hex is #558C13.


I love getcolorcode.com

Triadic colors

1 #ECAA73 and #73ECAA with #AA73EC are triadic colors.

2 #EC73AA and #73AAEC with #AA73EC are triadic colors.