COLOR #AA6CBA

HEX: #AA6CBA RGB: (170,108,186)

Color info

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

RGB color model

#AA6CBA color RGB value is (170,108,186).

RGB: (170,108,186) (67%, 42%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 108 of 255 = 42%
B 186 of 255 = 73%

170
108
186

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

Portions of RGB colors in percentages

R + G + B = 170 + 108 + 186 = 464 (100%)
R 170 of 464 ~ 36.64%
G 108 of 464 ~ 23.28%
B 186 of 464 ~ 40.09'%

%36.64
%23.28
%40.09

CMYK color model

#AA6CBA color CMYK value is (9,42,0,27).

  • cyan value is 8.60%
  • magenta value is 41.94%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (9,42,0,27) C9M42Y0K27 (9%,42%,0%,27%) (0.09/0.42/0.00/0.27) 

CMYK percentages

%8.6
%41.94
%0
%27.06

Codes

Color #AA6CBA in popluar color models

AA 6C BA
RGB 170 108 186
HSL 288° 36.11% 57.65%
HSB/HSV 288° 41.94% 72.94%
CMYK 8.60% 41.94% 0.00%
27.06%

Color #AA6CBA in popluar number systems.

HEX AA 6C BA
Decimal 170 108 186
Binary 10101010 1101100 10111010
Octal 252 154 272

Shades and tints

Shades of #AA6CBA

#AA6CBA
(170,108,186)
#9B63AA
(155,99,170)
#8C5A9A
(140,90,154)
#7D518A
(125,81,138)
#6E487A
(110,72,122)
#5F3F6A
(95,63,106)
#50365A
(80,54,90)
#412D4A
(65,45,74)
#32243A
(50,36,58)
#231B2A
(35,27,42)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #AA6CBA

#AA6CBA
(170,108,186)
#B179C0
(177,121,192)
#B886C6
(184,134,198)
#BF93CC
(191,147,204)
#C6A0D2
(198,160,210)
#CDADD8
(205,173,216)
#D4BADE
(212,186,222)
#DBC7E4
(219,199,228)
#E2D4EA
(226,212,234)
#E9E1F0
(233,225,240)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6CBA; }

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

This text font color is #AA6CBA.

Background Color

.myBgColor { background-color: #AA6CBA; }

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

This div background color is #AA6CBA.

Border color

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

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

This div border color is #AA6CBA.

Opacity

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

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

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

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

This text has shadow with #AA6CBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6CBA.

Preview

Color preview on black background

This text has color #AA6CBA on black background.


Color preview on white background

This text has color #AA6CBA on white background.


Black color preview on #AA6CBA background

This text has black color on #AA6CBA background.


White color preview on #AA6CBA background

This text has white color on #AA6CBA background.


Related colors

Complementary color

Complementary color for #hex is #559345.


I love getcolorcode.com

Triadic colors

1 #BAAA6C and #6CBAAA with #AA6CBA are triadic colors.

2 #BA6CAA and #6CAABA with #AA6CBA are triadic colors.