COLOR #A88EE0

HEX: #A88EE0 RGB: (168,142,224)

Color info

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

RGB color model

#A88EE0 color RGB value is (168,142,224).

RGB: (168,142,224) (66%, 56%, 88%)

RGB channels and saturation

R 168 of 255 = 66%
G 142 of 255 = 56%
B 224 of 255 = 88%

168
142
224

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

Portions of RGB colors in percentages

R + G + B = 168 + 142 + 224 = 534 (100%)
R 168 of 534 ~ 31.46%
G 142 of 534 ~ 26.59%
B 224 of 534 ~ 41.95'%

%31.46
%26.59
%41.95

CMYK color model

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

  • cyan value is 25.00%
  • magenta value is 36.61%
  • 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
%36.61
%0
%12.16

Codes

Color #A88EE0 in popluar color models

A8 8E E0
RGB 168 142 224
HSL 259° 56.94% 71.76%
HSB/HSV 259° 36.61% 87.84%
CMYK 25.00% 36.61% 0.00%
12.16%

Color #A88EE0 in popluar number systems.

HEX A8 8E E0
Decimal 168 142 224
Binary 10101000 10001110 11100000
Octal 250 216 340

Shades and tints

Shades of #A88EE0

#A88EE0
(168,142,224)
#9982CC
(153,130,204)
#8A76B8
(138,118,184)
#7B6AA4
(123,106,164)
#6C5E90
(108,94,144)
#5D527C
(93,82,124)
#4E4668
(78,70,104)
#3F3A54
(63,58,84)
#302E40
(48,46,64)
#21222C
(33,34,44)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #A88EE0

#A88EE0
(168,142,224)
#AF98E2
(175,152,226)
#B6A2E4
(182,162,228)
#BDACE6
(189,172,230)
#C4B6E8
(196,182,232)
#CBC0EA
(203,192,234)
#D2CAEC
(210,202,236)
#D9D4EE
(217,212,238)
#E0DEF0
(224,222,240)
#E7E8F2
(231,232,242)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88EE0; }

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

This text font color is #A88EE0.

Background Color

.myBgColor { background-color: #A88EE0; }

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

This div background color is #A88EE0.

Border color

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

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

This div border color is #A88EE0.

Opacity

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

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

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

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

This text has shadow with #A88EE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88EE0.

Preview

Color preview on black background

This text has color #A88EE0 on black background.


Color preview on white background

This text has color #A88EE0 on white background.


Black color preview on #A88EE0 background

This text has black color on #A88EE0 background.


White color preview on #A88EE0 background

This text has white color on #A88EE0 background.


Related colors

Complementary color

Complementary color for #hex is #57711F.


I love getcolorcode.com

Triadic colors

1 #E0A88E and #8EE0A8 with #A88EE0 are triadic colors.

2 #E08EA8 and #8EA8E0 with #A88EE0 are triadic colors.