COLOR #AA9BE6

HEX: #AA9BE6 RGB: (170,155,230)

Color info

#AA9BE6 contains mainly blue color. Web safe color of #AA9BE6 is #9999CC (or #99C).

RGB color model

#AA9BE6 color RGB value is (170,155,230).

RGB: (170,155,230) (67%, 61%, 90%)

RGB channels and saturation

R 170 of 255 = 67%
G 155 of 255 = 61%
B 230 of 255 = 90%

170
155
230

R + G + B ~ 73%. #AA9BE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 155 + 230 = 555 (100%)
R 170 of 555 ~ 30.63%
G 155 of 555 ~ 27.93%
B 230 of 555 ~ 41.44'%

%30.63
%27.93
%41.44

CMYK color model

#AA9BE6 color CMYK value is (26,33,0,10).

  • cyan value is 26.09%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (26,33,0,10)
C26M33Y0K10 (26%, 33%, 0%, 10%)
(0.26 / 0.33 / 0.00 / 0.10)

CMYK percentages

%26.09
%32.61
%0
%9.8

Codes

Color #AA9BE6 in popluar color models

AA 9B E6
RGB 170 155 230
HSL 252° 60.00% 75.49%
HSB/HSV 252° 32.61% 90.20%
CMYK 26.09% 32.61% 0.00%
9.80%

Color #AA9BE6 in popluar number systems.

HEX AA 9B E6
Decimal 170 155 230
Binary 10101010 10011011 11100110
Octal 252 233 346

Shades and tints

Shades of #AA9BE6

#AA9BE6
(170,155,230)
#9B8DD2
(155,141,210)
#8C7FBE
(140,127,190)
#7D71AA
(125,113,170)
#6E6396
(110,99,150)
#5F5582
(95,85,130)
#50476E
(80,71,110)
#41395A
(65,57,90)
#322B46
(50,43,70)
#231D32
(35,29,50)
#140F1E
(20,15,30)
#000000
(0,0,0)

Tints of #AA9BE6

#AA9BE6
(170,155,230)
#B1A4E8
(177,164,232)
#B8ADEA
(184,173,234)
#BFB6EC
(191,182,236)
#C6BFEE
(198,191,238)
#CDC8F0
(205,200,240)
#D4D1F2
(212,209,242)
#DBDAF4
(219,218,244)
#E2E3F6
(226,227,246)
#E9ECF8
(233,236,248)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9BE6 color. Also use rgb(170,155,230) instead hex code.

Text Font Color

.myTextColor { color: #AA9BE6; }

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

This text font color is #AA9BE6.

Background Color

.myBgColor { background-color: #AA9BE6; }

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

This div background color is #AA9BE6.

Border color

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

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

This div border color is #AA9BE6.

Opacity

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

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

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

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

This text has shadow with #AA9BE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9BE6.

Preview

Color preview on black background

This text has color #AA9BE6 on black background.


Color preview on white background

This text has color #AA9BE6 on white background.


Black color preview on #AA9BE6 background

This text has black color on #AA9BE6 background.


White color preview on #AA9BE6 background

This text has white color on #AA9BE6 background.


Related colors

Complementary color

Complementary color for #hex is #556419.


I love getcolorcode.com

Triadic colors

1 #E6AA9B and #9BE6AA with #AA9BE6 are triadic colors.

2 #E69BAA and #9BAAE6 with #AA9BE6 are triadic colors.