COLOR #A88ACE

HEX: #A88ACE
RGB: (168,138,206)

Color info

#A88ACE contains mainly red and blue colors. Web safe color of #A88ACE is #9999CC (or #99C).

RGB color model

#A88ACE color RGB value is (168,138,206).

  • red value is 168;
  • green value is 138;
  • blue value is 206.
RGB:
(168,138,206)
(66%,54%,81%)

RGB channels and saturation

R 168 of 255 = 66%
G 138 of 255 = 54%
B 206 of 255 = 81%

168
138
206

R + G + B ~ 67%. #A88ACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 138 + 206 = 512 (100%)
R 168 of 512 ~ 32.81%
G 138 of 512 ~ 26.95%
B 206 of 512 ~ 40.23%

%32.81
%26.95
%40.23

CMYK color model

#A88ACE color CMYK value is (18,33,0,19).

  • cyan value is 18.45%
  • magenta value is 33.01%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(18,33,0,19)
C18M33Y0K19 
(18%,33%,0%,19%)
(0.18/0.33/0.00/0.19)	

CMYK percentages

%18.45
%33.01
%0
%19.22

Codes

Color #A88ACE in popluar color models

A88ACE
RGB168138206
HSL266°40.96%67.45%
HSB/HSV266°33.01%80.78%
CMYK18.45%33.01%0.00%
19.22%

Color #A88ACE in popluar number systems.

HEXA88ACE
Decimal168138206
Binary101010001000101011001110
Octal250212316

Shades and tints

Shades of #A88ACE

#A88ACE
(168,138,206)
#997EBC
(153,126,188)
#8A72AA
(138,114,170)
#7B6698
(123,102,152)
#6C5A86
(108,90,134)
#5D4E74
(93,78,116)
#4E4262
(78,66,98)
#3F3650
(63,54,80)
#302A3E
(48,42,62)
#211E2C
(33,30,44)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #A88ACE

#A88ACE
(168,138,206)
#AF94D2
(175,148,210)
#B69ED6
(182,158,214)
#BDA8DA
(189,168,218)
#C4B2DE
(196,178,222)
#CBBCE2
(203,188,226)
#D2C6E6
(210,198,230)
#D9D0EA
(217,208,234)
#E0DAEE
(224,218,238)
#E7E4F2
(231,228,242)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88ACE color. Also use rgb(168,138,206) instead hex code.

Text Font Color

.myTextColor { color: #A88ACE; }

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

This text font color is #A88ACE.


Background Color

.myBgColor { background-color: #A88ACE; }

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

This div background color is #A88ACE.


Border color

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

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

This div border color is #A88ACE.


Opacity

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

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

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

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

This text has shadow with #A88ACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88ACE on black background.


Color preview on white background

This text has color #A88ACE on white background.



Black color preview on #A88ACE background

This text has black color on #A88ACE background.


White color preview on #A88ACE background

This text has white color on #A88ACE background.