COLOR #AA8ABE

HEX: #AA8ABE RGB: (170,138,190)

Color info

#AA8ABE contains red, green and blue colors in about the same proportion. Web safe color of #AA8ABE is #9999CC (or #99C).

RGB color model

#AA8ABE color RGB value is (170,138,190).

RGB: (170,138,190) (67%, 54%, 75%)

RGB channels and saturation

R 170 of 255 = 67%
G 138 of 255 = 54%
B 190 of 255 = 75%

170
138
190

R + G + B ~ 65%. #AA8ABE is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 138 + 190 = 498 (100%)
R 170 of 498 ~ 34.14%
G 138 of 498 ~ 27.71%
B 190 of 498 ~ 38.15'%

%34.14
%27.71
%38.15

CMYK color model

#AA8ABE color CMYK value is (11,27,0,25).

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

CMYK: (11,27,0,25)
C11M27Y0K25 (11%, 27%, 0%, 25%)
(0.11 / 0.27 / 0.00 / 0.25)

CMYK percentages

%10.53
%27.37
%0
%25.49

Codes

Color #AA8ABE in popluar color models

AA 8A BE
RGB 170 138 190
HSL 277° 28.57% 64.31%
HSB/HSV 277° 27.37% 74.51%
CMYK 10.53% 27.37% 0.00%
25.49%

Color #AA8ABE in popluar number systems.

HEX AA 8A BE
Decimal 170 138 190
Binary 10101010 10001010 10111110
Octal 252 212 276

Shades and tints

Shades of #AA8ABE

#AA8ABE
(170,138,190)
#9B7EAD
(155,126,173)
#8C729C
(140,114,156)
#7D668B
(125,102,139)
#6E5A7A
(110,90,122)
#5F4E69
(95,78,105)
#504258
(80,66,88)
#413647
(65,54,71)
#322A36
(50,42,54)
#231E25
(35,30,37)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #AA8ABE

#AA8ABE
(170,138,190)
#B194C3
(177,148,195)
#B89EC8
(184,158,200)
#BFA8CD
(191,168,205)
#C6B2D2
(198,178,210)
#CDBCD7
(205,188,215)
#D4C6DC
(212,198,220)
#DBD0E1
(219,208,225)
#E2DAE6
(226,218,230)
#E9E4EB
(233,228,235)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8ABE; }

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

This text font color is #AA8ABE.

Background Color

.myBgColor { background-color: #AA8ABE; }

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

This div background color is #AA8ABE.

Border color

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

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

This div border color is #AA8ABE.

Opacity

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

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

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

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

This text has shadow with #AA8ABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8ABE.

Preview

Color preview on black background

This text has color #AA8ABE on black background.


Color preview on white background

This text has color #AA8ABE on white background.


Black color preview on #AA8ABE background

This text has black color on #AA8ABE background.


White color preview on #AA8ABE background

This text has white color on #AA8ABE background.


Related colors

Complementary color

Complementary color for #hex is #557541.


I love getcolorcode.com

Triadic colors

1 #BEAA8A and #8ABEAA with #AA8ABE are triadic colors.

2 #BE8AAA and #8AAABE with #AA8ABE are triadic colors.