COLOR #AA6AB6

HEX: #AA6AB6 RGB: (170,106,182)

Color info

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

RGB color model

#AA6AB6 color RGB value is (170,106,182).

RGB: (170,106,182) (67%, 42%, 71%)

RGB channels and saturation

R 170 of 255 = 67%
G 106 of 255 = 42%
B 182 of 255 = 71%

170
106
182

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

Portions of RGB colors in percentages

R + G + B = 170 + 106 + 182 = 458 (100%)
R 170 of 458 ~ 37.12%
G 106 of 458 ~ 23.14%
B 182 of 458 ~ 39.74'%

%37.12
%23.14
%39.74

CMYK color model

#AA6AB6 color CMYK value is (7,42,0,29).

  • cyan value is 6.59%
  • magenta value is 41.76%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (7,42,0,29)
C7M42Y0K29 (7%, 42%, 0%, 29%)
(0.07 / 0.42 / 0.00 / 0.29)

CMYK percentages

%6.59
%41.76
%0
%28.63

Codes

Color #AA6AB6 in popluar color models

AA 6A B6
RGB 170 106 182
HSL 291° 34.23% 56.47%
HSB/HSV 291° 41.76% 71.37%
CMYK 6.59% 41.76% 0.00%
28.63%

Color #AA6AB6 in popluar number systems.

HEX AA 6A B6
Decimal 170 106 182
Binary 10101010 1101010 10110110
Octal 252 152 266

Shades and tints

Shades of #AA6AB6

#AA6AB6
(170,106,182)
#9B61A6
(155,97,166)
#8C5896
(140,88,150)
#7D4F86
(125,79,134)
#6E4676
(110,70,118)
#5F3D66
(95,61,102)
#503456
(80,52,86)
#412B46
(65,43,70)
#322236
(50,34,54)
#231926
(35,25,38)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #AA6AB6

#AA6AB6
(170,106,182)
#B177BC
(177,119,188)
#B884C2
(184,132,194)
#BF91C8
(191,145,200)
#C69ECE
(198,158,206)
#CDABD4
(205,171,212)
#D4B8DA
(212,184,218)
#DBC5E0
(219,197,224)
#E2D2E6
(226,210,230)
#E9DFEC
(233,223,236)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6AB6 color. Also use rgb(170,106,182) instead hex code.

Text Font Color

.myTextColor { color: #AA6AB6; }

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

This text font color is #AA6AB6.

Background Color

.myBgColor { background-color: #AA6AB6; }

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

This div background color is #AA6AB6.

Border color

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

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

This div border color is #AA6AB6.

Opacity

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

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

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

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

This text has shadow with #AA6AB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6AB6.

Preview

Color preview on black background

This text has color #AA6AB6 on black background.


Color preview on white background

This text has color #AA6AB6 on white background.


Black color preview on #AA6AB6 background

This text has black color on #AA6AB6 background.


White color preview on #AA6AB6 background

This text has white color on #AA6AB6 background.


Related colors

Complementary color

Complementary color for #hex is #559549.


I love getcolorcode.com

Triadic colors

1 #B6AA6A and #6AB6AA with #AA6AB6 are triadic colors.

2 #B66AAA and #6AAAB6 with #AA6AB6 are triadic colors.