COLOR #A687D2

HEX: #A687D2 RGB: (166,135,210)

Color info

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

RGB color model

#A687D2 color RGB value is (166,135,210).

RGB: (166,135,210) (65%, 53%, 82%)

RGB channels and saturation

R 166 of 255 = 65%
G 135 of 255 = 53%
B 210 of 255 = 82%

166
135
210

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

Portions of RGB colors in percentages

R + G + B = 166 + 135 + 210 = 511 (100%)
R 166 of 511 ~ 32.49%
G 135 of 511 ~ 26.42%
B 210 of 511 ~ 41.1'%

%32.49
%26.42
%41.1

CMYK color model

#A687D2 color CMYK value is (21,36,0,18).

  • cyan value is 20.95%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (21,36,0,18)
C21M36Y0K18 (21%, 36%, 0%, 18%)
(0.21 / 0.36 / 0.00 / 0.18)

CMYK percentages

%20.95
%35.71
%0
%17.65

Codes

Color #A687D2 in popluar color models

A6 87 D2
RGB 166 135 210
HSL 265° 45.45% 67.65%
HSB/HSV 265° 35.71% 82.35%
CMYK 20.95% 35.71% 0.00%
17.65%

Color #A687D2 in popluar number systems.

HEX A6 87 D2
Decimal 166 135 210
Binary 10100110 10000111 11010010
Octal 246 207 322

Shades and tints

Shades of #A687D2

#A687D2
(166,135,210)
#977BBF
(151,123,191)
#886FAC
(136,111,172)
#796399
(121,99,153)
#6A5786
(106,87,134)
#5B4B73
(91,75,115)
#4C3F60
(76,63,96)
#3D334D
(61,51,77)
#2E273A
(46,39,58)
#1F1B27
(31,27,39)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #A687D2

#A687D2
(166,135,210)
#AE91D6
(174,145,214)
#B69BDA
(182,155,218)
#BEA5DE
(190,165,222)
#C6AFE2
(198,175,226)
#CEB9E6
(206,185,230)
#D6C3EA
(214,195,234)
#DECDEE
(222,205,238)
#E6D7F2
(230,215,242)
#EEE1F6
(238,225,246)
#F6EBFA
(246,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A687D2 color. Also use rgb(166,135,210) instead hex code.

Text Font Color

.myTextColor { color: #A687D2; }

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

This text font color is #A687D2.

Background Color

.myBgColor { background-color: #A687D2; }

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

This div background color is #A687D2.

Border color

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

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

This div border color is #A687D2.

Opacity

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

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

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

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

This text has shadow with #A687D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A687D2.

Preview

Color preview on black background

This text has color #A687D2 on black background.


Color preview on white background

This text has color #A687D2 on white background.


Black color preview on #A687D2 background

This text has black color on #A687D2 background.


White color preview on #A687D2 background

This text has white color on #A687D2 background.


Related colors

Complementary color

Complementary color for #hex is #59782D.


I love getcolorcode.com

Triadic colors

1 #D2A687 and #87D2A6 with #A687D2 are triadic colors.

2 #D287A6 and #87A6D2 with #A687D2 are triadic colors.