COLOR #AA3F7D

HEX: #AA3F7D
RGB: (170,63,125)

Color info

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

RGB color model

#AA3F7D color RGB value is (170,63,125).

  • red value is 170;
  • green value is 63;
  • blue value is 125.
RGB:
(170,63,125)
(67%,25%,49%)

RGB channels and saturation

R 170 of 255 = 67%
G 63 of 255 = 25%
B 125 of 255 = 49%

170
63
125

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

Portions of RGB colors in percentages

R + G + B =
170 + 63 + 125 = 358 (100%)
R 170 of 358 ~ 47.49%
G 63 of 358 ~ 17.6%
B 125 of 358 ~ 34.92%

%47.49
%17.6
%34.92

CMYK color model

#AA3F7D color CMYK value is (0,63,26,33).

  • cyan value is 0.00%
  • magenta value is 62.94%
  • yellow value is 26.47%
  • key color value is 33.33%
CMYK:
(0,63,26,33)
C0M63Y26K33 
(0%,63%,26%,33%)
(0.00/0.63/0.26/0.33)	

CMYK percentages

%0
%62.94
%26.47
%33.33

Codes

Color #AA3F7D in popluar color models

AA3F7D
RGB17063125
HSL325°45.92%45.69%
HSB/HSV325°62.94%66.67%
CMYK0.00%62.94%26.47%
33.33%

Color #AA3F7D in popluar number systems.

HEXAA3F7D
Decimal17063125
Binary101010101111111111101
Octal25277175

Shades and tints

Shades of #AA3F7D

#AA3F7D
(170,63,125)
#9B3A72
(155,58,114)
#8C3567
(140,53,103)
#7D305C
(125,48,92)
#6E2B51
(110,43,81)
#5F2646
(95,38,70)
#50213B
(80,33,59)
#411C30
(65,28,48)
#321725
(50,23,37)
#23121A
(35,18,26)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #AA3F7D

#AA3F7D
(170,63,125)
#B15088
(177,80,136)
#B86193
(184,97,147)
#BF729E
(191,114,158)
#C683A9
(198,131,169)
#CD94B4
(205,148,180)
#D4A5BF
(212,165,191)
#DBB6CA
(219,182,202)
#E2C7D5
(226,199,213)
#E9D8E0
(233,216,224)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA3F7D; }

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

This text font color is #AA3F7D.


Background Color

.myBgColor { background-color: #AA3F7D; }

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

This div background color is #AA3F7D.


Border color

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

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

This div border color is #AA3F7D.


Opacity

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

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

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

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

This text has shadow with #AA3F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA3F7D on black background.


Color preview on white background

This text has color #AA3F7D on white background.



Black color preview on #AA3F7D background

This text has black color on #AA3F7D background.


White color preview on #AA3F7D background

This text has white color on #AA3F7D background.