COLOR #AA6CAC

HEX: #AA6CAC
RGB: (170,108,172)

Color info

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

RGB color model

#AA6CAC color RGB value is (170,108,172).

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

RGB channels and saturation

R 170 of 255 = 67%
G 108 of 255 = 42%
B 172 of 255 = 67%

170
108
172

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

Portions of RGB colors in percentages

R + G + B =
170 + 108 + 172 = 450 (100%)
R 170 of 450 ~ 37.78%
G 108 of 450 ~ 24%
B 172 of 450 ~ 38.22%

%37.78
%24
%38.22

CMYK color model

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

  • cyan value is 1.16%
  • magenta value is 37.21%
  • 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
%37.21
%0
%32.55

Codes

Color #AA6CAC in popluar color models

AA6CAC
RGB170108172
HSL298°27.83%54.90%
HSB/HSV298°37.21%67.45%
CMYK1.16%37.21%0.00%
32.55%

Color #AA6CAC in popluar number systems.

HEXAA6CAC
Decimal170108172
Binary10101010110110010101100
Octal252154254

Shades and tints

Shades of #AA6CAC

#AA6CAC
(170,108,172)
#9B639D
(155,99,157)
#8C5A8E
(140,90,142)
#7D517F
(125,81,127)
#6E4870
(110,72,112)
#5F3F61
(95,63,97)
#503652
(80,54,82)
#412D43
(65,45,67)
#322434
(50,36,52)
#231B25
(35,27,37)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #AA6CAC

#AA6CAC
(170,108,172)
#B179B3
(177,121,179)
#B886BA
(184,134,186)
#BF93C1
(191,147,193)
#C6A0C8
(198,160,200)
#CDADCF
(205,173,207)
#D4BAD6
(212,186,214)
#DBC7DD
(219,199,221)
#E2D4E4
(226,212,228)
#E9E1EB
(233,225,235)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6CAC; }

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

This text font color is #AA6CAC.


Background Color

.myBgColor { background-color: #AA6CAC; }

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

This div background color is #AA6CAC.


Border color

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

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

This div border color is #AA6CAC.


Opacity

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

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

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

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

This text has shadow with #AA6CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6CAC on black background.


Color preview on white background

This text has color #AA6CAC on white background.



Black color preview on #AA6CAC background

This text has black color on #AA6CAC background.


White color preview on #AA6CAC background

This text has white color on #AA6CAC background.