COLOR #AA097F

HEX: #AA097F RGB: (170,9,127)

Color info

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

RGB color model

#AA097F color RGB value is (170,9,127).

RGB: (170,9,127) (67%, 4%, 50%)

RGB channels and saturation

R 170 of 255 = 67%
G 9 of 255 = 4%
B 127 of 255 = 50%

170
9
127

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

Portions of RGB colors in percentages

R + G + B = 170 + 9 + 127 = 306 (100%)
R 170 of 306 ~ 55.56%
G 9 of 306 ~ 2.94%
B 127 of 306 ~ 41.5'%

%55.56
%41.5

CMYK color model

#AA097F color CMYK value is (0,95,25,33).

  • cyan value is 0.00%
  • magenta value is 94.71%
  • yellow value is 25.29%
  • key color value is 33.33%

CMYK: (0,95,25,33)
C0M95Y25K33 (0%, 95%, 25%, 33%)
(0.00 / 0.95 / 0.25 / 0.33)

CMYK percentages

%0
%94.71
%25.29
%33.33

Codes

Color #AA097F in popluar color models

AA 09 7F
RGB 170 9 127
HSL 316° 89.94% 35.10%
HSB/HSV 316° 94.71% 66.67%
CMYK 0.00% 94.71% 25.29%
33.33%

Color #AA097F in popluar number systems.

HEX AA 09 7F
Decimal 170 9 127
Binary 10101010 1001 1111111
Octal 252 11 177

Shades and tints

Shades of #AA097F

#AA097F
(170,9,127)
#9B0974
(155,9,116)
#8C0969
(140,9,105)
#7D095E
(125,9,94)
#6E0953
(110,9,83)
#5F0948
(95,9,72)
#50093D
(80,9,61)
#410932
(65,9,50)
#320927
(50,9,39)
#23091C
(35,9,28)
#140911
(20,9,17)
#000000
(0,0,0)

Tints of #AA097F

#AA097F
(170,9,127)
#B11F8A
(177,31,138)
#B83595
(184,53,149)
#BF4BA0
(191,75,160)
#C661AB
(198,97,171)
#CD77B6
(205,119,182)
#D48DC1
(212,141,193)
#DBA3CC
(219,163,204)
#E2B9D7
(226,185,215)
#E9CFE2
(233,207,226)
#F0E5ED
(240,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA097F color. Also use rgb(170,9,127) instead hex code.

Text Font Color

.myTextColor { color: #AA097F; }

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

This text font color is #AA097F.

Background Color

.myBgColor { background-color: #AA097F; }

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

This div background color is #AA097F.

Border color

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

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

This div border color is #AA097F.

Opacity

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

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

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

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

This text has shadow with #AA097F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA097F.

Preview

Color preview on black background

This text has color #AA097F on black background.


Color preview on white background

This text has color #AA097F on white background.


Black color preview on #AA097F background

This text has black color on #AA097F background.


White color preview on #AA097F background

This text has white color on #AA097F background.


Related colors

Complementary color

Complementary color for #hex is #55F680.


I love getcolorcode.com

Triadic colors

1 #7FAA09 and #097FAA with #AA097F are triadic colors.

2 #7F09AA and #09AA7F with #AA097F are triadic colors.