COLOR #AA97CC

HEX: #AA97CC
RGB: (170,151,204)

Color info

#AA97CC contains red, green and blue colors in about the same proportion. Web safe color of #AA97CC is #9999CC (or #99C).

RGB color model

#AA97CC color RGB value is (170,151,204).

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

RGB channels and saturation

R 170 of 255 = 67%
G 151 of 255 = 59%
B 204 of 255 = 80%

170
151
204

R + G + B ~ 69%. #AA97CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 151 + 204 = 525 (100%)
R 170 of 525 ~ 32.38%
G 151 of 525 ~ 28.76%
B 204 of 525 ~ 38.86%

%32.38
%28.76
%38.86

CMYK color model

#AA97CC color CMYK value is (17,26,0,20).

  • cyan value is 16.67%
  • magenta value is 25.98%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(17,26,0,20)
C17M26Y0K20 
(17%,26%,0%,20%)
(0.17/0.26/0.00/0.20)	

CMYK percentages

%16.67
%25.98
%0
%20

Codes

Color #AA97CC in popluar color models

AA97CC
RGB170151204
HSL262°34.19%69.61%
HSB/HSV262°25.98%80.00%
CMYK16.67%25.98%0.00%
20.00%

Color #AA97CC in popluar number systems.

HEXAA97CC
Decimal170151204
Binary101010101001011111001100
Octal252227314

Shades and tints

Shades of #AA97CC

#AA97CC
(170,151,204)
#9B8ABA
(155,138,186)
#8C7DA8
(140,125,168)
#7D7096
(125,112,150)
#6E6384
(110,99,132)
#5F5672
(95,86,114)
#504960
(80,73,96)
#413C4E
(65,60,78)
#322F3C
(50,47,60)
#23222A
(35,34,42)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #AA97CC

#AA97CC
(170,151,204)
#B1A0D0
(177,160,208)
#B8A9D4
(184,169,212)
#BFB2D8
(191,178,216)
#C6BBDC
(198,187,220)
#CDC4E0
(205,196,224)
#D4CDE4
(212,205,228)
#DBD6E8
(219,214,232)
#E2DFEC
(226,223,236)
#E9E8F0
(233,232,240)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA97CC; }

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

This text font color is #AA97CC.


Background Color

.myBgColor { background-color: #AA97CC; }

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

This div background color is #AA97CC.


Border color

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

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

This div border color is #AA97CC.


Opacity

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

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

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

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

This text has shadow with #AA97CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA97CC on black background.


Color preview on white background

This text has color #AA97CC on white background.



Black color preview on #AA97CC background

This text has black color on #AA97CC background.


White color preview on #AA97CC background

This text has white color on #AA97CC background.