COLOR #AA66D3

HEX: #AA66D3
RGB: (170,102,211)

Color info

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

RGB color model

#AA66D3 color RGB value is (170,102,211).

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

RGB channels and saturation

R 170 of 255 = 67%
G 102 of 255 = 40%
B 211 of 255 = 83%

170
102
211

R + G + B ~ 63%. #AA66D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 102 + 211 = 483 (100%)
R 170 of 483 ~ 35.2%
G 102 of 483 ~ 21.12%
B 211 of 483 ~ 43.69%

%35.2
%21.12
%43.69

CMYK color model

#AA66D3 color CMYK value is (19,52,0,17).

  • cyan value is 19.43%
  • magenta value is 51.66%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(19,52,0,17)
C19M52Y0K17 
(19%,52%,0%,17%)
(0.19/0.52/0.00/0.17)	

CMYK percentages

%19.43
%51.66
%0
%17.25

Codes

Color #AA66D3 in popluar color models

AA66D3
RGB170102211
HSL277°55.33%61.37%
HSB/HSV277°51.66%82.75%
CMYK19.43%51.66%0.00%
17.25%

Color #AA66D3 in popluar number systems.

HEXAA66D3
Decimal170102211
Binary10101010110011011010011
Octal252146323

Shades and tints

Shades of #AA66D3

#AA66D3
(170,102,211)
#9B5DC0
(155,93,192)
#8C54AD
(140,84,173)
#7D4B9A
(125,75,154)
#6E4287
(110,66,135)
#5F3974
(95,57,116)
#503061
(80,48,97)
#41274E
(65,39,78)
#321E3B
(50,30,59)
#231528
(35,21,40)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #AA66D3

#AA66D3
(170,102,211)
#B173D7
(177,115,215)
#B880DB
(184,128,219)
#BF8DDF
(191,141,223)
#C69AE3
(198,154,227)
#CDA7E7
(205,167,231)
#D4B4EB
(212,180,235)
#DBC1EF
(219,193,239)
#E2CEF3
(226,206,243)
#E9DBF7
(233,219,247)
#F0E8FB
(240,232,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA66D3; }

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

This text font color is #AA66D3.


Background Color

.myBgColor { background-color: #AA66D3; }

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

This div background color is #AA66D3.


Border color

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

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

This div border color is #AA66D3.


Opacity

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

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

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

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

This text has shadow with #AA66D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA66D3 on black background.


Color preview on white background

This text has color #AA66D3 on white background.



Black color preview on #AA66D3 background

This text has black color on #AA66D3 background.


White color preview on #AA66D3 background

This text has white color on #AA66D3 background.