COLOR #A88FA2

HEX: #A88FA2
RGB: (168,143,162)

Color info

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

RGB color model

#A88FA2 color RGB value is (168,143,162).

  • red value is 168;
  • green value is 143;
  • blue value is 162.
RGB:
(168,143,162)
(66%,56%,64%)

RGB channels and saturation

R 168 of 255 = 66%
G 143 of 255 = 56%
B 162 of 255 = 64%

168
143
162

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

Portions of RGB colors in percentages

R + G + B =
168 + 143 + 162 = 473 (100%)
R 168 of 473 ~ 35.52%
G 143 of 473 ~ 30.23%
B 162 of 473 ~ 34.25%

%35.52
%30.23
%34.25

CMYK color model

#A88FA2 color CMYK value is (0,15,4,34).

  • cyan value is 0.00%
  • magenta value is 14.88%
  • yellow value is 3.57%
  • key color value is 34.12%
CMYK:
(0,15,4,34)
C0M15Y4K34 
(0%,15%,4%,34%)
(0.00/0.15/0.04/0.34)	

CMYK percentages

%0
%14.88
%3.57
%34.12

Codes

Color #A88FA2 in popluar color models

A88FA2
RGB168143162
HSL314°12.56%60.98%
HSB/HSV314°14.88%65.88%
CMYK0.00%14.88%3.57%
34.12%

Color #A88FA2 in popluar number systems.

HEXA88FA2
Decimal168143162
Binary101010001000111110100010
Octal250217242

Shades and tints

Shades of #A88FA2

#A88FA2
(168,143,162)
#998294
(153,130,148)
#8A7586
(138,117,134)
#7B6878
(123,104,120)
#6C5B6A
(108,91,106)
#5D4E5C
(93,78,92)
#4E414E
(78,65,78)
#3F3440
(63,52,64)
#302732
(48,39,50)
#211A24
(33,26,36)
#120D16
(18,13,22)
#000000
(0,0,0)

Tints of #A88FA2

#A88FA2
(168,143,162)
#AF99AA
(175,153,170)
#B6A3B2
(182,163,178)
#BDADBA
(189,173,186)
#C4B7C2
(196,183,194)
#CBC1CA
(203,193,202)
#D2CBD2
(210,203,210)
#D9D5DA
(217,213,218)
#E0DFE2
(224,223,226)
#E7E9EA
(231,233,234)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88FA2; }

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

This text font color is #A88FA2.


Background Color

.myBgColor { background-color: #A88FA2; }

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

This div background color is #A88FA2.


Border color

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

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

This div border color is #A88FA2.


Opacity

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

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

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

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

This text has shadow with #A88FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88FA2 on black background.


Color preview on white background

This text has color #A88FA2 on white background.



Black color preview on #A88FA2 background

This text has black color on #A88FA2 background.


White color preview on #A88FA2 background

This text has white color on #A88FA2 background.