COLOR #AA93BD

HEX: #AA93BD
RGB: (170,147,189)

Color info

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

RGB color model

#AA93BD color RGB value is (170,147,189).

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

RGB channels and saturation

R 170 of 255 = 67%
G 147 of 255 = 58%
B 189 of 255 = 74%

170
147
189

R + G + B ~ 66%. #AA93BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 147 + 189 = 506 (100%)
R 170 of 506 ~ 33.6%
G 147 of 506 ~ 29.05%
B 189 of 506 ~ 37.35%

%33.6
%29.05
%37.35

CMYK color model

#AA93BD color CMYK value is (10,22,0,26).

  • cyan value is 10.05%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(10,22,0,26)
C10M22Y0K26 
(10%,22%,0%,26%)
(0.10/0.22/0.00/0.26)	

CMYK percentages

%10.05
%22.22
%0
%25.88

Codes

Color #AA93BD in popluar color models

AA93BD
RGB170147189
HSL273°24.14%65.88%
HSB/HSV273°22.22%74.12%
CMYK10.05%22.22%0.00%
25.88%

Color #AA93BD in popluar number systems.

HEXAA93BD
Decimal170147189
Binary101010101001001110111101
Octal252223275

Shades and tints

Shades of #AA93BD

#AA93BD
(170,147,189)
#9B86AC
(155,134,172)
#8C799B
(140,121,155)
#7D6C8A
(125,108,138)
#6E5F79
(110,95,121)
#5F5268
(95,82,104)
#504557
(80,69,87)
#413846
(65,56,70)
#322B35
(50,43,53)
#231E24
(35,30,36)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #AA93BD

#AA93BD
(170,147,189)
#B19CC3
(177,156,195)
#B8A5C9
(184,165,201)
#BFAECF
(191,174,207)
#C6B7D5
(198,183,213)
#CDC0DB
(205,192,219)
#D4C9E1
(212,201,225)
#DBD2E7
(219,210,231)
#E2DBED
(226,219,237)
#E9E4F3
(233,228,243)
#F0EDF9
(240,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA93BD; }

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

This text font color is #AA93BD.


Background Color

.myBgColor { background-color: #AA93BD; }

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

This div background color is #AA93BD.


Border color

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

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

This div border color is #AA93BD.


Opacity

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

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

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

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

This text has shadow with #AA93BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA93BD on black background.


Color preview on white background

This text has color #AA93BD on white background.



Black color preview on #AA93BD background

This text has black color on #AA93BD background.


White color preview on #AA93BD background

This text has white color on #AA93BD background.