COLOR #AA6DAC

HEX: #AA6DAC RGB: (170,109,172)

Color info

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

RGB color model

#AA6DAC color RGB value is (170,109,172).

RGB: (170,109,172) (67%, 43%, 67%)

RGB channels and saturation

R 170 of 255 = 67%
G 109 of 255 = 43%
B 172 of 255 = 67%

170
109
172

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

Portions of RGB colors in percentages

R + G + B = 170 + 109 + 172 = 451 (100%)
R 170 of 451 ~ 37.69%
G 109 of 451 ~ 24.17%
B 172 of 451 ~ 38.14'%

%37.69
%24.17
%38.14

CMYK color model

#AA6DAC color CMYK value is (1,37,0,33).

  • cyan value is 1.16%
  • magenta value is 36.63%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (1,37,0,33)
C1M37Y0K33 (1%, 37%, 0%, 33%)
(0.01 / 0.37 / 0.00 / 0.33)

CMYK percentages

%1.16
%36.63
%0
%32.55

Codes

Color #AA6DAC in popluar color models

AA 6D AC
RGB 170 109 172
HSL 298° 27.51% 55.10%
HSB/HSV 298° 36.63% 67.45%
CMYK 1.16% 36.63% 0.00%
32.55%

Color #AA6DAC in popluar number systems.

HEX AA 6D AC
Decimal 170 109 172
Binary 10101010 1101101 10101100
Octal 252 155 254

Shades and tints

Shades of #AA6DAC

#AA6DAC
(170,109,172)
#9B649D
(155,100,157)
#8C5B8E
(140,91,142)
#7D527F
(125,82,127)
#6E4970
(110,73,112)
#5F4061
(95,64,97)
#503752
(80,55,82)
#412E43
(65,46,67)
#322534
(50,37,52)
#231C25
(35,28,37)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #AA6DAC

#AA6DAC
(170,109,172)
#B17AB3
(177,122,179)
#B887BA
(184,135,186)
#BF94C1
(191,148,193)
#C6A1C8
(198,161,200)
#CDAECF
(205,174,207)
#D4BBD6
(212,187,214)
#DBC8DD
(219,200,221)
#E2D5E4
(226,213,228)
#E9E2EB
(233,226,235)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6DAC; }

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

This text font color is #AA6DAC.

Background Color

.myBgColor { background-color: #AA6DAC; }

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

This div background color is #AA6DAC.

Border color

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

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

This div border color is #AA6DAC.

Opacity

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

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

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

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

This text has shadow with #AA6DAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6DAC.

Preview

Color preview on black background

This text has color #AA6DAC on black background.


Color preview on white background

This text has color #AA6DAC on white background.


Black color preview on #AA6DAC background

This text has black color on #AA6DAC background.


White color preview on #AA6DAC background

This text has white color on #AA6DAC background.


Related colors

Complementary color

Complementary color for #hex is #559253.


I love getcolorcode.com

Triadic colors

1 #ACAA6D and #6DACAA with #AA6DAC are triadic colors.

2 #AC6DAA and #6DAAAC with #AA6DAC are triadic colors.