COLOR #AA82E0

HEX: #AA82E0 RGB: (170,130,224)

Color info

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

RGB color model

#AA82E0 color RGB value is (170,130,224).

RGB: (170,130,224) (67%, 51%, 88%)

RGB channels and saturation

R 170 of 255 = 67%
G 130 of 255 = 51%
B 224 of 255 = 88%

170
130
224

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

Portions of RGB colors in percentages

R + G + B = 170 + 130 + 224 = 524 (100%)
R 170 of 524 ~ 32.44%
G 130 of 524 ~ 24.81%
B 224 of 524 ~ 42.75'%

%32.44
%24.81
%42.75

CMYK color model

#AA82E0 color CMYK value is (24,42,0,12).

  • cyan value is 24.11%
  • magenta value is 41.96%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (24,42,0,12)
C24M42Y0K12 (24%, 42%, 0%, 12%)
(0.24 / 0.42 / 0.00 / 0.12)

CMYK percentages

%24.11
%41.96
%0
%12.16

Codes

Color #AA82E0 in popluar color models

AA 82 E0
RGB 170 130 224
HSL 266° 60.26% 69.41%
HSB/HSV 266° 41.96% 87.84%
CMYK 24.11% 41.96% 0.00%
12.16%

Color #AA82E0 in popluar number systems.

HEX AA 82 E0
Decimal 170 130 224
Binary 10101010 10000010 11100000
Octal 252 202 340

Shades and tints

Shades of #AA82E0

#AA82E0
(170,130,224)
#9B77CC
(155,119,204)
#8C6CB8
(140,108,184)
#7D61A4
(125,97,164)
#6E5690
(110,86,144)
#5F4B7C
(95,75,124)
#504068
(80,64,104)
#413554
(65,53,84)
#322A40
(50,42,64)
#231F2C
(35,31,44)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #AA82E0

#AA82E0
(170,130,224)
#B18DE2
(177,141,226)
#B898E4
(184,152,228)
#BFA3E6
(191,163,230)
#C6AEE8
(198,174,232)
#CDB9EA
(205,185,234)
#D4C4EC
(212,196,236)
#DBCFEE
(219,207,238)
#E2DAF0
(226,218,240)
#E9E5F2
(233,229,242)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA82E0; }

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

This text font color is #AA82E0.

Background Color

.myBgColor { background-color: #AA82E0; }

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

This div background color is #AA82E0.

Border color

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

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

This div border color is #AA82E0.

Opacity

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

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

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

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

This text has shadow with #AA82E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA82E0.

Preview

Color preview on black background

This text has color #AA82E0 on black background.


Color preview on white background

This text has color #AA82E0 on white background.


Black color preview on #AA82E0 background

This text has black color on #AA82E0 background.


White color preview on #AA82E0 background

This text has white color on #AA82E0 background.


Related colors

Complementary color

Complementary color for #hex is #557D1F.


I love getcolorcode.com

Triadic colors

1 #E0AA82 and #82E0AA with #AA82E0 are triadic colors.

2 #E082AA and #82AAE0 with #AA82E0 are triadic colors.