COLOR #AA91DC

HEX: #AA91DC
RGB: (170,145,220)

Color info

#AA91DC contains mainly red and blue colors. Web safe color of #AA91DC is #9999CC (or #99C).

RGB color model

#AA91DC color RGB value is (170,145,220).

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

RGB channels and saturation

R 170 of 255 = 67%
G 145 of 255 = 57%
B 220 of 255 = 86%

170
145
220

R + G + B ~ 70%. #AA91DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 145 + 220 = 535 (100%)
R 170 of 535 ~ 31.78%
G 145 of 535 ~ 27.1%
B 220 of 535 ~ 41.12%

%31.78
%27.1
%41.12

CMYK color model

#AA91DC color CMYK value is (23,34,0,14).

  • cyan value is 22.73%
  • magenta value is 34.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(23,34,0,14)
C23M34Y0K14 
(23%,34%,0%,14%)
(0.23/0.34/0.00/0.14)	

CMYK percentages

%22.73
%34.09
%0
%13.73

Codes

Color #AA91DC in popluar color models

AA91DC
RGB170145220
HSL260°51.72%71.57%
HSB/HSV260°34.09%86.27%
CMYK22.73%34.09%0.00%
13.73%

Color #AA91DC in popluar number systems.

HEXAA91DC
Decimal170145220
Binary101010101001000111011100
Octal252221334

Shades and tints

Shades of #AA91DC

#AA91DC
(170,145,220)
#9B84C8
(155,132,200)
#8C77B4
(140,119,180)
#7D6AA0
(125,106,160)
#6E5D8C
(110,93,140)
#5F5078
(95,80,120)
#504364
(80,67,100)
#413650
(65,54,80)
#32293C
(50,41,60)
#231C28
(35,28,40)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #AA91DC

#AA91DC
(170,145,220)
#B19BDF
(177,155,223)
#B8A5E2
(184,165,226)
#BFAFE5
(191,175,229)
#C6B9E8
(198,185,232)
#CDC3EB
(205,195,235)
#D4CDEE
(212,205,238)
#DBD7F1
(219,215,241)
#E2E1F4
(226,225,244)
#E9EBF7
(233,235,247)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA91DC; }

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

This text font color is #AA91DC.


Background Color

.myBgColor { background-color: #AA91DC; }

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

This div background color is #AA91DC.


Border color

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

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

This div border color is #AA91DC.


Opacity

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

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

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

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

This text has shadow with #AA91DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA91DC on black background.


Color preview on white background

This text has color #AA91DC on white background.



Black color preview on #AA91DC background

This text has black color on #AA91DC background.


White color preview on #AA91DC background

This text has white color on #AA91DC background.