COLOR #A88DD9

HEX: #A88DD9 RGB: (168,141,217)

Color info

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

RGB color model

#A88DD9 color RGB value is (168,141,217).

RGB: (168,141,217) (66%, 55%, 85%)

RGB channels and saturation

R 168 of 255 = 66%
G 141 of 255 = 55%
B 217 of 255 = 85%

168
141
217

R + G + B ~ 69%. #A88DD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 141 + 217 = 526 (100%)
R 168 of 526 ~ 31.94%
G 141 of 526 ~ 26.81%
B 217 of 526 ~ 41.25'%

%31.94
%26.81
%41.25

CMYK color model

#A88DD9 color CMYK value is (23,35,0,15).

  • cyan value is 22.58%
  • magenta value is 35.02%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (23,35,0,15)
C23M35Y0K15 (23%, 35%, 0%, 15%)
(0.23 / 0.35 / 0.00 / 0.15)

CMYK percentages

%22.58
%35.02
%0
%14.9

Codes

Color #A88DD9 in popluar color models

A8 8D D9
RGB 168 141 217
HSL 261° 50.00% 70.20%
HSB/HSV 261° 35.02% 85.10%
CMYK 22.58% 35.02% 0.00%
14.90%

Color #A88DD9 in popluar number systems.

HEX A8 8D D9
Decimal 168 141 217
Binary 10101000 10001101 11011001
Octal 250 215 331

Shades and tints

Shades of #A88DD9

#A88DD9
(168,141,217)
#9981C6
(153,129,198)
#8A75B3
(138,117,179)
#7B69A0
(123,105,160)
#6C5D8D
(108,93,141)
#5D517A
(93,81,122)
#4E4567
(78,69,103)
#3F3954
(63,57,84)
#302D41
(48,45,65)
#21212E
(33,33,46)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #A88DD9

#A88DD9
(168,141,217)
#AF97DC
(175,151,220)
#B6A1DF
(182,161,223)
#BDABE2
(189,171,226)
#C4B5E5
(196,181,229)
#CBBFE8
(203,191,232)
#D2C9EB
(210,201,235)
#D9D3EE
(217,211,238)
#E0DDF1
(224,221,241)
#E7E7F4
(231,231,244)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88DD9 color. Also use rgb(168,141,217) instead hex code.

Text Font Color

.myTextColor { color: #A88DD9; }

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

This text font color is #A88DD9.

Background Color

.myBgColor { background-color: #A88DD9; }

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

This div background color is #A88DD9.

Border color

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

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

This div border color is #A88DD9.

Opacity

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

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

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

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

This text has shadow with #A88DD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88DD9.

Preview

Color preview on black background

This text has color #A88DD9 on black background.


Color preview on white background

This text has color #A88DD9 on white background.


Black color preview on #A88DD9 background

This text has black color on #A88DD9 background.


White color preview on #A88DD9 background

This text has white color on #A88DD9 background.


Related colors

Complementary color

Complementary color for #hex is #577226.


I love getcolorcode.com

Triadic colors

1 #D9A88D and #8DD9A8 with #A88DD9 are triadic colors.

2 #D98DA8 and #8DA8D9 with #A88DD9 are triadic colors.