COLOR #AA6BB4

HEX: #AA6BB4 RGB: (170,107,180)

Color info

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

RGB color model

#AA6BB4 color RGB value is (170,107,180).

RGB: (170,107,180) (67%, 42%, 71%)

RGB channels and saturation

R 170 of 255 = 67%
G 107 of 255 = 42%
B 180 of 255 = 71%

170
107
180

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

Portions of RGB colors in percentages

R + G + B = 170 + 107 + 180 = 457 (100%)
R 170 of 457 ~ 37.2%
G 107 of 457 ~ 23.41%
B 180 of 457 ~ 39.39'%

%37.2
%23.41
%39.39

CMYK color model

#AA6BB4 color CMYK value is (6,41,0,29).

  • cyan value is 5.56%
  • magenta value is 40.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK: (6,41,0,29) C6M41Y0K29 (6%,41%,0%,29%) (0.06/0.41/0.00/0.29) 

CMYK percentages

%5.56
%40.56
%0
%29.41

Codes

Color #AA6BB4 in popluar color models

AA 6B B4
RGB 170 107 180
HSL 292° 32.74% 56.27%
HSB/HSV 292° 40.56% 70.59%
CMYK 5.56% 40.56% 0.00%
29.41%

Color #AA6BB4 in popluar number systems.

HEX AA 6B B4
Decimal 170 107 180
Binary 10101010 1101011 10110100
Octal 252 153 264

Shades and tints

Shades of #AA6BB4

#AA6BB4
(170,107,180)
#9B62A4
(155,98,164)
#8C5994
(140,89,148)
#7D5084
(125,80,132)
#6E4774
(110,71,116)
#5F3E64
(95,62,100)
#503554
(80,53,84)
#412C44
(65,44,68)
#322334
(50,35,52)
#231A24
(35,26,36)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #AA6BB4

#AA6BB4
(170,107,180)
#B178BA
(177,120,186)
#B885C0
(184,133,192)
#BF92C6
(191,146,198)
#C69FCC
(198,159,204)
#CDACD2
(205,172,210)
#D4B9D8
(212,185,216)
#DBC6DE
(219,198,222)
#E2D3E4
(226,211,228)
#E9E0EA
(233,224,234)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6BB4 color. Also use rgb(170,107,180) instead hex code.

Text Font Color

.myTextColor { color: #AA6BB4; }

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

This text font color is #AA6BB4.

Background Color

.myBgColor { background-color: #AA6BB4; }

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

This div background color is #AA6BB4.

Border color

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

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

This div border color is #AA6BB4.

Opacity

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

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

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

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

This text has shadow with #AA6BB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6BB4.

Preview

Color preview on black background

This text has color #AA6BB4 on black background.


Color preview on white background

This text has color #AA6BB4 on white background.


Black color preview on #AA6BB4 background

This text has black color on #AA6BB4 background.


White color preview on #AA6BB4 background

This text has white color on #AA6BB4 background.


Related colors

Complementary color

Complementary color for #hex is #55944B.


I love getcolorcode.com

Triadic colors

1 #B4AA6B and #6BB4AA with #AA6BB4 are triadic colors.

2 #B46BAA and #6BAAB4 with #AA6BB4 are triadic colors.