COLOR #AA4CA5

HEX: #AA4CA5 RGB: (170,76,165)

Color info

#AA4CA5 contains mainly red and blue colors. Web safe color of #AA4CA5 is #993399 (or #939).

RGB color model

#AA4CA5 color RGB value is (170,76,165).

RGB: (170,76,165) (67%, 30%, 65%)

RGB channels and saturation

R 170 of 255 = 67%
G 76 of 255 = 30%
B 165 of 255 = 65%

170
76
165

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

Portions of RGB colors in percentages

R + G + B = 170 + 76 + 165 = 411 (100%)
R 170 of 411 ~ 41.36%
G 76 of 411 ~ 18.49%
B 165 of 411 ~ 40.15'%

%41.36
%18.49
%40.15

CMYK color model

#AA4CA5 color CMYK value is (0,55,3,33).

  • cyan value is 0.00%
  • magenta value is 55.29%
  • yellow value is 2.94%
  • key color value is 33.33%
CMYK: (0,55,3,33) C0M55Y3K33 (0%,55%,3%,33%) (0.00/0.55/0.03/0.33) 

CMYK percentages

%0
%55.29
%2.94
%33.33

Codes

Color #AA4CA5 in popluar color models

AA 4C A5
RGB 170 76 165
HSL 303° 38.21% 48.24%
HSB/HSV 303° 55.29% 66.67%
CMYK 0.00% 55.29% 2.94%
33.33%

Color #AA4CA5 in popluar number systems.

HEX AA 4C A5
Decimal 170 76 165
Binary 10101010 1001100 10100101
Octal 252 114 245

Shades and tints

Shades of #AA4CA5

#AA4CA5
(170,76,165)
#9B4696
(155,70,150)
#8C4087
(140,64,135)
#7D3A78
(125,58,120)
#6E3469
(110,52,105)
#5F2E5A
(95,46,90)
#50284B
(80,40,75)
#41223C
(65,34,60)
#321C2D
(50,28,45)
#23161E
(35,22,30)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #AA4CA5

#AA4CA5
(170,76,165)
#B15CAD
(177,92,173)
#B86CB5
(184,108,181)
#BF7CBD
(191,124,189)
#C68CC5
(198,140,197)
#CD9CCD
(205,156,205)
#D4ACD5
(212,172,213)
#DBBCDD
(219,188,221)
#E2CCE5
(226,204,229)
#E9DCED
(233,220,237)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA4CA5 color. Also use rgb(170,76,165) instead hex code.

Text Font Color

.myTextColor { color: #AA4CA5; }

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

This text font color is #AA4CA5.

Background Color

.myBgColor { background-color: #AA4CA5; }

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

This div background color is #AA4CA5.

Border color

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

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

This div border color is #AA4CA5.

Opacity

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

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

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

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

This text has shadow with #AA4CA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA4CA5.

Preview

Color preview on black background

This text has color #AA4CA5 on black background.


Color preview on white background

This text has color #AA4CA5 on white background.


Black color preview on #AA4CA5 background

This text has black color on #AA4CA5 background.


White color preview on #AA4CA5 background

This text has white color on #AA4CA5 background.


Related colors

Complementary color

Complementary color for #hex is #55B35A.


I love getcolorcode.com

Triadic colors

1 #A5AA4C and #4CA5AA with #AA4CA5 are triadic colors.

2 #A54CAA and #4CAAA5 with #AA4CA5 are triadic colors.