COLOR #A68CA9

HEX: #A68CA9 RGB: (166,140,169)

Color info

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

RGB color model

#A68CA9 color RGB value is (166,140,169).

RGB: (166,140,169) (65%, 55%, 66%)

RGB channels and saturation

R 166 of 255 = 65%
G 140 of 255 = 55%
B 169 of 255 = 66%

166
140
169

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

Portions of RGB colors in percentages

R + G + B = 166 + 140 + 169 = 475 (100%)
R 166 of 475 ~ 34.95%
G 140 of 475 ~ 29.47%
B 169 of 475 ~ 35.58'%

%34.95
%29.47
%35.58

CMYK color model

#A68CA9 color CMYK value is (2,17,0,34).

  • cyan value is 1.78%
  • magenta value is 17.16%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK: (2,17,0,34) C2M17Y0K34 (2%,17%,0%,34%) (0.02/0.17/0.00/0.34) 

CMYK percentages

%1.78
%17.16
%0
%33.73

Codes

Color #A68CA9 in popluar color models

A6 8C A9
RGB 166 140 169
HSL 294° 14.43% 60.59%
HSB/HSV 294° 17.16% 66.27%
CMYK 1.78% 17.16% 0.00%
33.73%

Color #A68CA9 in popluar number systems.

HEX A6 8C A9
Decimal 166 140 169
Binary 10100110 10001100 10101001
Octal 246 214 251

Shades and tints

Shades of #A68CA9

#A68CA9
(166,140,169)
#97809A
(151,128,154)
#88748B
(136,116,139)
#79687C
(121,104,124)
#6A5C6D
(106,92,109)
#5B505E
(91,80,94)
#4C444F
(76,68,79)
#3D3840
(61,56,64)
#2E2C31
(46,44,49)
#1F2022
(31,32,34)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #A68CA9

#A68CA9
(166,140,169)
#AE96B0
(174,150,176)
#B6A0B7
(182,160,183)
#BEAABE
(190,170,190)
#C6B4C5
(198,180,197)
#CEBECC
(206,190,204)
#D6C8D3
(214,200,211)
#DED2DA
(222,210,218)
#E6DCE1
(230,220,225)
#EEE6E8
(238,230,232)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68CA9 color. Also use rgb(166,140,169) instead hex code.

Text Font Color

.myTextColor { color: #A68CA9; }

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

This text font color is #A68CA9.

Background Color

.myBgColor { background-color: #A68CA9; }

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

This div background color is #A68CA9.

Border color

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

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

This div border color is #A68CA9.

Opacity

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

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

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

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

This text has shadow with #A68CA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68CA9.

Preview

Color preview on black background

This text has color #A68CA9 on black background.


Color preview on white background

This text has color #A68CA9 on white background.


Black color preview on #A68CA9 background

This text has black color on #A68CA9 background.


White color preview on #A68CA9 background

This text has white color on #A68CA9 background.


Related colors

Complementary color

Complementary color for #hex is #597356.


I love getcolorcode.com

Triadic colors

1 #A9A68C and #8CA9A6 with #A68CA9 are triadic colors.

2 #A98CA6 and #8CA6A9 with #A68CA9 are triadic colors.