COLOR #AA81BE

HEX: #AA81BE RGB: (170,129,190)

Color info

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

RGB color model

#AA81BE color RGB value is (170,129,190).

RGB: (170,129,190) (67%, 51%, 75%)

RGB channels and saturation

R 170 of 255 = 67%
G 129 of 255 = 51%
B 190 of 255 = 75%

170
129
190

R + G + B ~ 64%. #AA81BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 129 + 190 = 489 (100%)
R 170 of 489 ~ 34.76%
G 129 of 489 ~ 26.38%
B 190 of 489 ~ 38.85'%

%34.76
%26.38
%38.85

CMYK color model

#AA81BE color CMYK value is (11,32,0,25).

  • cyan value is 10.53%
  • magenta value is 32.11%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (11,32,0,25)
C11M32Y0K25 (11%, 32%, 0%, 25%)
(0.11 / 0.32 / 0.00 / 0.25)

CMYK percentages

%10.53
%32.11
%0
%25.49

Codes

Color #AA81BE in popluar color models

AA 81 BE
RGB 170 129 190
HSL 280° 31.94% 62.55%
HSB/HSV 280° 32.11% 74.51%
CMYK 10.53% 32.11% 0.00%
25.49%

Color #AA81BE in popluar number systems.

HEX AA 81 BE
Decimal 170 129 190
Binary 10101010 10000001 10111110
Octal 252 201 276

Shades and tints

Shades of #AA81BE

#AA81BE
(170,129,190)
#9B76AD
(155,118,173)
#8C6B9C
(140,107,156)
#7D608B
(125,96,139)
#6E557A
(110,85,122)
#5F4A69
(95,74,105)
#503F58
(80,63,88)
#413447
(65,52,71)
#322936
(50,41,54)
#231E25
(35,30,37)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #AA81BE

#AA81BE
(170,129,190)
#B18CC3
(177,140,195)
#B897C8
(184,151,200)
#BFA2CD
(191,162,205)
#C6ADD2
(198,173,210)
#CDB8D7
(205,184,215)
#D4C3DC
(212,195,220)
#DBCEE1
(219,206,225)
#E2D9E6
(226,217,230)
#E9E4EB
(233,228,235)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA81BE; }

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

This text font color is #AA81BE.

Background Color

.myBgColor { background-color: #AA81BE; }

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

This div background color is #AA81BE.

Border color

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

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

This div border color is #AA81BE.

Opacity

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

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

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

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

This text has shadow with #AA81BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA81BE.

Preview

Color preview on black background

This text has color #AA81BE on black background.


Color preview on white background

This text has color #AA81BE on white background.


Black color preview on #AA81BE background

This text has black color on #AA81BE background.


White color preview on #AA81BE background

This text has white color on #AA81BE background.


Related colors

Complementary color

Complementary color for #hex is #557E41.


I love getcolorcode.com

Triadic colors

1 #BEAA81 and #81BEAA with #AA81BE are triadic colors.

2 #BE81AA and #81AABE with #AA81BE are triadic colors.