COLOR #A68BB0

HEX: #A68BB0 RGB: (166,139,176)

Color info

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

RGB color model

#A68BB0 color RGB value is (166,139,176).

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

RGB channels and saturation

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

166
139
176

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

Portions of RGB colors in percentages

R + G + B = 166 + 139 + 176 = 481 (100%)
R 166 of 481 ~ 34.51%
G 139 of 481 ~ 28.9%
B 176 of 481 ~ 36.59'%

%34.51
%28.9
%36.59

CMYK color model

#A68BB0 color CMYK value is (6,21,0,31).

  • cyan value is 5.68%
  • magenta value is 21.02%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (6,21,0,31)
C6M21Y0K31 (6%, 21%, 0%, 31%)
(0.06 / 0.21 / 0.00 / 0.31)

CMYK percentages

%5.68
%21.02
%0
%30.98

Codes

Color #A68BB0 in popluar color models

A6 8B B0
RGB 166 139 176
HSL 284° 18.97% 61.76%
HSB/HSV 284° 21.02% 69.02%
CMYK 5.68% 21.02% 0.00%
30.98%

Color #A68BB0 in popluar number systems.

HEX A6 8B B0
Decimal 166 139 176
Binary 10100110 10001011 10110000
Octal 246 213 260

Shades and tints

Shades of #A68BB0

#A68BB0
(166,139,176)
#977FA0
(151,127,160)
#887390
(136,115,144)
#796780
(121,103,128)
#6A5B70
(106,91,112)
#5B4F60
(91,79,96)
#4C4350
(76,67,80)
#3D3740
(61,55,64)
#2E2B30
(46,43,48)
#1F1F20
(31,31,32)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #A68BB0

#A68BB0
(166,139,176)
#AE95B7
(174,149,183)
#B69FBE
(182,159,190)
#BEA9C5
(190,169,197)
#C6B3CC
(198,179,204)
#CEBDD3
(206,189,211)
#D6C7DA
(214,199,218)
#DED1E1
(222,209,225)
#E6DBE8
(230,219,232)
#EEE5EF
(238,229,239)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68BB0; }

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

This text font color is #A68BB0.

Background Color

.myBgColor { background-color: #A68BB0; }

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

This div background color is #A68BB0.

Border color

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

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

This div border color is #A68BB0.

Opacity

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

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

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

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

This text has shadow with #A68BB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68BB0.

Preview

Color preview on black background

This text has color #A68BB0 on black background.


Color preview on white background

This text has color #A68BB0 on white background.


Black color preview on #A68BB0 background

This text has black color on #A68BB0 background.


White color preview on #A68BB0 background

This text has white color on #A68BB0 background.


Related colors

Complementary color

Complementary color for #hex is #59744F.


I love getcolorcode.com

Triadic colors

1 #B0A68B and #8BB0A6 with #A68BB0 are triadic colors.

2 #B08BA6 and #8BA6B0 with #A68BB0 are triadic colors.