COLOR #AA96DB

HEX: #AA96DB RGB: (170,150,219)

Color info

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

RGB color model

#AA96DB color RGB value is (170,150,219).

RGB: (170,150,219) (67%, 59%, 86%)

RGB channels and saturation

R 170 of 255 = 67%
G 150 of 255 = 59%
B 219 of 255 = 86%

170
150
219

R + G + B ~ 71%. #AA96DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 150 + 219 = 539 (100%)
R 170 of 539 ~ 31.54%
G 150 of 539 ~ 27.83%
B 219 of 539 ~ 40.63'%

%31.54
%27.83
%40.63

CMYK color model

#AA96DB color CMYK value is (22,32,0,14).

  • cyan value is 22.37%
  • magenta value is 31.51%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (22,32,0,14)
C22M32Y0K14 (22%, 32%, 0%, 14%)
(0.22 / 0.32 / 0.00 / 0.14)

CMYK percentages

%22.37
%31.51
%0
%14.12

Codes

Color #AA96DB in popluar color models

AA 96 DB
RGB 170 150 219
HSL 257° 48.94% 72.35%
HSB/HSV 257° 31.51% 85.88%
CMYK 22.37% 31.51% 0.00%
14.12%

Color #AA96DB in popluar number systems.

HEX AA 96 DB
Decimal 170 150 219
Binary 10101010 10010110 11011011
Octal 252 226 333

Shades and tints

Shades of #AA96DB

#AA96DB
(170,150,219)
#9B89C8
(155,137,200)
#8C7CB5
(140,124,181)
#7D6FA2
(125,111,162)
#6E628F
(110,98,143)
#5F557C
(95,85,124)
#504869
(80,72,105)
#413B56
(65,59,86)
#322E43
(50,46,67)
#232130
(35,33,48)
#14141D
(20,20,29)
#000000
(0,0,0)

Tints of #AA96DB

#AA96DB
(170,150,219)
#B19FDE
(177,159,222)
#B8A8E1
(184,168,225)
#BFB1E4
(191,177,228)
#C6BAE7
(198,186,231)
#CDC3EA
(205,195,234)
#D4CCED
(212,204,237)
#DBD5F0
(219,213,240)
#E2DEF3
(226,222,243)
#E9E7F6
(233,231,246)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA96DB color. Also use rgb(170,150,219) instead hex code.

Text Font Color

.myTextColor { color: #AA96DB; }

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

This text font color is #AA96DB.

Background Color

.myBgColor { background-color: #AA96DB; }

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

This div background color is #AA96DB.

Border color

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

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

This div border color is #AA96DB.

Opacity

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

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

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

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

This text has shadow with #AA96DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA96DB.

Preview

Color preview on black background

This text has color #AA96DB on black background.


Color preview on white background

This text has color #AA96DB on white background.


Black color preview on #AA96DB background

This text has black color on #AA96DB background.


White color preview on #AA96DB background

This text has white color on #AA96DB background.


Related colors

Complementary color

Complementary color for #hex is #556924.


I love getcolorcode.com

Triadic colors

1 #DBAA96 and #96DBAA with #AA96DB are triadic colors.

2 #DB96AA and #96AADB with #AA96DB are triadic colors.