COLOR #AA367D

HEX: #AA367D RGB: (170,54,125)

Color info

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

RGB color model

#AA367D color RGB value is (170,54,125).

RGB: (170,54,125) (67%, 21%, 49%)

RGB channels and saturation

R 170 of 255 = 67%
G 54 of 255 = 21%
B 125 of 255 = 49%

170
54
125

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

Portions of RGB colors in percentages

R + G + B = 170 + 54 + 125 = 349 (100%)
R 170 of 349 ~ 48.71%
G 54 of 349 ~ 15.47%
B 125 of 349 ~ 35.82'%

%48.71
%15.47
%35.82

CMYK color model

#AA367D color CMYK value is (0,68,26,33).

  • cyan value is 0.00%
  • magenta value is 68.24%
  • yellow value is 26.47%
  • key color value is 33.33%

CMYK: (0,68,26,33)
C0M68Y26K33 (0%, 68%, 26%, 33%)
(0.00 / 0.68 / 0.26 / 0.33)

CMYK percentages

%0
%68.24
%26.47
%33.33

Codes

Color #AA367D in popluar color models

AA 36 7D
RGB 170 54 125
HSL 323° 51.79% 43.92%
HSB/HSV 323° 68.24% 66.67%
CMYK 0.00% 68.24% 26.47%
33.33%

Color #AA367D in popluar number systems.

HEX AA 36 7D
Decimal 170 54 125
Binary 10101010 110110 1111101
Octal 252 66 175

Shades and tints

Shades of #AA367D

#AA367D
(170,54,125)
#9B3272
(155,50,114)
#8C2E67
(140,46,103)
#7D2A5C
(125,42,92)
#6E2651
(110,38,81)
#5F2246
(95,34,70)
#501E3B
(80,30,59)
#411A30
(65,26,48)
#321625
(50,22,37)
#23121A
(35,18,26)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #AA367D

#AA367D
(170,54,125)
#B14888
(177,72,136)
#B85A93
(184,90,147)
#BF6C9E
(191,108,158)
#C67EA9
(198,126,169)
#CD90B4
(205,144,180)
#D4A2BF
(212,162,191)
#DBB4CA
(219,180,202)
#E2C6D5
(226,198,213)
#E9D8E0
(233,216,224)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA367D color. Also use rgb(170,54,125) instead hex code.

Text Font Color

.myTextColor { color: #AA367D; }

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

This text font color is #AA367D.

Background Color

.myBgColor { background-color: #AA367D; }

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

This div background color is #AA367D.

Border color

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

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

This div border color is #AA367D.

Opacity

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

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

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

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

This text has shadow with #AA367D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA367D.

Preview

Color preview on black background

This text has color #AA367D on black background.


Color preview on white background

This text has color #AA367D on white background.


Black color preview on #AA367D background

This text has black color on #AA367D background.


White color preview on #AA367D background

This text has white color on #AA367D background.


Related colors

Complementary color

Complementary color for #hex is #55C982.


I love getcolorcode.com

Triadic colors

1 #7DAA36 and #367DAA with #AA367D are triadic colors.

2 #7D36AA and #36AA7D with #AA367D are triadic colors.