COLOR #AA8EDD

HEX: #AA8EDD
RGB: (170,142,221)

Color info

#AA8EDD contains mainly red and blue colors. Web safe color of #AA8EDD is #9999CC (or #99C).

RGB color model

#AA8EDD color RGB value is (170,142,221).

  • red value is 170;
  • green value is 142;
  • blue value is 221.
RGB:
(170,142,221)
(67%,56%,87%)

RGB channels and saturation

R 170 of 255 = 67%
G 142 of 255 = 56%
B 221 of 255 = 87%

170
142
221

R + G + B ~ 70%. #AA8EDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 142 + 221 = 533 (100%)
R 170 of 533 ~ 31.89%
G 142 of 533 ~ 26.64%
B 221 of 533 ~ 41.46%

%31.89
%26.64
%41.46

CMYK color model

#AA8EDD color CMYK value is (23,36,0,13).

  • cyan value is 23.08%
  • magenta value is 35.75%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(23,36,0,13)
C23M36Y0K13 
(23%,36%,0%,13%)
(0.23/0.36/0.00/0.13)	

CMYK percentages

%23.08
%35.75
%0
%13.33

Codes

Color #AA8EDD in popluar color models

AA8EDD
RGB170142221
HSL261°53.74%71.18%
HSB/HSV261°35.75%86.67%
CMYK23.08%35.75%0.00%
13.33%

Color #AA8EDD in popluar number systems.

HEXAA8EDD
Decimal170142221
Binary101010101000111011011101
Octal252216335

Shades and tints

Shades of #AA8EDD

#AA8EDD
(170,142,221)
#9B82C9
(155,130,201)
#8C76B5
(140,118,181)
#7D6AA1
(125,106,161)
#6E5E8D
(110,94,141)
#5F5279
(95,82,121)
#504665
(80,70,101)
#413A51
(65,58,81)
#322E3D
(50,46,61)
#232229
(35,34,41)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #AA8EDD

#AA8EDD
(170,142,221)
#B198E0
(177,152,224)
#B8A2E3
(184,162,227)
#BFACE6
(191,172,230)
#C6B6E9
(198,182,233)
#CDC0EC
(205,192,236)
#D4CAEF
(212,202,239)
#DBD4F2
(219,212,242)
#E2DEF5
(226,222,245)
#E9E8F8
(233,232,248)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8EDD color. Also use rgb(170,142,221) instead hex code.

Text Font Color

.myTextColor { color: #AA8EDD; }

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

This text font color is #AA8EDD.


Background Color

.myBgColor { background-color: #AA8EDD; }

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

This div background color is #AA8EDD.


Border color

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

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

This div border color is #AA8EDD.


Opacity

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

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

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

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

This text has shadow with #AA8EDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8EDD on black background.


Color preview on white background

This text has color #AA8EDD on white background.



Black color preview on #AA8EDD background

This text has black color on #AA8EDD background.


White color preview on #AA8EDD background

This text has white color on #AA8EDD background.