COLOR #A688D5

HEX: #A688D5
RGB: (166,136,213)

Color info

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

RGB color model

#A688D5 color RGB value is (166,136,213).

  • red value is 166;
  • green value is 136;
  • blue value is 213.
RGB:
(166,136,213)
(65%,53%,84%)

RGB channels and saturation

R 166 of 255 = 65%
G 136 of 255 = 53%
B 213 of 255 = 84%

166
136
213

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

Portions of RGB colors in percentages

R + G + B =
166 + 136 + 213 = 515 (100%)
R 166 of 515 ~ 32.23%
G 136 of 515 ~ 26.41%
B 213 of 515 ~ 41.36%

%32.23
%26.41
%41.36

CMYK color model

#A688D5 color CMYK value is (22,36,0,16).

  • cyan value is 22.07%
  • magenta value is 36.15%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(22,36,0,16)
C22M36Y0K16 
(22%,36%,0%,16%)
(0.22/0.36/0.00/0.16)	

CMYK percentages

%22.07
%36.15
%0
%16.47

Codes

Color #A688D5 in popluar color models

A688D5
RGB166136213
HSL263°47.83%68.43%
HSB/HSV263°36.15%83.53%
CMYK22.07%36.15%0.00%
16.47%

Color #A688D5 in popluar number systems.

HEXA688D5
Decimal166136213
Binary101001101000100011010101
Octal246210325

Shades and tints

Shades of #A688D5

#A688D5
(166,136,213)
#977CC2
(151,124,194)
#8870AF
(136,112,175)
#79649C
(121,100,156)
#6A5889
(106,88,137)
#5B4C76
(91,76,118)
#4C4063
(76,64,99)
#3D3450
(61,52,80)
#2E283D
(46,40,61)
#1F1C2A
(31,28,42)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #A688D5

#A688D5
(166,136,213)
#AE92D8
(174,146,216)
#B69CDB
(182,156,219)
#BEA6DE
(190,166,222)
#C6B0E1
(198,176,225)
#CEBAE4
(206,186,228)
#D6C4E7
(214,196,231)
#DECEEA
(222,206,234)
#E6D8ED
(230,216,237)
#EEE2F0
(238,226,240)
#F6ECF3
(246,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A688D5 color. Also use rgb(166,136,213) instead hex code.

Text Font Color

.myTextColor { color: #A688D5; }

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

This text font color is #A688D5.


Background Color

.myBgColor { background-color: #A688D5; }

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

This div background color is #A688D5.


Border color

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

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

This div border color is #A688D5.


Opacity

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

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

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

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

This text has shadow with #A688D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A688D5 on black background.


Color preview on white background

This text has color #A688D5 on white background.



Black color preview on #A688D5 background

This text has black color on #A688D5 background.


White color preview on #A688D5 background

This text has white color on #A688D5 background.