COLOR #A88FA5

HEX: #A88FA5 RGB: (168,143,165)

Color info

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

RGB color model

#A88FA5 color RGB value is (168,143,165).

RGB: (168,143,165) (66%, 56%, 65%)

RGB channels and saturation

R 168 of 255 = 66%
G 143 of 255 = 56%
B 165 of 255 = 65%

168
143
165

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

Portions of RGB colors in percentages

R + G + B = 168 + 143 + 165 = 476 (100%)
R 168 of 476 ~ 35.29%
G 143 of 476 ~ 30.04%
B 165 of 476 ~ 34.66'%

%35.29
%30.04
%34.66

CMYK color model

#A88FA5 color CMYK value is (0,15,2,34).

  • cyan value is 0.00%
  • magenta value is 14.88%
  • yellow value is 1.79%
  • key color value is 34.12%

CMYK: (0,15,2,34)
C0M15Y2K34 (0%, 15%, 2%, 34%)
(0.00 / 0.15 / 0.02 / 0.34)

CMYK percentages

%0
%14.88
%1.79
%34.12

Codes

Color #A88FA5 in popluar color models

A8 8F A5
RGB 168 143 165
HSL 307° 12.56% 60.98%
HSB/HSV 307° 14.88% 65.88%
CMYK 0.00% 14.88% 1.79%
34.12%

Color #A88FA5 in popluar number systems.

HEX A8 8F A5
Decimal 168 143 165
Binary 10101000 10001111 10100101
Octal 250 217 245

Shades and tints

Shades of #A88FA5

#A88FA5
(168,143,165)
#998296
(153,130,150)
#8A7587
(138,117,135)
#7B6878
(123,104,120)
#6C5B69
(108,91,105)
#5D4E5A
(93,78,90)
#4E414B
(78,65,75)
#3F343C
(63,52,60)
#30272D
(48,39,45)
#211A1E
(33,26,30)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #A88FA5

#A88FA5
(168,143,165)
#AF99AD
(175,153,173)
#B6A3B5
(182,163,181)
#BDADBD
(189,173,189)
#C4B7C5
(196,183,197)
#CBC1CD
(203,193,205)
#D2CBD5
(210,203,213)
#D9D5DD
(217,213,221)
#E0DFE5
(224,223,229)
#E7E9ED
(231,233,237)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88FA5 color. Also use rgb(168,143,165) instead hex code.

Text Font Color

.myTextColor { color: #A88FA5; }

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

This text font color is #A88FA5.

Background Color

.myBgColor { background-color: #A88FA5; }

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

This div background color is #A88FA5.

Border color

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

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

This div border color is #A88FA5.

Opacity

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

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

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

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

This text has shadow with #A88FA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88FA5.

Preview

Color preview on black background

This text has color #A88FA5 on black background.


Color preview on white background

This text has color #A88FA5 on white background.


Black color preview on #A88FA5 background

This text has black color on #A88FA5 background.


White color preview on #A88FA5 background

This text has white color on #A88FA5 background.


Related colors

Complementary color

Complementary color for #hex is #57705A.


I love getcolorcode.com

Triadic colors

1 #A5A88F and #8FA5A8 with #A88FA5 are triadic colors.

2 #A58FA8 and #8FA8A5 with #A88FA5 are triadic colors.