COLOR #AA6DB9

HEX: #AA6DB9
RGB: (170,109,185)

Color info

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

RGB color model

#AA6DB9 color RGB value is (170,109,185).

  • red value is 170;
  • green value is 109;
  • blue value is 185.
RGB:
(170,109,185)
(67%,43%,73%)

RGB channels and saturation

R 170 of 255 = 67%
G 109 of 255 = 43%
B 185 of 255 = 73%

170
109
185

R + G + B ~ 61%. #AA6DB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 109 + 185 = 464 (100%)
R 170 of 464 ~ 36.64%
G 109 of 464 ~ 23.49%
B 185 of 464 ~ 39.87%

%36.64
%23.49
%39.87

CMYK color model

#AA6DB9 color CMYK value is (8,41,0,27).

  • cyan value is 8.11%
  • magenta value is 41.08%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(8,41,0,27)
C8M41Y0K27 
(8%,41%,0%,27%)
(0.08/0.41/0.00/0.27)	

CMYK percentages

%8.11
%41.08
%0
%27.45

Codes

Color #AA6DB9 in popluar color models

AA6DB9
RGB170109185
HSL288°35.19%57.65%
HSB/HSV288°41.08%72.55%
CMYK8.11%41.08%0.00%
27.45%

Color #AA6DB9 in popluar number systems.

HEXAA6DB9
Decimal170109185
Binary10101010110110110111001
Octal252155271

Shades and tints

Shades of #AA6DB9

#AA6DB9
(170,109,185)
#9B64A9
(155,100,169)
#8C5B99
(140,91,153)
#7D5289
(125,82,137)
#6E4979
(110,73,121)
#5F4069
(95,64,105)
#503759
(80,55,89)
#412E49
(65,46,73)
#322539
(50,37,57)
#231C29
(35,28,41)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #AA6DB9

#AA6DB9
(170,109,185)
#B17ABF
(177,122,191)
#B887C5
(184,135,197)
#BF94CB
(191,148,203)
#C6A1D1
(198,161,209)
#CDAED7
(205,174,215)
#D4BBDD
(212,187,221)
#DBC8E3
(219,200,227)
#E2D5E9
(226,213,233)
#E9E2EF
(233,226,239)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6DB9 color. Also use rgb(170,109,185) instead hex code.

Text Font Color

.myTextColor { color: #AA6DB9; }

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

This text font color is #AA6DB9.


Background Color

.myBgColor { background-color: #AA6DB9; }

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

This div background color is #AA6DB9.


Border color

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

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

This div border color is #AA6DB9.


Opacity

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

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

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

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

This text has shadow with #AA6DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6DB9 on black background.


Color preview on white background

This text has color #AA6DB9 on white background.



Black color preview on #AA6DB9 background

This text has black color on #AA6DB9 background.


White color preview on #AA6DB9 background

This text has white color on #AA6DB9 background.