COLOR #AA56C2

HEX: #AA56C2 RGB: (170,86,194)

Color info

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

RGB color model

#AA56C2 color RGB value is (170,86,194).

RGB: (170,86,194) (67%, 34%, 76%)

RGB channels and saturation

R 170 of 255 = 67%
G 86 of 255 = 34%
B 194 of 255 = 76%

170
86
194

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

Portions of RGB colors in percentages

R + G + B = 170 + 86 + 194 = 450 (100%)
R 170 of 450 ~ 37.78%
G 86 of 450 ~ 19.11%
B 194 of 450 ~ 43.11'%

%37.78
%19.11
%43.11

CMYK color model

#AA56C2 color CMYK value is (12,56,0,24).

  • cyan value is 12.37%
  • magenta value is 55.67%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (12,56,0,24)
C12M56Y0K24 (12%, 56%, 0%, 24%)
(0.12 / 0.56 / 0.00 / 0.24)

CMYK percentages

%12.37
%55.67
%0
%23.92

Codes

Color #AA56C2 in popluar color models

AA 56 C2
RGB 170 86 194
HSL 287° 46.96% 54.90%
HSB/HSV 287° 55.67% 76.08%
CMYK 12.37% 55.67% 0.00%
23.92%

Color #AA56C2 in popluar number systems.

HEX AA 56 C2
Decimal 170 86 194
Binary 10101010 1010110 11000010
Octal 252 126 302

Shades and tints

Shades of #AA56C2

#AA56C2
(170,86,194)
#9B4FB1
(155,79,177)
#8C48A0
(140,72,160)
#7D418F
(125,65,143)
#6E3A7E
(110,58,126)
#5F336D
(95,51,109)
#502C5C
(80,44,92)
#41254B
(65,37,75)
#321E3A
(50,30,58)
#231729
(35,23,41)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #AA56C2

#AA56C2
(170,86,194)
#B165C7
(177,101,199)
#B874CC
(184,116,204)
#BF83D1
(191,131,209)
#C692D6
(198,146,214)
#CDA1DB
(205,161,219)
#D4B0E0
(212,176,224)
#DBBFE5
(219,191,229)
#E2CEEA
(226,206,234)
#E9DDEF
(233,221,239)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA56C2 color. Also use rgb(170,86,194) instead hex code.

Text Font Color

.myTextColor { color: #AA56C2; }

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

This text font color is #AA56C2.

Background Color

.myBgColor { background-color: #AA56C2; }

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

This div background color is #AA56C2.

Border color

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

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

This div border color is #AA56C2.

Opacity

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

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

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

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

This text has shadow with #AA56C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA56C2.

Preview

Color preview on black background

This text has color #AA56C2 on black background.


Color preview on white background

This text has color #AA56C2 on white background.


Black color preview on #AA56C2 background

This text has black color on #AA56C2 background.


White color preview on #AA56C2 background

This text has white color on #AA56C2 background.


Related colors

Complementary color

Complementary color for #hex is #55A93D.


I love getcolorcode.com

Triadic colors

1 #C2AA56 and #56C2AA with #AA56C2 are triadic colors.

2 #C256AA and #56AAC2 with #AA56C2 are triadic colors.