COLOR #AA117C

HEX: #AA117C RGB: (170,17,124)

Color info

#AA117C contains mainly red and blue colors. Web safe color of #AA117C is #990066 (or #906).

RGB color model

#AA117C color RGB value is (170,17,124).

RGB: (170,17,124) (67%, 7%, 49%)

RGB channels and saturation

R 170 of 255 = 67%
G 17 of 255 = 7%
B 124 of 255 = 49%

170
17
124

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

Portions of RGB colors in percentages

R + G + B = 170 + 17 + 124 = 311 (100%)
R 170 of 311 ~ 54.66%
G 17 of 311 ~ 5.47%
B 124 of 311 ~ 39.87'%

%54.66
%39.87

CMYK color model

#AA117C color CMYK value is (0,90,27,33).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 27.06%
  • key color value is 33.33%

CMYK: (0,90,27,33)
C0M90Y27K33 (0%, 90%, 27%, 33%)
(0.00 / 0.90 / 0.27 / 0.33)

CMYK percentages

%0
%90
%27.06
%33.33

Codes

Color #AA117C in popluar color models

AA 11 7C
RGB 170 17 124
HSL 318° 81.82% 36.67%
HSB/HSV 318° 90.00% 66.67%
CMYK 0.00% 90.00% 27.06%
33.33%

Color #AA117C in popluar number systems.

HEX AA 11 7C
Decimal 170 17 124
Binary 10101010 10001 1111100
Octal 252 21 174

Shades and tints

Shades of #AA117C

#AA117C
(170,17,124)
#9B1071
(155,16,113)
#8C0F66
(140,15,102)
#7D0E5B
(125,14,91)
#6E0D50
(110,13,80)
#5F0C45
(95,12,69)
#500B3A
(80,11,58)
#410A2F
(65,10,47)
#320924
(50,9,36)
#230819
(35,8,25)
#14070E
(20,7,14)
#000000
(0,0,0)

Tints of #AA117C

#AA117C
(170,17,124)
#B12687
(177,38,135)
#B83B92
(184,59,146)
#BF509D
(191,80,157)
#C665A8
(198,101,168)
#CD7AB3
(205,122,179)
#D48FBE
(212,143,190)
#DBA4C9
(219,164,201)
#E2B9D4
(226,185,212)
#E9CEDF
(233,206,223)
#F0E3EA
(240,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA117C color. Also use rgb(170,17,124) instead hex code.

Text Font Color

.myTextColor { color: #AA117C; }

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

This text font color is #AA117C.

Background Color

.myBgColor { background-color: #AA117C; }

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

This div background color is #AA117C.

Border color

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

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

This div border color is #AA117C.

Opacity

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

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

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

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

This text has shadow with #AA117C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA117C.

Preview

Color preview on black background

This text has color #AA117C on black background.


Color preview on white background

This text has color #AA117C on white background.


Black color preview on #AA117C background

This text has black color on #AA117C background.


White color preview on #AA117C background

This text has white color on #AA117C background.


Related colors

Complementary color

Complementary color for #hex is #55EE83.


I love getcolorcode.com

Triadic colors

1 #7CAA11 and #117CAA with #AA117C are triadic colors.

2 #7C11AA and #11AA7C with #AA117C are triadic colors.