COLOR #AA66CD

HEX: #AA66CD
RGB: (170,102,205)

Color info

#AA66CD contains mainly red and blue colors. Web safe color of #AA66CD is #9966CC (or #96C).

RGB color model

#AA66CD color RGB value is (170,102,205).

  • red value is 170;
  • green value is 102;
  • blue value is 205.
RGB:
(170,102,205)
(67%,40%,80%)

RGB channels and saturation

R 170 of 255 = 67%
G 102 of 255 = 40%
B 205 of 255 = 80%

170
102
205

R + G + B ~ 62%. #AA66CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 102 + 205 = 477 (100%)
R 170 of 477 ~ 35.64%
G 102 of 477 ~ 21.38%
B 205 of 477 ~ 42.98%

%35.64
%21.38
%42.98

CMYK color model

#AA66CD color CMYK value is (17,50,0,20).

  • cyan value is 17.07%
  • magenta value is 50.24%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(17,50,0,20)
C17M50Y0K20 
(17%,50%,0%,20%)
(0.17/0.50/0.00/0.20)	

CMYK percentages

%17.07
%50.24
%0
%19.61

Codes

Color #AA66CD in popluar color models

AA66CD
RGB170102205
HSL280°50.74%60.20%
HSB/HSV280°50.24%80.39%
CMYK17.07%50.24%0.00%
19.61%

Color #AA66CD in popluar number systems.

HEXAA66CD
Decimal170102205
Binary10101010110011011001101
Octal252146315

Shades and tints

Shades of #AA66CD

#AA66CD
(170,102,205)
#9B5DBB
(155,93,187)
#8C54A9
(140,84,169)
#7D4B97
(125,75,151)
#6E4285
(110,66,133)
#5F3973
(95,57,115)
#503061
(80,48,97)
#41274F
(65,39,79)
#321E3D
(50,30,61)
#23152B
(35,21,43)
#140C19
(20,12,25)
#000000
(0,0,0)

Tints of #AA66CD

#AA66CD
(170,102,205)
#B173D1
(177,115,209)
#B880D5
(184,128,213)
#BF8DD9
(191,141,217)
#C69ADD
(198,154,221)
#CDA7E1
(205,167,225)
#D4B4E5
(212,180,229)
#DBC1E9
(219,193,233)
#E2CEED
(226,206,237)
#E9DBF1
(233,219,241)
#F0E8F5
(240,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA66CD color. Also use rgb(170,102,205) instead hex code.

Text Font Color

.myTextColor { color: #AA66CD; }

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

This text font color is #AA66CD.


Background Color

.myBgColor { background-color: #AA66CD; }

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

This div background color is #AA66CD.


Border color

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

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

This div border color is #AA66CD.


Opacity

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

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

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

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

This text has shadow with #AA66CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA66CD on black background.


Color preview on white background

This text has color #AA66CD on white background.



Black color preview on #AA66CD background

This text has black color on #AA66CD background.


White color preview on #AA66CD background

This text has white color on #AA66CD background.