COLOR #AA54EC

HEX: #AA54EC RGB: (170,84,236)

Color info

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

RGB color model

#AA54EC color RGB value is (170,84,236).

RGB: (170,84,236) (67%, 33%, 93%)

RGB channels and saturation

R 170 of 255 = 67%
G 84 of 255 = 33%
B 236 of 255 = 93%

170
84
236

R + G + B ~ 64%. #AA54EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 84 + 236 = 490 (100%)
R 170 of 490 ~ 34.69%
G 84 of 490 ~ 17.14%
B 236 of 490 ~ 48.16'%

%34.69
%17.14
%48.16

CMYK color model

#AA54EC color CMYK value is (28,64,0,7).

  • cyan value is 27.97%
  • magenta value is 64.41%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (28,64,0,7) C28M64Y0K7 (28%,64%,0%,7%) (0.28/0.64/0.00/0.07) 

CMYK percentages

%27.97
%64.41
%0
%7.45

Codes

Color #AA54EC in popluar color models

AA 54 EC
RGB 170 84 236
HSL 274° 80.00% 62.75%
HSB/HSV 274° 64.41% 92.55%
CMYK 27.97% 64.41% 0.00%
7.45%

Color #AA54EC in popluar number systems.

HEX AA 54 EC
Decimal 170 84 236
Binary 10101010 1010100 11101100
Octal 252 124 354

Shades and tints

Shades of #AA54EC

#AA54EC
(170,84,236)
#9B4DD7
(155,77,215)
#8C46C2
(140,70,194)
#7D3FAD
(125,63,173)
#6E3898
(110,56,152)
#5F3183
(95,49,131)
#502A6E
(80,42,110)
#412359
(65,35,89)
#321C44
(50,28,68)
#23152F
(35,21,47)
#140E1A
(20,14,26)
#000000
(0,0,0)

Tints of #AA54EC

#AA54EC
(170,84,236)
#B163ED
(177,99,237)
#B872EE
(184,114,238)
#BF81EF
(191,129,239)
#C690F0
(198,144,240)
#CD9FF1
(205,159,241)
#D4AEF2
(212,174,242)
#DBBDF3
(219,189,243)
#E2CCF4
(226,204,244)
#E9DBF5
(233,219,245)
#F0EAF6
(240,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA54EC; }

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

This text font color is #AA54EC.

Background Color

.myBgColor { background-color: #AA54EC; }

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

This div background color is #AA54EC.

Border color

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

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

This div border color is #AA54EC.

Opacity

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

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

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

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

This text has shadow with #AA54EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA54EC.

Preview

Color preview on black background

This text has color #AA54EC on black background.


Color preview on white background

This text has color #AA54EC on white background.


Black color preview on #AA54EC background

This text has black color on #AA54EC background.


White color preview on #AA54EC background

This text has white color on #AA54EC background.


Related colors

Complementary color

Complementary color for #hex is #55AB13.


I love getcolorcode.com

Triadic colors

1 #ECAA54 and #54ECAA with #AA54EC are triadic colors.

2 #EC54AA and #54AAEC with #AA54EC are triadic colors.