COLOR #AA8EC4

HEX: #AA8EC4 RGB: (170,142,196)

Color info

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

RGB color model

#AA8EC4 color RGB value is (170,142,196).

RGB: (170,142,196) (67%, 56%, 77%)

RGB channels and saturation

R 170 of 255 = 67%
G 142 of 255 = 56%
B 196 of 255 = 77%

170
142
196

R + G + B ~ 67%. #AA8EC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 142 + 196 = 508 (100%)
R 170 of 508 ~ 33.46%
G 142 of 508 ~ 27.95%
B 196 of 508 ~ 38.58'%

%33.46
%27.95
%38.58

CMYK color model

#AA8EC4 color CMYK value is (13,28,0,23).

  • cyan value is 13.27%
  • magenta value is 27.55%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (13,28,0,23)
C13M28Y0K23 (13%, 28%, 0%, 23%)
(0.13 / 0.28 / 0.00 / 0.23)

CMYK percentages

%13.27
%27.55
%0
%23.14

Codes

Color #AA8EC4 in popluar color models

AA 8E C4
RGB 170 142 196
HSL 271° 31.40% 66.27%
HSB/HSV 271° 27.55% 76.86%
CMYK 13.27% 27.55% 0.00%
23.14%

Color #AA8EC4 in popluar number systems.

HEX AA 8E C4
Decimal 170 142 196
Binary 10101010 10001110 11000100
Octal 252 216 304

Shades and tints

Shades of #AA8EC4

#AA8EC4
(170,142,196)
#9B82B3
(155,130,179)
#8C76A2
(140,118,162)
#7D6A91
(125,106,145)
#6E5E80
(110,94,128)
#5F526F
(95,82,111)
#50465E
(80,70,94)
#413A4D
(65,58,77)
#322E3C
(50,46,60)
#23222B
(35,34,43)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #AA8EC4

#AA8EC4
(170,142,196)
#B198C9
(177,152,201)
#B8A2CE
(184,162,206)
#BFACD3
(191,172,211)
#C6B6D8
(198,182,216)
#CDC0DD
(205,192,221)
#D4CAE2
(212,202,226)
#DBD4E7
(219,212,231)
#E2DEEC
(226,222,236)
#E9E8F1
(233,232,241)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8EC4 color. Also use rgb(170,142,196) instead hex code.

Text Font Color

.myTextColor { color: #AA8EC4; }

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

This text font color is #AA8EC4.

Background Color

.myBgColor { background-color: #AA8EC4; }

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

This div background color is #AA8EC4.

Border color

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

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

This div border color is #AA8EC4.

Opacity

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

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

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

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

This text has shadow with #AA8EC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8EC4.

Preview

Color preview on black background

This text has color #AA8EC4 on black background.


Color preview on white background

This text has color #AA8EC4 on white background.


Black color preview on #AA8EC4 background

This text has black color on #AA8EC4 background.


White color preview on #AA8EC4 background

This text has white color on #AA8EC4 background.


Related colors

Complementary color

Complementary color for #hex is #55713B.


I love getcolorcode.com

Triadic colors

1 #C4AA8E and #8EC4AA with #AA8EC4 are triadic colors.

2 #C48EAA and #8EAAC4 with #AA8EC4 are triadic colors.