COLOR #AA68DD

HEX: #AA68DD
RGB: (170,104,221)

Color info

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

RGB color model

#AA68DD color RGB value is (170,104,221).

  • red value is 170;
  • green value is 104;
  • blue value is 221.
RGB:
(170,104,221)
(67%,41%,87%)

RGB channels and saturation

R 170 of 255 = 67%
G 104 of 255 = 41%
B 221 of 255 = 87%

170
104
221

R + G + B ~ 65%. #AA68DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 104 + 221 = 495 (100%)
R 170 of 495 ~ 34.34%
G 104 of 495 ~ 21.01%
B 221 of 495 ~ 44.65%

%34.34
%21.01
%44.65

CMYK color model

#AA68DD color CMYK value is (23,53,0,13).

  • cyan value is 23.08%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(23,53,0,13)
C23M53Y0K13 
(23%,53%,0%,13%)
(0.23/0.53/0.00/0.13)	

CMYK percentages

%23.08
%52.94
%0
%13.33

Codes

Color #AA68DD in popluar color models

AA68DD
RGB170104221
HSL274°63.24%63.73%
HSB/HSV274°52.94%86.67%
CMYK23.08%52.94%0.00%
13.33%

Color #AA68DD in popluar number systems.

HEXAA68DD
Decimal170104221
Binary10101010110100011011101
Octal252150335

Shades and tints

Shades of #AA68DD

#AA68DD
(170,104,221)
#9B5FC9
(155,95,201)
#8C56B5
(140,86,181)
#7D4DA1
(125,77,161)
#6E448D
(110,68,141)
#5F3B79
(95,59,121)
#503265
(80,50,101)
#412951
(65,41,81)
#32203D
(50,32,61)
#231729
(35,23,41)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #AA68DD

#AA68DD
(170,104,221)
#B175E0
(177,117,224)
#B882E3
(184,130,227)
#BF8FE6
(191,143,230)
#C69CE9
(198,156,233)
#CDA9EC
(205,169,236)
#D4B6EF
(212,182,239)
#DBC3F2
(219,195,242)
#E2D0F5
(226,208,245)
#E9DDF8
(233,221,248)
#F0EAFB
(240,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA68DD color. Also use rgb(170,104,221) instead hex code.

Text Font Color

.myTextColor { color: #AA68DD; }

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

This text font color is #AA68DD.


Background Color

.myBgColor { background-color: #AA68DD; }

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

This div background color is #AA68DD.


Border color

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

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

This div border color is #AA68DD.


Opacity

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

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

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

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

This text has shadow with #AA68DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA68DD on black background.


Color preview on white background

This text has color #AA68DD on white background.



Black color preview on #AA68DD background

This text has black color on #AA68DD background.


White color preview on #AA68DD background

This text has white color on #AA68DD background.