COLOR #AA91C7

HEX: #AA91C7
RGB: (170,145,199)

Color info

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

RGB color model

#AA91C7 color RGB value is (170,145,199).

  • red value is 170;
  • green value is 145;
  • blue value is 199.
RGB:
(170,145,199)
(67%,57%,78%)

RGB channels and saturation

R 170 of 255 = 67%
G 145 of 255 = 57%
B 199 of 255 = 78%

170
145
199

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

Portions of RGB colors in percentages

R + G + B =
170 + 145 + 199 = 514 (100%)
R 170 of 514 ~ 33.07%
G 145 of 514 ~ 28.21%
B 199 of 514 ~ 38.72%

%33.07
%28.21
%38.72

CMYK color model

#AA91C7 color CMYK value is (15,27,0,22).

  • cyan value is 14.57%
  • magenta value is 27.14%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(15,27,0,22)
C15M27Y0K22 
(15%,27%,0%,22%)
(0.15/0.27/0.00/0.22)	

CMYK percentages

%14.57
%27.14
%0
%21.96

Codes

Color #AA91C7 in popluar color models

AA91C7
RGB170145199
HSL268°32.53%67.45%
HSB/HSV268°27.14%78.04%
CMYK14.57%27.14%0.00%
21.96%

Color #AA91C7 in popluar number systems.

HEXAA91C7
Decimal170145199
Binary101010101001000111000111
Octal252221307

Shades and tints

Shades of #AA91C7

#AA91C7
(170,145,199)
#9B84B5
(155,132,181)
#8C77A3
(140,119,163)
#7D6A91
(125,106,145)
#6E5D7F
(110,93,127)
#5F506D
(95,80,109)
#50435B
(80,67,91)
#413649
(65,54,73)
#322937
(50,41,55)
#231C25
(35,28,37)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #AA91C7

#AA91C7
(170,145,199)
#B19BCC
(177,155,204)
#B8A5D1
(184,165,209)
#BFAFD6
(191,175,214)
#C6B9DB
(198,185,219)
#CDC3E0
(205,195,224)
#D4CDE5
(212,205,229)
#DBD7EA
(219,215,234)
#E2E1EF
(226,225,239)
#E9EBF4
(233,235,244)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA91C7 color. Also use rgb(170,145,199) instead hex code.

Text Font Color

.myTextColor { color: #AA91C7; }

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

This text font color is #AA91C7.


Background Color

.myBgColor { background-color: #AA91C7; }

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

This div background color is #AA91C7.


Border color

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

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

This div border color is #AA91C7.


Opacity

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

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

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

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

This text has shadow with #AA91C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA91C7 on black background.


Color preview on white background

This text has color #AA91C7 on white background.



Black color preview on #AA91C7 background

This text has black color on #AA91C7 background.


White color preview on #AA91C7 background

This text has white color on #AA91C7 background.