COLOR #A88CEE

HEX: #A88CEE RGB: (168,140,238)

Color info

#A88CEE contains mainly blue color. Web safe color of #A88CEE is #9999FF (or #99F).

RGB color model

#A88CEE color RGB value is (168,140,238).

RGB: (168,140,238) (66%, 55%, 93%)

RGB channels and saturation

R 168 of 255 = 66%
G 140 of 255 = 55%
B 238 of 255 = 93%

168
140
238

R + G + B ~ 71%. #A88CEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 140 + 238 = 546 (100%)
R 168 of 546 ~ 30.77%
G 140 of 546 ~ 25.64%
B 238 of 546 ~ 43.59'%

%30.77
%25.64
%43.59

CMYK color model

#A88CEE color CMYK value is (29,41,0,7).

  • cyan value is 29.41%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (29,41,0,7)
C29M41Y0K7 (29%, 41%, 0%, 7%)
(0.29 / 0.41 / 0.00 / 0.07)

CMYK percentages

%29.41
%41.18
%0
%6.67

Codes

Color #A88CEE in popluar color models

A8 8C EE
RGB 168 140 238
HSL 257° 74.24% 74.12%
HSB/HSV 257° 41.18% 93.33%
CMYK 29.41% 41.18% 0.00%
6.67%

Color #A88CEE in popluar number systems.

HEX A8 8C EE
Decimal 168 140 238
Binary 10101000 10001100 11101110
Octal 250 214 356

Shades and tints

Shades of #A88CEE

#A88CEE
(168,140,238)
#9980D9
(153,128,217)
#8A74C4
(138,116,196)
#7B68AF
(123,104,175)
#6C5C9A
(108,92,154)
#5D5085
(93,80,133)
#4E4470
(78,68,112)
#3F385B
(63,56,91)
#302C46
(48,44,70)
#212031
(33,32,49)
#12141C
(18,20,28)
#000000
(0,0,0)

Tints of #A88CEE

#A88CEE
(168,140,238)
#AF96EF
(175,150,239)
#B6A0F0
(182,160,240)
#BDAAF1
(189,170,241)
#C4B4F2
(196,180,242)
#CBBEF3
(203,190,243)
#D2C8F4
(210,200,244)
#D9D2F5
(217,210,245)
#E0DCF6
(224,220,246)
#E7E6F7
(231,230,247)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88CEE; }

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

This text font color is #A88CEE.

Background Color

.myBgColor { background-color: #A88CEE; }

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

This div background color is #A88CEE.

Border color

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

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

This div border color is #A88CEE.

Opacity

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

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

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

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

This text has shadow with #A88CEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88CEE.

Preview

Color preview on black background

This text has color #A88CEE on black background.


Color preview on white background

This text has color #A88CEE on white background.


Black color preview on #A88CEE background

This text has black color on #A88CEE background.


White color preview on #A88CEE background

This text has white color on #A88CEE background.


Related colors

Complementary color

Complementary color for #hex is #577311.


I love getcolorcode.com

Triadic colors

1 #EEA88C and #8CEEA8 with #A88CEE are triadic colors.

2 #EE8CA8 and #8CA8EE with #A88CEE are triadic colors.