COLOR #AA8ABA

HEX: #AA8ABA RGB: (170,138,186)

Color info

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

RGB color model

#AA8ABA color RGB value is (170,138,186).

RGB: (170,138,186) (67%, 54%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 138 of 255 = 54%
B 186 of 255 = 73%

170
138
186

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

Portions of RGB colors in percentages

R + G + B = 170 + 138 + 186 = 494 (100%)
R 170 of 494 ~ 34.41%
G 138 of 494 ~ 27.94%
B 186 of 494 ~ 37.65'%

%34.41
%27.94
%37.65

CMYK color model

#AA8ABA color CMYK value is (9,26,0,27).

  • cyan value is 8.60%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (9,26,0,27)
C9M26Y0K27 (9%, 26%, 0%, 27%)
(0.09 / 0.26 / 0.00 / 0.27)

CMYK percentages

%8.6
%25.81
%0
%27.06

Codes

Color #AA8ABA in popluar color models

AA 8A BA
RGB 170 138 186
HSL 280° 25.81% 63.53%
HSB/HSV 280° 25.81% 72.94%
CMYK 8.60% 25.81% 0.00%
27.06%

Color #AA8ABA in popluar number systems.

HEX AA 8A BA
Decimal 170 138 186
Binary 10101010 10001010 10111010
Octal 252 212 272

Shades and tints

Shades of #AA8ABA

#AA8ABA
(170,138,186)
#9B7EAA
(155,126,170)
#8C729A
(140,114,154)
#7D668A
(125,102,138)
#6E5A7A
(110,90,122)
#5F4E6A
(95,78,106)
#50425A
(80,66,90)
#41364A
(65,54,74)
#322A3A
(50,42,58)
#231E2A
(35,30,42)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #AA8ABA

#AA8ABA
(170,138,186)
#B194C0
(177,148,192)
#B89EC6
(184,158,198)
#BFA8CC
(191,168,204)
#C6B2D2
(198,178,210)
#CDBCD8
(205,188,216)
#D4C6DE
(212,198,222)
#DBD0E4
(219,208,228)
#E2DAEA
(226,218,234)
#E9E4F0
(233,228,240)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8ABA; }

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

This text font color is #AA8ABA.

Background Color

.myBgColor { background-color: #AA8ABA; }

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

This div background color is #AA8ABA.

Border color

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

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

This div border color is #AA8ABA.

Opacity

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

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

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

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

This text has shadow with #AA8ABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8ABA.

Preview

Color preview on black background

This text has color #AA8ABA on black background.


Color preview on white background

This text has color #AA8ABA on white background.


Black color preview on #AA8ABA background

This text has black color on #AA8ABA background.


White color preview on #AA8ABA background

This text has white color on #AA8ABA background.


Related colors

Complementary color

Complementary color for #hex is #557545.


I love getcolorcode.com

Triadic colors

1 #BAAA8A and #8ABAAA with #AA8ABA are triadic colors.

2 #BA8AAA and #8AAABA with #AA8ABA are triadic colors.