COLOR #A88EE5

HEX: #A88EE5
RGB: (168,142,229)

Color info

#A88EE5 contains mainly blue color. Web safe color of #A88EE5 is #9999CC (or #99C).

RGB color model

#A88EE5 color RGB value is (168,142,229).

  • red value is 168;
  • green value is 142;
  • blue value is 229.
RGB:
(168,142,229)
(66%,56%,90%)

RGB channels and saturation

R 168 of 255 = 66%
G 142 of 255 = 56%
B 229 of 255 = 90%

168
142
229

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

Portions of RGB colors in percentages

R + G + B =
168 + 142 + 229 = 539 (100%)
R 168 of 539 ~ 31.17%
G 142 of 539 ~ 26.35%
B 229 of 539 ~ 42.49%

%31.17
%26.35
%42.49

CMYK color model

#A88EE5 color CMYK value is (27,38,0,10).

  • cyan value is 26.64%
  • magenta value is 37.99%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(27,38,0,10)
C27M38Y0K10 
(27%,38%,0%,10%)
(0.27/0.38/0.00/0.10)	

CMYK percentages

%26.64
%37.99
%0
%10.2

Codes

Color #A88EE5 in popluar color models

A88EE5
RGB168142229
HSL258°62.59%72.75%
HSB/HSV258°37.99%89.80%
CMYK26.64%37.99%0.00%
10.20%

Color #A88EE5 in popluar number systems.

HEXA88EE5
Decimal168142229
Binary101010001000111011100101
Octal250216345

Shades and tints

Shades of #A88EE5

#A88EE5
(168,142,229)
#9982D1
(153,130,209)
#8A76BD
(138,118,189)
#7B6AA9
(123,106,169)
#6C5E95
(108,94,149)
#5D5281
(93,82,129)
#4E466D
(78,70,109)
#3F3A59
(63,58,89)
#302E45
(48,46,69)
#212231
(33,34,49)
#12161D
(18,22,29)
#000000
(0,0,0)

Tints of #A88EE5

#A88EE5
(168,142,229)
#AF98E7
(175,152,231)
#B6A2E9
(182,162,233)
#BDACEB
(189,172,235)
#C4B6ED
(196,182,237)
#CBC0EF
(203,192,239)
#D2CAF1
(210,202,241)
#D9D4F3
(217,212,243)
#E0DEF5
(224,222,245)
#E7E8F7
(231,232,247)
#EEF2F9
(238,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88EE5 color. Also use rgb(168,142,229) instead hex code.

Text Font Color

.myTextColor { color: #A88EE5; }

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

This text font color is #A88EE5.


Background Color

.myBgColor { background-color: #A88EE5; }

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

This div background color is #A88EE5.


Border color

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

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

This div border color is #A88EE5.


Opacity

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

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

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

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

This text has shadow with #A88EE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88EE5 on black background.


Color preview on white background

This text has color #A88EE5 on white background.



Black color preview on #A88EE5 background

This text has black color on #A88EE5 background.


White color preview on #A88EE5 background

This text has white color on #A88EE5 background.