COLOR #AA83E6

HEX: #AA83E6
RGB: (170,131,230)

Color info

#AA83E6 contains mainly blue color. Web safe color of #AA83E6 is #9999CC (or #99C).

RGB color model

#AA83E6 color RGB value is (170,131,230).

  • red value is 170;
  • green value is 131;
  • blue value is 230.
RGB:
(170,131,230)
(67%,51%,90%)

RGB channels and saturation

R 170 of 255 = 67%
G 131 of 255 = 51%
B 230 of 255 = 90%

170
131
230

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

Portions of RGB colors in percentages

R + G + B =
170 + 131 + 230 = 531 (100%)
R 170 of 531 ~ 32.02%
G 131 of 531 ~ 24.67%
B 230 of 531 ~ 43.31%

%32.02
%24.67
%43.31

CMYK color model

#AA83E6 color CMYK value is (26,43,0,10).

  • cyan value is 26.09%
  • magenta value is 43.04%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(26,43,0,10)
C26M43Y0K10 
(26%,43%,0%,10%)
(0.26/0.43/0.00/0.10)	

CMYK percentages

%26.09
%43.04
%0
%9.8

Codes

Color #AA83E6 in popluar color models

AA83E6
RGB170131230
HSL264°66.44%70.78%
HSB/HSV264°43.04%90.20%
CMYK26.09%43.04%0.00%
9.80%

Color #AA83E6 in popluar number systems.

HEXAA83E6
Decimal170131230
Binary101010101000001111100110
Octal252203346

Shades and tints

Shades of #AA83E6

#AA83E6
(170,131,230)
#9B78D2
(155,120,210)
#8C6DBE
(140,109,190)
#7D62AA
(125,98,170)
#6E5796
(110,87,150)
#5F4C82
(95,76,130)
#50416E
(80,65,110)
#41365A
(65,54,90)
#322B46
(50,43,70)
#232032
(35,32,50)
#14151E
(20,21,30)
#000000
(0,0,0)

Tints of #AA83E6

#AA83E6
(170,131,230)
#B18EE8
(177,142,232)
#B899EA
(184,153,234)
#BFA4EC
(191,164,236)
#C6AFEE
(198,175,238)
#CDBAF0
(205,186,240)
#D4C5F2
(212,197,242)
#DBD0F4
(219,208,244)
#E2DBF6
(226,219,246)
#E9E6F8
(233,230,248)
#F0F1FA
(240,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA83E6 color. Also use rgb(170,131,230) instead hex code.

Text Font Color

.myTextColor { color: #AA83E6; }

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

This text font color is #AA83E6.


Background Color

.myBgColor { background-color: #AA83E6; }

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

This div background color is #AA83E6.


Border color

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

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

This div border color is #AA83E6.


Opacity

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

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

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

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

This text has shadow with #AA83E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA83E6 on black background.


Color preview on white background

This text has color #AA83E6 on white background.



Black color preview on #AA83E6 background

This text has black color on #AA83E6 background.


White color preview on #AA83E6 background

This text has white color on #AA83E6 background.