COLOR #A689D9

HEX: #A689D9
RGB: (166,137,217)

Color info

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

RGB color model

#A689D9 color RGB value is (166,137,217).

  • red value is 166;
  • green value is 137;
  • blue value is 217.
RGB:
(166,137,217)
(65%,54%,85%)

RGB channels and saturation

R 166 of 255 = 65%
G 137 of 255 = 54%
B 217 of 255 = 85%

166
137
217

R + G + B ~ 68%. #A689D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 137 + 217 = 520 (100%)
R 166 of 520 ~ 31.92%
G 137 of 520 ~ 26.35%
B 217 of 520 ~ 41.73%

%31.92
%26.35
%41.73

CMYK color model

#A689D9 color CMYK value is (24,37,0,15).

  • cyan value is 23.50%
  • magenta value is 36.87%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(24,37,0,15)
C24M37Y0K15 
(24%,37%,0%,15%)
(0.24/0.37/0.00/0.15)	

CMYK percentages

%23.5
%36.87
%0
%14.9

Codes

Color #A689D9 in popluar color models

A689D9
RGB166137217
HSL262°51.28%69.41%
HSB/HSV262°36.87%85.10%
CMYK23.50%36.87%0.00%
14.90%

Color #A689D9 in popluar number systems.

HEXA689D9
Decimal166137217
Binary101001101000100111011001
Octal246211331

Shades and tints

Shades of #A689D9

#A689D9
(166,137,217)
#977DC6
(151,125,198)
#8871B3
(136,113,179)
#7965A0
(121,101,160)
#6A598D
(106,89,141)
#5B4D7A
(91,77,122)
#4C4167
(76,65,103)
#3D3554
(61,53,84)
#2E2941
(46,41,65)
#1F1D2E
(31,29,46)
#10111B
(16,17,27)
#000000
(0,0,0)

Tints of #A689D9

#A689D9
(166,137,217)
#AE93DC
(174,147,220)
#B69DDF
(182,157,223)
#BEA7E2
(190,167,226)
#C6B1E5
(198,177,229)
#CEBBE8
(206,187,232)
#D6C5EB
(214,197,235)
#DECFEE
(222,207,238)
#E6D9F1
(230,217,241)
#EEE3F4
(238,227,244)
#F6EDF7
(246,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A689D9 color. Also use rgb(166,137,217) instead hex code.

Text Font Color

.myTextColor { color: #A689D9; }

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

This text font color is #A689D9.


Background Color

.myBgColor { background-color: #A689D9; }

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

This div background color is #A689D9.


Border color

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

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

This div border color is #A689D9.


Opacity

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

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

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

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

This text has shadow with #A689D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A689D9 on black background.


Color preview on white background

This text has color #A689D9 on white background.



Black color preview on #A689D9 background

This text has black color on #A689D9 background.


White color preview on #A689D9 background

This text has white color on #A689D9 background.