COLOR #A688AD

HEX: #A688AD RGB: (166,136,173)

Color info

#A688AD contains red, green and blue colors in about the same proportion. Web safe color of #A688AD is #999999 (or #999).

RGB color model

#A688AD color RGB value is (166,136,173).

RGB: (166,136,173) (65%, 53%, 68%)

RGB channels and saturation

R 166 of 255 = 65%
G 136 of 255 = 53%
B 173 of 255 = 68%

166
136
173

R + G + B ~ 62%. #A688AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 136 + 173 = 475 (100%)
R 166 of 475 ~ 34.95%
G 136 of 475 ~ 28.63%
B 173 of 475 ~ 36.42'%

%34.95
%28.63
%36.42

CMYK color model

#A688AD color CMYK value is (4,21,0,32).

  • cyan value is 4.05%
  • magenta value is 21.39%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (4,21,0,32) C4M21Y0K32 (4%,21%,0%,32%) (0.04/0.21/0.00/0.32) 

CMYK percentages

%4.05
%21.39
%0
%32.16

Codes

Color #A688AD in popluar color models

A6 88 AD
RGB 166 136 173
HSL 289° 18.41% 60.59%
HSB/HSV 289° 21.39% 67.84%
CMYK 4.05% 21.39% 0.00%
32.16%

Color #A688AD in popluar number systems.

HEX A6 88 AD
Decimal 166 136 173
Binary 10100110 10001000 10101101
Octal 246 210 255

Shades and tints

Shades of #A688AD

#A688AD
(166,136,173)
#977C9E
(151,124,158)
#88708F
(136,112,143)
#796480
(121,100,128)
#6A5871
(106,88,113)
#5B4C62
(91,76,98)
#4C4053
(76,64,83)
#3D3444
(61,52,68)
#2E2835
(46,40,53)
#1F1C26
(31,28,38)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #A688AD

#A688AD
(166,136,173)
#AE92B4
(174,146,180)
#B69CBB
(182,156,187)
#BEA6C2
(190,166,194)
#C6B0C9
(198,176,201)
#CEBAD0
(206,186,208)
#D6C4D7
(214,196,215)
#DECEDE
(222,206,222)
#E6D8E5
(230,216,229)
#EEE2EC
(238,226,236)
#F6ECF3
(246,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A688AD; }

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

This text font color is #A688AD.

Background Color

.myBgColor { background-color: #A688AD; }

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

This div background color is #A688AD.

Border color

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

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

This div border color is #A688AD.

Opacity

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

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

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

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

This text has shadow with #A688AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A688AD.

Preview

Color preview on black background

This text has color #A688AD on black background.


Color preview on white background

This text has color #A688AD on white background.


Black color preview on #A688AD background

This text has black color on #A688AD background.


White color preview on #A688AD background

This text has white color on #A688AD background.


Related colors

Complementary color

Complementary color for #hex is #597752.


I love getcolorcode.com

Triadic colors

1 #ADA688 and #88ADA6 with #A688AD are triadic colors.

2 #AD88A6 and #88A6AD with #A688AD are triadic colors.