COLOR #AA80E7

HEX: #AA80E7
RGB: (170,128,231)

Color info

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

RGB color model

#AA80E7 color RGB value is (170,128,231).

  • red value is 170;
  • green value is 128;
  • blue value is 231.
RGB:
(170,128,231)
(67%,50%,91%)

RGB channels and saturation

R 170 of 255 = 67%
G 128 of 255 = 50%
B 231 of 255 = 91%

170
128
231

R + G + B ~ 69%. #AA80E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 128 + 231 = 529 (100%)
R 170 of 529 ~ 32.14%
G 128 of 529 ~ 24.2%
B 231 of 529 ~ 43.67%

%32.14
%24.2
%43.67

CMYK color model

#AA80E7 color CMYK value is (26,45,0,9).

  • cyan value is 26.41%
  • magenta value is 44.59%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(26,45,0,9)
C26M45Y0K9 
(26%,45%,0%,9%)
(0.26/0.45/0.00/0.09)	

CMYK percentages

%26.41
%44.59
%0
%9.41

Codes

Color #AA80E7 in popluar color models

AA80E7
RGB170128231
HSL264°68.21%70.39%
HSB/HSV264°44.59%90.59%
CMYK26.41%44.59%0.00%
9.41%

Color #AA80E7 in popluar number systems.

HEXAA80E7
Decimal170128231
Binary101010101000000011100111
Octal252200347

Shades and tints

Shades of #AA80E7

#AA80E7
(170,128,231)
#9B75D2
(155,117,210)
#8C6ABD
(140,106,189)
#7D5FA8
(125,95,168)
#6E5493
(110,84,147)
#5F497E
(95,73,126)
#503E69
(80,62,105)
#413354
(65,51,84)
#32283F
(50,40,63)
#231D2A
(35,29,42)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #AA80E7

#AA80E7
(170,128,231)
#B18BE9
(177,139,233)
#B896EB
(184,150,235)
#BFA1ED
(191,161,237)
#C6ACEF
(198,172,239)
#CDB7F1
(205,183,241)
#D4C2F3
(212,194,243)
#DBCDF5
(219,205,245)
#E2D8F7
(226,216,247)
#E9E3F9
(233,227,249)
#F0EEFB
(240,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA80E7 color. Also use rgb(170,128,231) instead hex code.

Text Font Color

.myTextColor { color: #AA80E7; }

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

This text font color is #AA80E7.


Background Color

.myBgColor { background-color: #AA80E7; }

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

This div background color is #AA80E7.


Border color

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

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

This div border color is #AA80E7.


Opacity

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

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

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

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

This text has shadow with #AA80E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA80E7 on black background.


Color preview on white background

This text has color #AA80E7 on white background.



Black color preview on #AA80E7 background

This text has black color on #AA80E7 background.


White color preview on #AA80E7 background

This text has white color on #AA80E7 background.