COLOR #AA66E0

HEX: #AA66E0
RGB: (170,102,224)

Color info

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

RGB color model

#AA66E0 color RGB value is (170,102,224).

  • red value is 170;
  • green value is 102;
  • blue value is 224.
RGB:
(170,102,224)
(67%,40%,88%)

RGB channels and saturation

R 170 of 255 = 67%
G 102 of 255 = 40%
B 224 of 255 = 88%

170
102
224

R + G + B ~ 65%. #AA66E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 102 + 224 = 496 (100%)
R 170 of 496 ~ 34.27%
G 102 of 496 ~ 20.56%
B 224 of 496 ~ 45.16%

%34.27
%20.56
%45.16

CMYK color model

#AA66E0 color CMYK value is (24,54,0,12).

  • cyan value is 24.11%
  • magenta value is 54.46%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(24,54,0,12)
C24M54Y0K12 
(24%,54%,0%,12%)
(0.24/0.54/0.00/0.12)	

CMYK percentages

%24.11
%54.46
%0
%12.16

Codes

Color #AA66E0 in popluar color models

AA66E0
RGB170102224
HSL273°66.30%63.92%
HSB/HSV273°54.46%87.84%
CMYK24.11%54.46%0.00%
12.16%

Color #AA66E0 in popluar number systems.

HEXAA66E0
Decimal170102224
Binary10101010110011011100000
Octal252146340

Shades and tints

Shades of #AA66E0

#AA66E0
(170,102,224)
#9B5DCC
(155,93,204)
#8C54B8
(140,84,184)
#7D4BA4
(125,75,164)
#6E4290
(110,66,144)
#5F397C
(95,57,124)
#503068
(80,48,104)
#412754
(65,39,84)
#321E40
(50,30,64)
#23152C
(35,21,44)
#140C18
(20,12,24)
#000000
(0,0,0)

Tints of #AA66E0

#AA66E0
(170,102,224)
#B173E2
(177,115,226)
#B880E4
(184,128,228)
#BF8DE6
(191,141,230)
#C69AE8
(198,154,232)
#CDA7EA
(205,167,234)
#D4B4EC
(212,180,236)
#DBC1EE
(219,193,238)
#E2CEF0
(226,206,240)
#E9DBF2
(233,219,242)
#F0E8F4
(240,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA66E0 color. Also use rgb(170,102,224) instead hex code.

Text Font Color

.myTextColor { color: #AA66E0; }

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

This text font color is #AA66E0.


Background Color

.myBgColor { background-color: #AA66E0; }

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

This div background color is #AA66E0.


Border color

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

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

This div border color is #AA66E0.


Opacity

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

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

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

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

This text has shadow with #AA66E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA66E0 on black background.


Color preview on white background

This text has color #AA66E0 on white background.



Black color preview on #AA66E0 background

This text has black color on #AA66E0 background.


White color preview on #AA66E0 background

This text has white color on #AA66E0 background.