COLOR #AA93C9

HEX: #AA93C9
RGB: (170,147,201)

Color info

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

RGB color model

#AA93C9 color RGB value is (170,147,201).

  • red value is 170;
  • green value is 147;
  • blue value is 201.
RGB:
(170,147,201)
(67%,58%,79%)

RGB channels and saturation

R 170 of 255 = 67%
G 147 of 255 = 58%
B 201 of 255 = 79%

170
147
201

R + G + B ~ 68%. #AA93C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 147 + 201 = 518 (100%)
R 170 of 518 ~ 32.82%
G 147 of 518 ~ 28.38%
B 201 of 518 ~ 38.8%

%32.82
%28.38
%38.8

CMYK color model

#AA93C9 color CMYK value is (15,27,0,21).

  • cyan value is 15.42%
  • magenta value is 26.87%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(15,27,0,21)
C15M27Y0K21 
(15%,27%,0%,21%)
(0.15/0.27/0.00/0.21)	

CMYK percentages

%15.42
%26.87
%0
%21.18

Codes

Color #AA93C9 in popluar color models

AA93C9
RGB170147201
HSL266°33.33%68.24%
HSB/HSV266°26.87%78.82%
CMYK15.42%26.87%0.00%
21.18%

Color #AA93C9 in popluar number systems.

HEXAA93C9
Decimal170147201
Binary101010101001001111001001
Octal252223311

Shades and tints

Shades of #AA93C9

#AA93C9
(170,147,201)
#9B86B7
(155,134,183)
#8C79A5
(140,121,165)
#7D6C93
(125,108,147)
#6E5F81
(110,95,129)
#5F526F
(95,82,111)
#50455D
(80,69,93)
#41384B
(65,56,75)
#322B39
(50,43,57)
#231E27
(35,30,39)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #AA93C9

#AA93C9
(170,147,201)
#B19CCD
(177,156,205)
#B8A5D1
(184,165,209)
#BFAED5
(191,174,213)
#C6B7D9
(198,183,217)
#CDC0DD
(205,192,221)
#D4C9E1
(212,201,225)
#DBD2E5
(219,210,229)
#E2DBE9
(226,219,233)
#E9E4ED
(233,228,237)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA93C9 color. Also use rgb(170,147,201) instead hex code.

Text Font Color

.myTextColor { color: #AA93C9; }

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

This text font color is #AA93C9.


Background Color

.myBgColor { background-color: #AA93C9; }

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

This div background color is #AA93C9.


Border color

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

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

This div border color is #AA93C9.


Opacity

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

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

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

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

This text has shadow with #AA93C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA93C9 on black background.


Color preview on white background

This text has color #AA93C9 on white background.



Black color preview on #AA93C9 background

This text has black color on #AA93C9 background.


White color preview on #AA93C9 background

This text has white color on #AA93C9 background.