COLOR #AA99CA

HEX: #AA99CA RGB: (170,153,202)

Color info

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

RGB color model

#AA99CA color RGB value is (170,153,202).

RGB: (170,153,202) (67%, 60%, 79%)

RGB channels and saturation

R 170 of 255 = 67%
G 153 of 255 = 60%
B 202 of 255 = 79%

170
153
202

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

Portions of RGB colors in percentages

R + G + B = 170 + 153 + 202 = 525 (100%)
R 170 of 525 ~ 32.38%
G 153 of 525 ~ 29.14%
B 202 of 525 ~ 38.48'%

%32.38
%29.14
%38.48

CMYK color model

#AA99CA color CMYK value is (16,24,0,21).

  • cyan value is 15.84%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (16,24,0,21)
C16M24Y0K21 (16%, 24%, 0%, 21%)
(0.16 / 0.24 / 0.00 / 0.21)

CMYK percentages

%15.84
%24.26
%0
%20.78

Codes

Color #AA99CA in popluar color models

AA 99 CA
RGB 170 153 202
HSL 261° 31.61% 69.61%
HSB/HSV 261° 24.26% 79.22%
CMYK 15.84% 24.26% 0.00%
20.78%

Color #AA99CA in popluar number systems.

HEX AA 99 CA
Decimal 170 153 202
Binary 10101010 10011001 11001010
Octal 252 231 312

Shades and tints

Shades of #AA99CA

#AA99CA
(170,153,202)
#9B8CB8
(155,140,184)
#8C7FA6
(140,127,166)
#7D7294
(125,114,148)
#6E6582
(110,101,130)
#5F5870
(95,88,112)
#504B5E
(80,75,94)
#413E4C
(65,62,76)
#32313A
(50,49,58)
#232428
(35,36,40)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #AA99CA

#AA99CA
(170,153,202)
#B1A2CE
(177,162,206)
#B8ABD2
(184,171,210)
#BFB4D6
(191,180,214)
#C6BDDA
(198,189,218)
#CDC6DE
(205,198,222)
#D4CFE2
(212,207,226)
#DBD8E6
(219,216,230)
#E2E1EA
(226,225,234)
#E9EAEE
(233,234,238)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA99CA; }

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

This text font color is #AA99CA.

Background Color

.myBgColor { background-color: #AA99CA; }

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

This div background color is #AA99CA.

Border color

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

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

This div border color is #AA99CA.

Opacity

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

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

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

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

This text has shadow with #AA99CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA99CA.

Preview

Color preview on black background

This text has color #AA99CA on black background.


Color preview on white background

This text has color #AA99CA on white background.


Black color preview on #AA99CA background

This text has black color on #AA99CA background.


White color preview on #AA99CA background

This text has white color on #AA99CA background.


Related colors

Complementary color

Complementary color for #hex is #556635.


I love getcolorcode.com

Triadic colors

1 #CAAA99 and #99CAAA with #AA99CA are triadic colors.

2 #CA99AA and #99AACA with #AA99CA are triadic colors.