COLOR #AA6AB2

HEX: #AA6AB2 RGB: (170,106,178)

Color info

#AA6AB2 contains mainly red and blue colors. Web safe color of #AA6AB2 is #996699 (or #969).

RGB color model

#AA6AB2 color RGB value is (170,106,178).

RGB: (170,106,178) (67%, 42%, 70%)

RGB channels and saturation

R 170 of 255 = 67%
G 106 of 255 = 42%
B 178 of 255 = 70%

170
106
178

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

Portions of RGB colors in percentages

R + G + B = 170 + 106 + 178 = 454 (100%)
R 170 of 454 ~ 37.44%
G 106 of 454 ~ 23.35%
B 178 of 454 ~ 39.21'%

%37.44
%23.35
%39.21

CMYK color model

#AA6AB2 color CMYK value is (4,40,0,30).

  • cyan value is 4.49%
  • magenta value is 40.45%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (4,40,0,30)
C4M40Y0K30 (4%, 40%, 0%, 30%)
(0.04 / 0.40 / 0.00 / 0.30)

CMYK percentages

%4.49
%40.45
%0
%30.2

Codes

Color #AA6AB2 in popluar color models

AA 6A B2
RGB 170 106 178
HSL 293° 31.86% 55.69%
HSB/HSV 293° 40.45% 69.80%
CMYK 4.49% 40.45% 0.00%
30.20%

Color #AA6AB2 in popluar number systems.

HEX AA 6A B2
Decimal 170 106 178
Binary 10101010 1101010 10110010
Octal 252 152 262

Shades and tints

Shades of #AA6AB2

#AA6AB2
(170,106,178)
#9B61A2
(155,97,162)
#8C5892
(140,88,146)
#7D4F82
(125,79,130)
#6E4672
(110,70,114)
#5F3D62
(95,61,98)
#503452
(80,52,82)
#412B42
(65,43,66)
#322232
(50,34,50)
#231922
(35,25,34)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #AA6AB2

#AA6AB2
(170,106,178)
#B177B9
(177,119,185)
#B884C0
(184,132,192)
#BF91C7
(191,145,199)
#C69ECE
(198,158,206)
#CDABD5
(205,171,213)
#D4B8DC
(212,184,220)
#DBC5E3
(219,197,227)
#E2D2EA
(226,210,234)
#E9DFF1
(233,223,241)
#F0ECF8
(240,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6AB2; }

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

This text font color is #AA6AB2.

Background Color

.myBgColor { background-color: #AA6AB2; }

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

This div background color is #AA6AB2.

Border color

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

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

This div border color is #AA6AB2.

Opacity

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

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

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

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

This text has shadow with #AA6AB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6AB2.

Preview

Color preview on black background

This text has color #AA6AB2 on black background.


Color preview on white background

This text has color #AA6AB2 on white background.


Black color preview on #AA6AB2 background

This text has black color on #AA6AB2 background.


White color preview on #AA6AB2 background

This text has white color on #AA6AB2 background.


Related colors

Complementary color

Complementary color for #hex is #55954D.


I love getcolorcode.com

Triadic colors

1 #B2AA6A and #6AB2AA with #AA6AB2 are triadic colors.

2 #B26AAA and #6AAAB2 with #AA6AB2 are triadic colors.