COLOR #A68EBA

HEX: #A68EBA RGB: (166,142,186)

Color info

#A68EBA contains red, green and blue colors in about the same proportion. Web safe color of #A68EBA is #9999CC (or #99C).

RGB color model

#A68EBA color RGB value is (166,142,186).

RGB: (166,142,186) (65%, 56%, 73%)

RGB channels and saturation

R 166 of 255 = 65%
G 142 of 255 = 56%
B 186 of 255 = 73%

166
142
186

R + G + B ~ 65%. #A68EBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 142 + 186 = 494 (100%)
R 166 of 494 ~ 33.6%
G 142 of 494 ~ 28.74%
B 186 of 494 ~ 37.65'%

%33.6
%28.74
%37.65

CMYK color model

#A68EBA color CMYK value is (11,24,0,27).

  • cyan value is 10.75%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (11,24,0,27)
C11M24Y0K27 (11%, 24%, 0%, 27%)
(0.11 / 0.24 / 0.00 / 0.27)

CMYK percentages

%10.75
%23.66
%0
%27.06

Codes

Color #A68EBA in popluar color models

A6 8E BA
RGB 166 142 186
HSL 273° 24.18% 64.31%
HSB/HSV 273° 23.66% 72.94%
CMYK 10.75% 23.66% 0.00%
27.06%

Color #A68EBA in popluar number systems.

HEX A6 8E BA
Decimal 166 142 186
Binary 10100110 10001110 10111010
Octal 246 216 272

Shades and tints

Shades of #A68EBA

#A68EBA
(166,142,186)
#9782AA
(151,130,170)
#88769A
(136,118,154)
#796A8A
(121,106,138)
#6A5E7A
(106,94,122)
#5B526A
(91,82,106)
#4C465A
(76,70,90)
#3D3A4A
(61,58,74)
#2E2E3A
(46,46,58)
#1F222A
(31,34,42)
#10161A
(16,22,26)
#000000
(0,0,0)

Tints of #A68EBA

#A68EBA
(166,142,186)
#AE98C0
(174,152,192)
#B6A2C6
(182,162,198)
#BEACCC
(190,172,204)
#C6B6D2
(198,182,210)
#CEC0D8
(206,192,216)
#D6CADE
(214,202,222)
#DED4E4
(222,212,228)
#E6DEEA
(230,222,234)
#EEE8F0
(238,232,240)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68EBA color. Also use rgb(166,142,186) instead hex code.

Text Font Color

.myTextColor { color: #A68EBA; }

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

This text font color is #A68EBA.

Background Color

.myBgColor { background-color: #A68EBA; }

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

This div background color is #A68EBA.

Border color

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

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

This div border color is #A68EBA.

Opacity

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

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

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

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

This text has shadow with #A68EBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68EBA.

Preview

Color preview on black background

This text has color #A68EBA on black background.


Color preview on white background

This text has color #A68EBA on white background.


Black color preview on #A68EBA background

This text has black color on #A68EBA background.


White color preview on #A68EBA background

This text has white color on #A68EBA background.


Related colors

Complementary color

Complementary color for #hex is #597145.


I love getcolorcode.com

Triadic colors

1 #BAA68E and #8EBAA6 with #A68EBA are triadic colors.

2 #BA8EA6 and #8EA6BA with #A68EBA are triadic colors.