COLOR #AA6597

HEX: #AA6597
RGB: (170,101,151)

Color info

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

RGB color model

#AA6597 color RGB value is (170,101,151).

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

RGB channels and saturation

R 170 of 255 = 67%
G 101 of 255 = 40%
B 151 of 255 = 59%

170
101
151

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

Portions of RGB colors in percentages

R + G + B =
170 + 101 + 151 = 422 (100%)
R 170 of 422 ~ 40.28%
G 101 of 422 ~ 23.93%
B 151 of 422 ~ 35.78%

%40.28
%23.93
%35.78

CMYK color model

#AA6597 color CMYK value is (0,41,11,33).

  • cyan value is 0.00%
  • magenta value is 40.59%
  • yellow value is 11.18%
  • key color value is 33.33%
CMYK:
(0,41,11,33)
C0M41Y11K33 
(0%,41%,11%,33%)
(0.00/0.41/0.11/0.33)	

CMYK percentages

%0
%40.59
%11.18
%33.33

Codes

Color #AA6597 in popluar color models

AA6597
RGB170101151
HSL317°28.87%53.14%
HSB/HSV317°40.59%66.67%
CMYK0.00%40.59%11.18%
33.33%

Color #AA6597 in popluar number systems.

HEXAA6597
Decimal170101151
Binary10101010110010110010111
Octal252145227

Shades and tints

Shades of #AA6597

#AA6597
(170,101,151)
#9B5C8A
(155,92,138)
#8C537D
(140,83,125)
#7D4A70
(125,74,112)
#6E4163
(110,65,99)
#5F3856
(95,56,86)
#502F49
(80,47,73)
#41263C
(65,38,60)
#321D2F
(50,29,47)
#231422
(35,20,34)
#140B15
(20,11,21)
#000000
(0,0,0)

Tints of #AA6597

#AA6597
(170,101,151)
#B173A0
(177,115,160)
#B881A9
(184,129,169)
#BF8FB2
(191,143,178)
#C69DBB
(198,157,187)
#CDABC4
(205,171,196)
#D4B9CD
(212,185,205)
#DBC7D6
(219,199,214)
#E2D5DF
(226,213,223)
#E9E3E8
(233,227,232)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6597; }

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

This text font color is #AA6597.


Background Color

.myBgColor { background-color: #AA6597; }

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

This div background color is #AA6597.


Border color

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

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

This div border color is #AA6597.


Opacity

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

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

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

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

This text has shadow with #AA6597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6597 on black background.


Color preview on white background

This text has color #AA6597 on white background.



Black color preview on #AA6597 background

This text has black color on #AA6597 background.


White color preview on #AA6597 background

This text has white color on #AA6597 background.