COLOR #AA99CC

HEX: #AA99CC RGB: (170,153,204)

Color info

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

RGB color model

#AA99CC color RGB value is (170,153,204).

RGB: (170,153,204) (67%, 60%, 80%)

RGB channels and saturation

R 170 of 255 = 67%
G 153 of 255 = 60%
B 204 of 255 = 80%

170
153
204

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

Portions of RGB colors in percentages

R + G + B = 170 + 153 + 204 = 527 (100%)
R 170 of 527 ~ 32.26%
G 153 of 527 ~ 29.03%
B 204 of 527 ~ 38.71'%

%32.26
%29.03
%38.71

CMYK color model

#AA99CC color CMYK value is (17,25,0,20).

  • cyan value is 16.67%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (17,25,0,20)
C17M25Y0K20 (17%, 25%, 0%, 20%)
(0.17 / 0.25 / 0.00 / 0.20)

CMYK percentages

%16.67
%25
%0
%20

Codes

Color #AA99CC in popluar color models

AA 99 CC
RGB 170 153 204
HSL 260° 33.33% 70.00%
HSB/HSV 260° 25.00% 80.00%
CMYK 16.67% 25.00% 0.00%
20.00%

Color #AA99CC in popluar number systems.

HEX AA 99 CC
Decimal 170 153 204
Binary 10101010 10011001 11001100
Octal 252 231 314

Shades and tints

Shades of #AA99CC

#AA99CC
(170,153,204)
#9B8CBA
(155,140,186)
#8C7FA8
(140,127,168)
#7D7296
(125,114,150)
#6E6584
(110,101,132)
#5F5872
(95,88,114)
#504B60
(80,75,96)
#413E4E
(65,62,78)
#32313C
(50,49,60)
#23242A
(35,36,42)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #AA99CC

#AA99CC
(170,153,204)
#B1A2D0
(177,162,208)
#B8ABD4
(184,171,212)
#BFB4D8
(191,180,216)
#C6BDDC
(198,189,220)
#CDC6E0
(205,198,224)
#D4CFE4
(212,207,228)
#DBD8E8
(219,216,232)
#E2E1EC
(226,225,236)
#E9EAF0
(233,234,240)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA99CC; }

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

This text font color is #AA99CC.

Background Color

.myBgColor { background-color: #AA99CC; }

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

This div background color is #AA99CC.

Border color

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

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

This div border color is #AA99CC.

Opacity

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

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

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

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

This text has shadow with #AA99CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA99CC.

Preview

Color preview on black background

This text has color #AA99CC on black background.


Color preview on white background

This text has color #AA99CC on white background.


Black color preview on #AA99CC background

This text has black color on #AA99CC background.


White color preview on #AA99CC background

This text has white color on #AA99CC background.


Related colors

Complementary color

Complementary color for #hex is #556633.


I love getcolorcode.com

Triadic colors

1 #CCAA99 and #99CCAA with #AA99CC are triadic colors.

2 #CC99AA and #99AACC with #AA99CC are triadic colors.