COLOR #A88DE0

HEX: #A88DE0
RGB: (168,141,224)

Color info

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

RGB color model

#A88DE0 color RGB value is (168,141,224).

  • red value is 168;
  • green value is 141;
  • blue value is 224.
RGB:
(168,141,224)
(66%,55%,88%)

RGB channels and saturation

R 168 of 255 = 66%
G 141 of 255 = 55%
B 224 of 255 = 88%

168
141
224

R + G + B ~ 70%. #A88DE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 141 + 224 = 533 (100%)
R 168 of 533 ~ 31.52%
G 141 of 533 ~ 26.45%
B 224 of 533 ~ 42.03%

%31.52
%26.45
%42.03

CMYK color model

#A88DE0 color CMYK value is (25,37,0,12).

  • cyan value is 25.00%
  • magenta value is 37.05%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(25,37,0,12)
C25M37Y0K12 
(25%,37%,0%,12%)
(0.25/0.37/0.00/0.12)	

CMYK percentages

%25
%37.05
%0
%12.16

Codes

Color #A88DE0 in popluar color models

A88DE0
RGB168141224
HSL260°57.24%71.57%
HSB/HSV260°37.05%87.84%
CMYK25.00%37.05%0.00%
12.16%

Color #A88DE0 in popluar number systems.

HEXA88DE0
Decimal168141224
Binary101010001000110111100000
Octal250215340

Shades and tints

Shades of #A88DE0

#A88DE0
(168,141,224)
#9981CC
(153,129,204)
#8A75B8
(138,117,184)
#7B69A4
(123,105,164)
#6C5D90
(108,93,144)
#5D517C
(93,81,124)
#4E4568
(78,69,104)
#3F3954
(63,57,84)
#302D40
(48,45,64)
#21212C
(33,33,44)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #A88DE0

#A88DE0
(168,141,224)
#AF97E2
(175,151,226)
#B6A1E4
(182,161,228)
#BDABE6
(189,171,230)
#C4B5E8
(196,181,232)
#CBBFEA
(203,191,234)
#D2C9EC
(210,201,236)
#D9D3EE
(217,211,238)
#E0DDF0
(224,221,240)
#E7E7F2
(231,231,242)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88DE0; }

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

This text font color is #A88DE0.


Background Color

.myBgColor { background-color: #A88DE0; }

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

This div background color is #A88DE0.


Border color

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

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

This div border color is #A88DE0.


Opacity

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

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

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

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

This text has shadow with #A88DE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88DE0 on black background.


Color preview on white background

This text has color #A88DE0 on white background.



Black color preview on #A88DE0 background

This text has black color on #A88DE0 background.


White color preview on #A88DE0 background

This text has white color on #A88DE0 background.