COLOR #A68BAF

HEX: #A68BAF RGB: (166,139,175)

Color info

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

RGB color model

#A68BAF color RGB value is (166,139,175).

RGB: (166,139,175) (65%, 55%, 69%)

RGB channels and saturation

R 166 of 255 = 65%
G 139 of 255 = 55%
B 175 of 255 = 69%

166
139
175

R + G + B ~ 63%. #A68BAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 139 + 175 = 480 (100%)
R 166 of 480 ~ 34.58%
G 139 of 480 ~ 28.96%
B 175 of 480 ~ 36.46'%

%34.58
%28.96
%36.46

CMYK color model

#A68BAF color CMYK value is (5,21,0,31).

  • cyan value is 5.14%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (5,21,0,31)
C5M21Y0K31 (5%, 21%, 0%, 31%)
(0.05 / 0.21 / 0.00 / 0.31)

CMYK percentages

%5.14
%20.57
%0
%31.37

Codes

Color #A68BAF in popluar color models

A6 8B AF
RGB 166 139 175
HSL 285° 18.37% 61.57%
HSB/HSV 285° 20.57% 68.63%
CMYK 5.14% 20.57% 0.00%
31.37%

Color #A68BAF in popluar number systems.

HEX A6 8B AF
Decimal 166 139 175
Binary 10100110 10001011 10101111
Octal 246 213 257

Shades and tints

Shades of #A68BAF

#A68BAF
(166,139,175)
#977FA0
(151,127,160)
#887391
(136,115,145)
#796782
(121,103,130)
#6A5B73
(106,91,115)
#5B4F64
(91,79,100)
#4C4355
(76,67,85)
#3D3746
(61,55,70)
#2E2B37
(46,43,55)
#1F1F28
(31,31,40)
#101319
(16,19,25)
#000000
(0,0,0)

Tints of #A68BAF

#A68BAF
(166,139,175)
#AE95B6
(174,149,182)
#B69FBD
(182,159,189)
#BEA9C4
(190,169,196)
#C6B3CB
(198,179,203)
#CEBDD2
(206,189,210)
#D6C7D9
(214,199,217)
#DED1E0
(222,209,224)
#E6DBE7
(230,219,231)
#EEE5EE
(238,229,238)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68BAF color. Also use rgb(166,139,175) instead hex code.

Text Font Color

.myTextColor { color: #A68BAF; }

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

This text font color is #A68BAF.

Background Color

.myBgColor { background-color: #A68BAF; }

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

This div background color is #A68BAF.

Border color

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

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

This div border color is #A68BAF.

Opacity

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

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

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

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

This text has shadow with #A68BAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68BAF.

Preview

Color preview on black background

This text has color #A68BAF on black background.


Color preview on white background

This text has color #A68BAF on white background.


Black color preview on #A68BAF background

This text has black color on #A68BAF background.


White color preview on #A68BAF background

This text has white color on #A68BAF background.


Related colors

Complementary color

Complementary color for #hex is #597450.


I love getcolorcode.com

Triadic colors

1 #AFA68B and #8BAFA6 with #A68BAF are triadic colors.

2 #AF8BA6 and #8BA6AF with #A68BAF are triadic colors.