COLOR #AA467F

HEX: #AA467F RGB: (170,70,127)

Color info

#AA467F contains mainly red and blue colors. Web safe color of #AA467F is #993366 (or #936).

RGB color model

#AA467F color RGB value is (170,70,127).

RGB: (170,70,127) (67%, 27%, 50%)

RGB channels and saturation

R 170 of 255 = 67%
G 70 of 255 = 27%
B 127 of 255 = 50%

170
70
127

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

Portions of RGB colors in percentages

R + G + B = 170 + 70 + 127 = 367 (100%)
R 170 of 367 ~ 46.32%
G 70 of 367 ~ 19.07%
B 127 of 367 ~ 34.6'%

%46.32
%19.07
%34.6

CMYK color model

#AA467F color CMYK value is (0,59,25,33).

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

CMYK: (0,59,25,33)
C0M59Y25K33 (0%, 59%, 25%, 33%)
(0.00 / 0.59 / 0.25 / 0.33)

CMYK percentages

%0
%58.82
%25.29
%33.33

Codes

Color #AA467F in popluar color models

AA 46 7F
RGB 170 70 127
HSL 326° 41.67% 47.06%
HSB/HSV 326° 58.82% 66.67%
CMYK 0.00% 58.82% 25.29%
33.33%

Color #AA467F in popluar number systems.

HEX AA 46 7F
Decimal 170 70 127
Binary 10101010 1000110 1111111
Octal 252 106 177

Shades and tints

Shades of #AA467F

#AA467F
(170,70,127)
#9B4074
(155,64,116)
#8C3A69
(140,58,105)
#7D345E
(125,52,94)
#6E2E53
(110,46,83)
#5F2848
(95,40,72)
#50223D
(80,34,61)
#411C32
(65,28,50)
#321627
(50,22,39)
#23101C
(35,16,28)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #AA467F

#AA467F
(170,70,127)
#B1568A
(177,86,138)
#B86695
(184,102,149)
#BF76A0
(191,118,160)
#C686AB
(198,134,171)
#CD96B6
(205,150,182)
#D4A6C1
(212,166,193)
#DBB6CC
(219,182,204)
#E2C6D7
(226,198,215)
#E9D6E2
(233,214,226)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA467F; }

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

This text font color is #AA467F.

Background Color

.myBgColor { background-color: #AA467F; }

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

This div background color is #AA467F.

Border color

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

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

This div border color is #AA467F.

Opacity

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

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

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

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

This text has shadow with #AA467F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA467F.

Preview

Color preview on black background

This text has color #AA467F on black background.


Color preview on white background

This text has color #AA467F on white background.


Black color preview on #AA467F background

This text has black color on #AA467F background.


White color preview on #AA467F background

This text has white color on #AA467F background.


Related colors

Complementary color

Complementary color for #hex is #55B980.


I love getcolorcode.com

Triadic colors

1 #7FAA46 and #467FAA with #AA467F are triadic colors.

2 #7F46AA and #46AA7F with #AA467F are triadic colors.