COLOR #AA93C2

HEX: #AA93C2
RGB: (170,147,194)

Color info

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

RGB color model

#AA93C2 color RGB value is (170,147,194).

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

RGB channels and saturation

R 170 of 255 = 67%
G 147 of 255 = 58%
B 194 of 255 = 76%

170
147
194

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

Portions of RGB colors in percentages

R + G + B =
170 + 147 + 194 = 511 (100%)
R 170 of 511 ~ 33.27%
G 147 of 511 ~ 28.77%
B 194 of 511 ~ 37.96%

%33.27
%28.77
%37.96

CMYK color model

#AA93C2 color CMYK value is (12,24,0,24).

  • cyan value is 12.37%
  • magenta value is 24.23%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(12,24,0,24)
C12M24Y0K24 
(12%,24%,0%,24%)
(0.12/0.24/0.00/0.24)	

CMYK percentages

%12.37
%24.23
%0
%23.92

Codes

Color #AA93C2 in popluar color models

AA93C2
RGB170147194
HSL269°27.81%66.86%
HSB/HSV269°24.23%76.08%
CMYK12.37%24.23%0.00%
23.92%

Color #AA93C2 in popluar number systems.

HEXAA93C2
Decimal170147194
Binary101010101001001111000010
Octal252223302

Shades and tints

Shades of #AA93C2

#AA93C2
(170,147,194)
#9B86B1
(155,134,177)
#8C79A0
(140,121,160)
#7D6C8F
(125,108,143)
#6E5F7E
(110,95,126)
#5F526D
(95,82,109)
#50455C
(80,69,92)
#41384B
(65,56,75)
#322B3A
(50,43,58)
#231E29
(35,30,41)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #AA93C2

#AA93C2
(170,147,194)
#B19CC7
(177,156,199)
#B8A5CC
(184,165,204)
#BFAED1
(191,174,209)
#C6B7D6
(198,183,214)
#CDC0DB
(205,192,219)
#D4C9E0
(212,201,224)
#DBD2E5
(219,210,229)
#E2DBEA
(226,219,234)
#E9E4EF
(233,228,239)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA93C2; }

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

This text font color is #AA93C2.


Background Color

.myBgColor { background-color: #AA93C2; }

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

This div background color is #AA93C2.


Border color

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

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

This div border color is #AA93C2.


Opacity

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

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

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

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

This text has shadow with #AA93C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA93C2 on black background.


Color preview on white background

This text has color #AA93C2 on white background.



Black color preview on #AA93C2 background

This text has black color on #AA93C2 background.


White color preview on #AA93C2 background

This text has white color on #AA93C2 background.