COLOR #AA4F88

HEX: #AA4F88
RGB: (170,79,136)

Color info

#AA4F88 contains mainly red and blue colors. Web safe color of #AA4F88 is #996699 (or #969).

RGB color model

#AA4F88 color RGB value is (170,79,136).

  • red value is 170;
  • green value is 79;
  • blue value is 136.
RGB:
(170,79,136)
(67%,31%,53%)

RGB channels and saturation

R 170 of 255 = 67%
G 79 of 255 = 31%
B 136 of 255 = 53%

170
79
136

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

Portions of RGB colors in percentages

R + G + B =
170 + 79 + 136 = 385 (100%)
R 170 of 385 ~ 44.16%
G 79 of 385 ~ 20.52%
B 136 of 385 ~ 35.32%

%44.16
%20.52
%35.32

CMYK color model

#AA4F88 color CMYK value is (0,54,20,33).

  • cyan value is 0.00%
  • magenta value is 53.53%
  • yellow value is 20.00%
  • key color value is 33.33%
CMYK:
(0,54,20,33)
C0M54Y20K33 
(0%,54%,20%,33%)
(0.00/0.54/0.20/0.33)	

CMYK percentages

%0
%53.53
%20
%33.33

Codes

Color #AA4F88 in popluar color models

AA4F88
RGB17079136
HSL322°36.55%48.82%
HSB/HSV322°53.53%66.67%
CMYK0.00%53.53%20.00%
33.33%

Color #AA4F88 in popluar number systems.

HEXAA4F88
Decimal17079136
Binary10101010100111110001000
Octal252117210

Shades and tints

Shades of #AA4F88

#AA4F88
(170,79,136)
#9B487C
(155,72,124)
#8C4170
(140,65,112)
#7D3A64
(125,58,100)
#6E3358
(110,51,88)
#5F2C4C
(95,44,76)
#502540
(80,37,64)
#411E34
(65,30,52)
#321728
(50,23,40)
#23101C
(35,16,28)
#140910
(20,9,16)
#000000
(0,0,0)

Tints of #AA4F88

#AA4F88
(170,79,136)
#B15F92
(177,95,146)
#B86F9C
(184,111,156)
#BF7FA6
(191,127,166)
#C68FB0
(198,143,176)
#CD9FBA
(205,159,186)
#D4AFC4
(212,175,196)
#DBBFCE
(219,191,206)
#E2CFD8
(226,207,216)
#E9DFE2
(233,223,226)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA4F88 color. Also use rgb(170,79,136) instead hex code.

Text Font Color

.myTextColor { color: #AA4F88; }

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

This text font color is #AA4F88.


Background Color

.myBgColor { background-color: #AA4F88; }

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

This div background color is #AA4F88.


Border color

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

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

This div border color is #AA4F88.


Opacity

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

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

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

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

This text has shadow with #AA4F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA4F88 on black background.


Color preview on white background

This text has color #AA4F88 on white background.



Black color preview on #AA4F88 background

This text has black color on #AA4F88 background.


White color preview on #AA4F88 background

This text has white color on #AA4F88 background.