COLOR #AA6CC0

HEX: #AA6CC0 RGB: (170,108,192)

Color info

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

RGB color model

#AA6CC0 color RGB value is (170,108,192).

RGB: (170,108,192) (67%, 42%, 75%)

RGB channels and saturation

R 170 of 255 = 67%
G 108 of 255 = 42%
B 192 of 255 = 75%

170
108
192

R + G + B ~ 61%. #AA6CC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 108 + 192 = 470 (100%)
R 170 of 470 ~ 36.17%
G 108 of 470 ~ 22.98%
B 192 of 470 ~ 40.85'%

%36.17
%22.98
%40.85

CMYK color model

#AA6CC0 color CMYK value is (11,44,0,25).

  • cyan value is 11.46%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (11,44,0,25)
C11M44Y0K25 (11%, 44%, 0%, 25%)
(0.11 / 0.44 / 0.00 / 0.25)

CMYK percentages

%11.46
%43.75
%0
%24.71

Codes

Color #AA6CC0 in popluar color models

AA 6C C0
RGB 170 108 192
HSL 284° 40.00% 58.82%
HSB/HSV 284° 43.75% 75.29%
CMYK 11.46% 43.75% 0.00%
24.71%

Color #AA6CC0 in popluar number systems.

HEX AA 6C C0
Decimal 170 108 192
Binary 10101010 1101100 11000000
Octal 252 154 300

Shades and tints

Shades of #AA6CC0

#AA6CC0
(170,108,192)
#9B63AF
(155,99,175)
#8C5A9E
(140,90,158)
#7D518D
(125,81,141)
#6E487C
(110,72,124)
#5F3F6B
(95,63,107)
#50365A
(80,54,90)
#412D49
(65,45,73)
#322438
(50,36,56)
#231B27
(35,27,39)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #AA6CC0

#AA6CC0
(170,108,192)
#B179C5
(177,121,197)
#B886CA
(184,134,202)
#BF93CF
(191,147,207)
#C6A0D4
(198,160,212)
#CDADD9
(205,173,217)
#D4BADE
(212,186,222)
#DBC7E3
(219,199,227)
#E2D4E8
(226,212,232)
#E9E1ED
(233,225,237)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6CC0; }

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

This text font color is #AA6CC0.

Background Color

.myBgColor { background-color: #AA6CC0; }

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

This div background color is #AA6CC0.

Border color

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

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

This div border color is #AA6CC0.

Opacity

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

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

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

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

This text has shadow with #AA6CC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6CC0.

Preview

Color preview on black background

This text has color #AA6CC0 on black background.


Color preview on white background

This text has color #AA6CC0 on white background.


Black color preview on #AA6CC0 background

This text has black color on #AA6CC0 background.


White color preview on #AA6CC0 background

This text has white color on #AA6CC0 background.


Related colors

Complementary color

Complementary color for #hex is #55933F.


I love getcolorcode.com

Triadic colors

1 #C0AA6C and #6CC0AA with #AA6CC0 are triadic colors.

2 #C06CAA and #6CAAC0 with #AA6CC0 are triadic colors.