COLOR #A88FE7

HEX: #A88FE7 RGB: (168,143,231)

Color info

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

RGB color model

#A88FE7 color RGB value is (168,143,231).

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

RGB channels and saturation

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

168
143
231

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

Portions of RGB colors in percentages

R + G + B = 168 + 143 + 231 = 542 (100%)
R 168 of 542 ~ 31%
G 143 of 542 ~ 26.38%
B 231 of 542 ~ 42.62'%

%31
%26.38
%42.62

CMYK color model

#A88FE7 color CMYK value is (27,38,0,9).

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

CMYK: (27,38,0,9)
C27M38Y0K9 (27%, 38%, 0%, 9%)
(0.27 / 0.38 / 0.00 / 0.09)

CMYK percentages

%27.27
%38.1
%0
%9.41

Codes

Color #A88FE7 in popluar color models

A8 8F E7
RGB 168 143 231
HSL 257° 64.71% 73.33%
HSB/HSV 257° 38.10% 90.59%
CMYK 27.27% 38.10% 0.00%
9.41%

Color #A88FE7 in popluar number systems.

HEX A8 8F E7
Decimal 168 143 231
Binary 10101000 10001111 11100111
Octal 250 217 347

Shades and tints

Shades of #A88FE7

#A88FE7
(168,143,231)
#9982D2
(153,130,210)
#8A75BD
(138,117,189)
#7B68A8
(123,104,168)
#6C5B93
(108,91,147)
#5D4E7E
(93,78,126)
#4E4169
(78,65,105)
#3F3454
(63,52,84)
#30273F
(48,39,63)
#211A2A
(33,26,42)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #A88FE7

#A88FE7
(168,143,231)
#AF99E9
(175,153,233)
#B6A3EB
(182,163,235)
#BDADED
(189,173,237)
#C4B7EF
(196,183,239)
#CBC1F1
(203,193,241)
#D2CBF3
(210,203,243)
#D9D5F5
(217,213,245)
#E0DFF7
(224,223,247)
#E7E9F9
(231,233,249)
#EEF3FB
(238,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88FE7; }

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

This text font color is #A88FE7.

Background Color

.myBgColor { background-color: #A88FE7; }

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

This div background color is #A88FE7.

Border color

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

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

This div border color is #A88FE7.

Opacity

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

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

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

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

This text has shadow with #A88FE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88FE7.

Preview

Color preview on black background

This text has color #A88FE7 on black background.


Color preview on white background

This text has color #A88FE7 on white background.


Black color preview on #A88FE7 background

This text has black color on #A88FE7 background.


White color preview on #A88FE7 background

This text has white color on #A88FE7 background.


Related colors

Complementary color

Complementary color for #hex is #577018.


I love getcolorcode.com

Triadic colors

1 #E7A88F and #8FE7A8 with #A88FE7 are triadic colors.

2 #E78FA8 and #8FA8E7 with #A88FE7 are triadic colors.