COLOR #AA7EB2

HEX: #AA7EB2
RGB: (170,126,178)

Color info

#AA7EB2 contains red, green and blue colors in about the same proportion. Web safe color of #AA7EB2 is #996699 (or #969).

RGB color model

#AA7EB2 color RGB value is (170,126,178).

  • red value is 170;
  • green value is 126;
  • blue value is 178.
RGB:
(170,126,178)
(67%,49%,70%)

RGB channels and saturation

R 170 of 255 = 67%
G 126 of 255 = 49%
B 178 of 255 = 70%

170
126
178

R + G + B ~ 62%. #AA7EB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 126 + 178 = 474 (100%)
R 170 of 474 ~ 35.86%
G 126 of 474 ~ 26.58%
B 178 of 474 ~ 37.55%

%35.86
%26.58
%37.55

CMYK color model

#AA7EB2 color CMYK value is (4,29,0,30).

  • cyan value is 4.49%
  • magenta value is 29.21%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(4,29,0,30)
C4M29Y0K30 
(4%,29%,0%,30%)
(0.04/0.29/0.00/0.30)	

CMYK percentages

%4.49
%29.21
%0
%30.2

Codes

Color #AA7EB2 in popluar color models

AA7EB2
RGB170126178
HSL291°25.24%59.61%
HSB/HSV291°29.21%69.80%
CMYK4.49%29.21%0.00%
30.20%

Color #AA7EB2 in popluar number systems.

HEXAA7EB2
Decimal170126178
Binary10101010111111010110010
Octal252176262

Shades and tints

Shades of #AA7EB2

#AA7EB2
(170,126,178)
#9B73A2
(155,115,162)
#8C6892
(140,104,146)
#7D5D82
(125,93,130)
#6E5272
(110,82,114)
#5F4762
(95,71,98)
#503C52
(80,60,82)
#413142
(65,49,66)
#322632
(50,38,50)
#231B22
(35,27,34)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #AA7EB2

#AA7EB2
(170,126,178)
#B189B9
(177,137,185)
#B894C0
(184,148,192)
#BF9FC7
(191,159,199)
#C6AACE
(198,170,206)
#CDB5D5
(205,181,213)
#D4C0DC
(212,192,220)
#DBCBE3
(219,203,227)
#E2D6EA
(226,214,234)
#E9E1F1
(233,225,241)
#F0ECF8
(240,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7EB2 color. Also use rgb(170,126,178) instead hex code.

Text Font Color

.myTextColor { color: #AA7EB2; }

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

This text font color is #AA7EB2.


Background Color

.myBgColor { background-color: #AA7EB2; }

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

This div background color is #AA7EB2.


Border color

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

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

This div border color is #AA7EB2.


Opacity

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

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

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

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

This text has shadow with #AA7EB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7EB2 on black background.


Color preview on white background

This text has color #AA7EB2 on white background.



Black color preview on #AA7EB2 background

This text has black color on #AA7EB2 background.


White color preview on #AA7EB2 background

This text has white color on #AA7EB2 background.