COLOR #A87EDB

HEX: #A87EDB RGB: (168,126,219)

Color info

#A87EDB contains mainly red and blue colors. Web safe color of #A87EDB is #9966CC (or #96C).

RGB color model

#A87EDB color RGB value is (168,126,219).

RGB: (168,126,219) (66%, 49%, 86%)

RGB channels and saturation

R 168 of 255 = 66%
G 126 of 255 = 49%
B 219 of 255 = 86%

168
126
219

R + G + B ~ 67%. #A87EDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 126 + 219 = 513 (100%)
R 168 of 513 ~ 32.75%
G 126 of 513 ~ 24.56%
B 219 of 513 ~ 42.69'%

%32.75
%24.56
%42.69

CMYK color model

#A87EDB color CMYK value is (23,42,0,14).

  • cyan value is 23.29%
  • magenta value is 42.47%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (23,42,0,14)
C23M42Y0K14 (23%, 42%, 0%, 14%)
(0.23 / 0.42 / 0.00 / 0.14)

CMYK percentages

%23.29
%42.47
%0
%14.12

Codes

Color #A87EDB in popluar color models

A8 7E DB
RGB 168 126 219
HSL 267° 56.36% 67.65%
HSB/HSV 267° 42.47% 85.88%
CMYK 23.29% 42.47% 0.00%
14.12%

Color #A87EDB in popluar number systems.

HEX A8 7E DB
Decimal 168 126 219
Binary 10101000 1111110 11011011
Octal 250 176 333

Shades and tints

Shades of #A87EDB

#A87EDB
(168,126,219)
#9973C8
(153,115,200)
#8A68B5
(138,104,181)
#7B5DA2
(123,93,162)
#6C528F
(108,82,143)
#5D477C
(93,71,124)
#4E3C69
(78,60,105)
#3F3156
(63,49,86)
#302643
(48,38,67)
#211B30
(33,27,48)
#12101D
(18,16,29)
#000000
(0,0,0)

Tints of #A87EDB

#A87EDB
(168,126,219)
#AF89DE
(175,137,222)
#B694E1
(182,148,225)
#BD9FE4
(189,159,228)
#C4AAE7
(196,170,231)
#CBB5EA
(203,181,234)
#D2C0ED
(210,192,237)
#D9CBF0
(217,203,240)
#E0D6F3
(224,214,243)
#E7E1F6
(231,225,246)
#EEECF9
(238,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87EDB color. Also use rgb(168,126,219) instead hex code.

Text Font Color

.myTextColor { color: #A87EDB; }

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

This text font color is #A87EDB.

Background Color

.myBgColor { background-color: #A87EDB; }

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

This div background color is #A87EDB.

Border color

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

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

This div border color is #A87EDB.

Opacity

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

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

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

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

This text has shadow with #A87EDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87EDB.

Preview

Color preview on black background

This text has color #A87EDB on black background.


Color preview on white background

This text has color #A87EDB on white background.


Black color preview on #A87EDB background

This text has black color on #A87EDB background.


White color preview on #A87EDB background

This text has white color on #A87EDB background.


Related colors

Complementary color

Complementary color for #hex is #578124.


I love getcolorcode.com

Triadic colors

1 #DBA87E and #7EDBA8 with #A87EDB are triadic colors.

2 #DB7EA8 and #7EA8DB with #A87EDB are triadic colors.