COLOR #AA81D9

HEX: #AA81D9
RGB: (170,129,217)

Color info

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

RGB color model

#AA81D9 color RGB value is (170,129,217).

  • red value is 170;
  • green value is 129;
  • blue value is 217.
RGB:
(170,129,217)
(67%,51%,85%)

RGB channels and saturation

R 170 of 255 = 67%
G 129 of 255 = 51%
B 217 of 255 = 85%

170
129
217

R + G + B ~ 68%. #AA81D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 129 + 217 = 516 (100%)
R 170 of 516 ~ 32.95%
G 129 of 516 ~ 25%
B 217 of 516 ~ 42.05%

%32.95
%25
%42.05

CMYK color model

#AA81D9 color CMYK value is (22,41,0,15).

  • cyan value is 21.66%
  • magenta value is 40.55%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(22,41,0,15)
C22M41Y0K15 
(22%,41%,0%,15%)
(0.22/0.41/0.00/0.15)	

CMYK percentages

%21.66
%40.55
%0
%14.9

Codes

Color #AA81D9 in popluar color models

AA81D9
RGB170129217
HSL268°53.66%67.84%
HSB/HSV268°40.55%85.10%
CMYK21.66%40.55%0.00%
14.90%

Color #AA81D9 in popluar number systems.

HEXAA81D9
Decimal170129217
Binary101010101000000111011001
Octal252201331

Shades and tints

Shades of #AA81D9

#AA81D9
(170,129,217)
#9B76C6
(155,118,198)
#8C6BB3
(140,107,179)
#7D60A0
(125,96,160)
#6E558D
(110,85,141)
#5F4A7A
(95,74,122)
#503F67
(80,63,103)
#413454
(65,52,84)
#322941
(50,41,65)
#231E2E
(35,30,46)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #AA81D9

#AA81D9
(170,129,217)
#B18CDC
(177,140,220)
#B897DF
(184,151,223)
#BFA2E2
(191,162,226)
#C6ADE5
(198,173,229)
#CDB8E8
(205,184,232)
#D4C3EB
(212,195,235)
#DBCEEE
(219,206,238)
#E2D9F1
(226,217,241)
#E9E4F4
(233,228,244)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA81D9 color. Also use rgb(170,129,217) instead hex code.

Text Font Color

.myTextColor { color: #AA81D9; }

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

This text font color is #AA81D9.


Background Color

.myBgColor { background-color: #AA81D9; }

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

This div background color is #AA81D9.


Border color

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

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

This div border color is #AA81D9.


Opacity

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

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

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

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

This text has shadow with #AA81D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA81D9 on black background.


Color preview on white background

This text has color #AA81D9 on white background.



Black color preview on #AA81D9 background

This text has black color on #AA81D9 background.


White color preview on #AA81D9 background

This text has white color on #AA81D9 background.