COLOR #AA88C0

HEX: #AA88C0 RGB: (170,136,192)

Color info

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

RGB color model

#AA88C0 color RGB value is (170,136,192).

RGB: (170,136,192) (67%, 53%, 75%)

RGB channels and saturation

R 170 of 255 = 67%
G 136 of 255 = 53%
B 192 of 255 = 75%

170
136
192

R + G + B ~ 65%. #AA88C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 136 + 192 = 498 (100%)
R 170 of 498 ~ 34.14%
G 136 of 498 ~ 27.31%
B 192 of 498 ~ 38.55'%

%34.14
%27.31
%38.55

CMYK color model

#AA88C0 color CMYK value is (11,29,0,25).

  • cyan value is 11.46%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (11,29,0,25)
C11M29Y0K25 (11%, 29%, 0%, 25%)
(0.11 / 0.29 / 0.00 / 0.25)

CMYK percentages

%11.46
%29.17
%0
%24.71

Codes

Color #AA88C0 in popluar color models

AA 88 C0
RGB 170 136 192
HSL 276° 30.77% 64.31%
HSB/HSV 276° 29.17% 75.29%
CMYK 11.46% 29.17% 0.00%
24.71%

Color #AA88C0 in popluar number systems.

HEX AA 88 C0
Decimal 170 136 192
Binary 10101010 10001000 11000000
Octal 252 210 300

Shades and tints

Shades of #AA88C0

#AA88C0
(170,136,192)
#9B7CAF
(155,124,175)
#8C709E
(140,112,158)
#7D648D
(125,100,141)
#6E587C
(110,88,124)
#5F4C6B
(95,76,107)
#50405A
(80,64,90)
#413449
(65,52,73)
#322838
(50,40,56)
#231C27
(35,28,39)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #AA88C0

#AA88C0
(170,136,192)
#B192C5
(177,146,197)
#B89CCA
(184,156,202)
#BFA6CF
(191,166,207)
#C6B0D4
(198,176,212)
#CDBAD9
(205,186,217)
#D4C4DE
(212,196,222)
#DBCEE3
(219,206,227)
#E2D8E8
(226,216,232)
#E9E2ED
(233,226,237)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA88C0; }

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

This text font color is #AA88C0.

Background Color

.myBgColor { background-color: #AA88C0; }

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

This div background color is #AA88C0.

Border color

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

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

This div border color is #AA88C0.

Opacity

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

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

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

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

This text has shadow with #AA88C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA88C0.

Preview

Color preview on black background

This text has color #AA88C0 on black background.


Color preview on white background

This text has color #AA88C0 on white background.


Black color preview on #AA88C0 background

This text has black color on #AA88C0 background.


White color preview on #AA88C0 background

This text has white color on #AA88C0 background.


Related colors

Complementary color

Complementary color for #hex is #55773F.


I love getcolorcode.com

Triadic colors

1 #C0AA88 and #88C0AA with #AA88C0 are triadic colors.

2 #C088AA and #88AAC0 with #AA88C0 are triadic colors.