COLOR #A88EE7

HEX: #A88EE7 RGB: (168,142,231)

Color info

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

RGB color model

#A88EE7 color RGB value is (168,142,231).

RGB: (168,142,231) (66%, 56%, 91%)

RGB channels and saturation

R 168 of 255 = 66%
G 142 of 255 = 56%
B 231 of 255 = 91%

168
142
231

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

Portions of RGB colors in percentages

R + G + B = 168 + 142 + 231 = 541 (100%)
R 168 of 541 ~ 31.05%
G 142 of 541 ~ 26.25%
B 231 of 541 ~ 42.7'%

%31.05
%26.25
%42.7

CMYK color model

#A88EE7 color CMYK value is (27,39,0,9).

  • cyan value is 27.27%
  • magenta value is 38.53%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (27,39,0,9)
C27M39Y0K9 (27%, 39%, 0%, 9%)
(0.27 / 0.39 / 0.00 / 0.09)

CMYK percentages

%27.27
%38.53
%0
%9.41

Codes

Color #A88EE7 in popluar color models

A8 8E E7
RGB 168 142 231
HSL 258° 64.96% 73.14%
HSB/HSV 258° 38.53% 90.59%
CMYK 27.27% 38.53% 0.00%
9.41%

Color #A88EE7 in popluar number systems.

HEX A8 8E E7
Decimal 168 142 231
Binary 10101000 10001110 11100111
Octal 250 216 347

Shades and tints

Shades of #A88EE7

#A88EE7
(168,142,231)
#9982D2
(153,130,210)
#8A76BD
(138,118,189)
#7B6AA8
(123,106,168)
#6C5E93
(108,94,147)
#5D527E
(93,82,126)
#4E4669
(78,70,105)
#3F3A54
(63,58,84)
#302E3F
(48,46,63)
#21222A
(33,34,42)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #A88EE7

#A88EE7
(168,142,231)
#AF98E9
(175,152,233)
#B6A2EB
(182,162,235)
#BDACED
(189,172,237)
#C4B6EF
(196,182,239)
#CBC0F1
(203,192,241)
#D2CAF3
(210,202,243)
#D9D4F5
(217,212,245)
#E0DEF7
(224,222,247)
#E7E8F9
(231,232,249)
#EEF2FB
(238,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88EE7; }

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

This text font color is #A88EE7.

Background Color

.myBgColor { background-color: #A88EE7; }

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

This div background color is #A88EE7.

Border color

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

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

This div border color is #A88EE7.

Opacity

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

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

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

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

This text has shadow with #A88EE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88EE7.

Preview

Color preview on black background

This text has color #A88EE7 on black background.


Color preview on white background

This text has color #A88EE7 on white background.


Black color preview on #A88EE7 background

This text has black color on #A88EE7 background.


White color preview on #A88EE7 background

This text has white color on #A88EE7 background.


Related colors

Complementary color

Complementary color for #hex is #577118.


I love getcolorcode.com

Triadic colors

1 #E7A88E and #8EE7A8 with #A88EE7 are triadic colors.

2 #E78EA8 and #8EA8E7 with #A88EE7 are triadic colors.