COLOR #AA95DC

HEX: #AA95DC
RGB: (170,149,220)

Color info

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

RGB color model

#AA95DC color RGB value is (170,149,220).

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

RGB channels and saturation

R 170 of 255 = 67%
G 149 of 255 = 58%
B 220 of 255 = 86%

170
149
220

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

Portions of RGB colors in percentages

R + G + B =
170 + 149 + 220 = 539 (100%)
R 170 of 539 ~ 31.54%
G 149 of 539 ~ 27.64%
B 220 of 539 ~ 40.82%

%31.54
%27.64
%40.82

CMYK color model

#AA95DC color CMYK value is (23,32,0,14).

  • cyan value is 22.73%
  • magenta value is 32.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(23,32,0,14)
C23M32Y0K14 
(23%,32%,0%,14%)
(0.23/0.32/0.00/0.14)	

CMYK percentages

%22.73
%32.27
%0
%13.73

Codes

Color #AA95DC in popluar color models

AA95DC
RGB170149220
HSL258°50.35%72.35%
HSB/HSV258°32.27%86.27%
CMYK22.73%32.27%0.00%
13.73%

Color #AA95DC in popluar number systems.

HEXAA95DC
Decimal170149220
Binary101010101001010111011100
Octal252225334

Shades and tints

Shades of #AA95DC

#AA95DC
(170,149,220)
#9B88C8
(155,136,200)
#8C7BB4
(140,123,180)
#7D6EA0
(125,110,160)
#6E618C
(110,97,140)
#5F5478
(95,84,120)
#504764
(80,71,100)
#413A50
(65,58,80)
#322D3C
(50,45,60)
#232028
(35,32,40)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #AA95DC

#AA95DC
(170,149,220)
#B19EDF
(177,158,223)
#B8A7E2
(184,167,226)
#BFB0E5
(191,176,229)
#C6B9E8
(198,185,232)
#CDC2EB
(205,194,235)
#D4CBEE
(212,203,238)
#DBD4F1
(219,212,241)
#E2DDF4
(226,221,244)
#E9E6F7
(233,230,247)
#F0EFFA
(240,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA95DC; }

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

This text font color is #AA95DC.


Background Color

.myBgColor { background-color: #AA95DC; }

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

This div background color is #AA95DC.


Border color

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

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

This div border color is #AA95DC.


Opacity

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

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

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

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

This text has shadow with #AA95DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA95DC on black background.


Color preview on white background

This text has color #AA95DC on white background.



Black color preview on #AA95DC background

This text has black color on #AA95DC background.


White color preview on #AA95DC background

This text has white color on #AA95DC background.