COLOR #A88CA9

HEX: #A88CA9 RGB: (168,140,169)

Color info

#A88CA9 contains red, green and blue colors in about the same proportion. Web safe color of #A88CA9 is #999999 (or #999).

RGB color model

#A88CA9 color RGB value is (168,140,169).

RGB: (168,140,169) (66%, 55%, 66%)

RGB channels and saturation

R 168 of 255 = 66%
G 140 of 255 = 55%
B 169 of 255 = 66%

168
140
169

R + G + B ~ 62%. #A88CA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 140 + 169 = 477 (100%)
R 168 of 477 ~ 35.22%
G 140 of 477 ~ 29.35%
B 169 of 477 ~ 35.43'%

%35.22
%29.35
%35.43

CMYK color model

#A88CA9 color CMYK value is (1,17,0,34).

  • cyan value is 0.59%
  • magenta value is 17.16%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK: (1,17,0,34) C1M17Y0K34 (1%,17%,0%,34%) (0.01/0.17/0.00/0.34) 

CMYK percentages

%0.59
%17.16
%0
%33.73

Codes

Color #A88CA9 in popluar color models

A8 8C A9
RGB 168 140 169
HSL 298° 14.43% 60.59%
HSB/HSV 298° 17.16% 66.27%
CMYK 0.59% 17.16% 0.00%
33.73%

Color #A88CA9 in popluar number systems.

HEX A8 8C A9
Decimal 168 140 169
Binary 10101000 10001100 10101001
Octal 250 214 251

Shades and tints

Shades of #A88CA9

#A88CA9
(168,140,169)
#99809A
(153,128,154)
#8A748B
(138,116,139)
#7B687C
(123,104,124)
#6C5C6D
(108,92,109)
#5D505E
(93,80,94)
#4E444F
(78,68,79)
#3F3840
(63,56,64)
#302C31
(48,44,49)
#212022
(33,32,34)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #A88CA9

#A88CA9
(168,140,169)
#AF96B0
(175,150,176)
#B6A0B7
(182,160,183)
#BDAABE
(189,170,190)
#C4B4C5
(196,180,197)
#CBBECC
(203,190,204)
#D2C8D3
(210,200,211)
#D9D2DA
(217,210,218)
#E0DCE1
(224,220,225)
#E7E6E8
(231,230,232)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88CA9 color. Also use rgb(168,140,169) instead hex code.

Text Font Color

.myTextColor { color: #A88CA9; }

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

This text font color is #A88CA9.

Background Color

.myBgColor { background-color: #A88CA9; }

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

This div background color is #A88CA9.

Border color

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

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

This div border color is #A88CA9.

Opacity

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

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

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

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

This text has shadow with #A88CA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88CA9.

Preview

Color preview on black background

This text has color #A88CA9 on black background.


Color preview on white background

This text has color #A88CA9 on white background.


Black color preview on #A88CA9 background

This text has black color on #A88CA9 background.


White color preview on #A88CA9 background

This text has white color on #A88CA9 background.


Related colors

Complementary color

Complementary color for #hex is #577356.


I love getcolorcode.com

Triadic colors

1 #A9A88C and #8CA9A8 with #A88CA9 are triadic colors.

2 #A98CA8 and #8CA8A9 with #A88CA9 are triadic colors.