COLOR #AA6CB7

HEX: #AA6CB7
RGB: (170,108,183)

Color info

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

RGB color model

#AA6CB7 color RGB value is (170,108,183).

  • red value is 170;
  • green value is 108;
  • blue value is 183.
RGB:
(170,108,183)
(67%,42%,72%)

RGB channels and saturation

R 170 of 255 = 67%
G 108 of 255 = 42%
B 183 of 255 = 72%

170
108
183

R + G + B ~ 60%. #AA6CB7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 108 + 183 = 461 (100%)
R 170 of 461 ~ 36.88%
G 108 of 461 ~ 23.43%
B 183 of 461 ~ 39.7%

%36.88
%23.43
%39.7

CMYK color model

#AA6CB7 color CMYK value is (7,41,0,28).

  • cyan value is 7.10%
  • magenta value is 40.98%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(7,41,0,28)
C7M41Y0K28 
(7%,41%,0%,28%)
(0.07/0.41/0.00/0.28)	

CMYK percentages

%7.1
%40.98
%0
%28.24

Codes

Color #AA6CB7 in popluar color models

AA6CB7
RGB170108183
HSL290°34.25%57.06%
HSB/HSV290°40.98%71.76%
CMYK7.10%40.98%0.00%
28.24%

Color #AA6CB7 in popluar number systems.

HEXAA6CB7
Decimal170108183
Binary10101010110110010110111
Octal252154267

Shades and tints

Shades of #AA6CB7

#AA6CB7
(170,108,183)
#9B63A7
(155,99,167)
#8C5A97
(140,90,151)
#7D5187
(125,81,135)
#6E4877
(110,72,119)
#5F3F67
(95,63,103)
#503657
(80,54,87)
#412D47
(65,45,71)
#322437
(50,36,55)
#231B27
(35,27,39)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #AA6CB7

#AA6CB7
(170,108,183)
#B179BD
(177,121,189)
#B886C3
(184,134,195)
#BF93C9
(191,147,201)
#C6A0CF
(198,160,207)
#CDADD5
(205,173,213)
#D4BADB
(212,186,219)
#DBC7E1
(219,199,225)
#E2D4E7
(226,212,231)
#E9E1ED
(233,225,237)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6CB7 color. Also use rgb(170,108,183) instead hex code.

Text Font Color

.myTextColor { color: #AA6CB7; }

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

This text font color is #AA6CB7.


Background Color

.myBgColor { background-color: #AA6CB7; }

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

This div background color is #AA6CB7.


Border color

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

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

This div border color is #AA6CB7.


Opacity

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

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

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

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

This text has shadow with #AA6CB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6CB7 on black background.


Color preview on white background

This text has color #AA6CB7 on white background.



Black color preview on #AA6CB7 background

This text has black color on #AA6CB7 background.


White color preview on #AA6CB7 background

This text has white color on #AA6CB7 background.