COLOR #AA6588

HEX: #AA6588
RGB: (170,101,136)

Color info

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

RGB color model

#AA6588 color RGB value is (170,101,136).

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

RGB channels and saturation

R 170 of 255 = 67%
G 101 of 255 = 40%
B 136 of 255 = 53%

170
101
136

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

Portions of RGB colors in percentages

R + G + B =
170 + 101 + 136 = 407 (100%)
R 170 of 407 ~ 41.77%
G 101 of 407 ~ 24.82%
B 136 of 407 ~ 33.42%

%41.77
%24.82
%33.42

CMYK color model

#AA6588 color CMYK value is (0,41,20,33).

  • cyan value is 0.00%
  • magenta value is 40.59%
  • yellow value is 20.00%
  • key color value is 33.33%
CMYK:
(0,41,20,33)
C0M41Y20K33 
(0%,41%,20%,33%)
(0.00/0.41/0.20/0.33)	

CMYK percentages

%0
%40.59
%20
%33.33

Codes

Color #AA6588 in popluar color models

AA6588
RGB170101136
HSL330°28.87%53.14%
HSB/HSV330°40.59%66.67%
CMYK0.00%40.59%20.00%
33.33%

Color #AA6588 in popluar number systems.

HEXAA6588
Decimal170101136
Binary10101010110010110001000
Octal252145210

Shades and tints

Shades of #AA6588

#AA6588
(170,101,136)
#9B5C7C
(155,92,124)
#8C5370
(140,83,112)
#7D4A64
(125,74,100)
#6E4158
(110,65,88)
#5F384C
(95,56,76)
#502F40
(80,47,64)
#412634
(65,38,52)
#321D28
(50,29,40)
#23141C
(35,20,28)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #AA6588

#AA6588
(170,101,136)
#B17392
(177,115,146)
#B8819C
(184,129,156)
#BF8FA6
(191,143,166)
#C69DB0
(198,157,176)
#CDABBA
(205,171,186)
#D4B9C4
(212,185,196)
#DBC7CE
(219,199,206)
#E2D5D8
(226,213,216)
#E9E3E2
(233,227,226)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6588; }

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

This text font color is #AA6588.


Background Color

.myBgColor { background-color: #AA6588; }

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

This div background color is #AA6588.


Border color

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

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

This div border color is #AA6588.


Opacity

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

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

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

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

This text has shadow with #AA6588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6588 on black background.


Color preview on white background

This text has color #AA6588 on white background.



Black color preview on #AA6588 background

This text has black color on #AA6588 background.


White color preview on #AA6588 background

This text has white color on #AA6588 background.