COLOR #A68BB5

HEX: #A68BB5 RGB: (166,139,181)

Color info

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

RGB color model

#A68BB5 color RGB value is (166,139,181).

RGB: (166,139,181) (65%, 55%, 71%)

RGB channels and saturation

R 166 of 255 = 65%
G 139 of 255 = 55%
B 181 of 255 = 71%

166
139
181

R + G + B ~ 64%. #A68BB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 139 + 181 = 486 (100%)
R 166 of 486 ~ 34.16%
G 139 of 486 ~ 28.6%
B 181 of 486 ~ 37.24'%

%34.16
%28.6
%37.24

CMYK color model

#A68BB5 color CMYK value is (8,23,0,29).

  • cyan value is 8.29%
  • magenta value is 23.20%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (8,23,0,29)
C8M23Y0K29 (8%, 23%, 0%, 29%)
(0.08 / 0.23 / 0.00 / 0.29)

CMYK percentages

%8.29
%23.2
%0
%29.02

Codes

Color #A68BB5 in popluar color models

A6 8B B5
RGB 166 139 181
HSL 279° 22.11% 62.75%
HSB/HSV 279° 23.20% 70.98%
CMYK 8.29% 23.20% 0.00%
29.02%

Color #A68BB5 in popluar number systems.

HEX A6 8B B5
Decimal 166 139 181
Binary 10100110 10001011 10110101
Octal 246 213 265

Shades and tints

Shades of #A68BB5

#A68BB5
(166,139,181)
#977FA5
(151,127,165)
#887395
(136,115,149)
#796785
(121,103,133)
#6A5B75
(106,91,117)
#5B4F65
(91,79,101)
#4C4355
(76,67,85)
#3D3745
(61,55,69)
#2E2B35
(46,43,53)
#1F1F25
(31,31,37)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #A68BB5

#A68BB5
(166,139,181)
#AE95BB
(174,149,187)
#B69FC1
(182,159,193)
#BEA9C7
(190,169,199)
#C6B3CD
(198,179,205)
#CEBDD3
(206,189,211)
#D6C7D9
(214,199,217)
#DED1DF
(222,209,223)
#E6DBE5
(230,219,229)
#EEE5EB
(238,229,235)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68BB5; }

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

This text font color is #A68BB5.

Background Color

.myBgColor { background-color: #A68BB5; }

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

This div background color is #A68BB5.

Border color

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

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

This div border color is #A68BB5.

Opacity

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

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

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

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

This text has shadow with #A68BB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68BB5.

Preview

Color preview on black background

This text has color #A68BB5 on black background.


Color preview on white background

This text has color #A68BB5 on white background.


Black color preview on #A68BB5 background

This text has black color on #A68BB5 background.


White color preview on #A68BB5 background

This text has white color on #A68BB5 background.


Related colors

Complementary color

Complementary color for #hex is #59744A.


I love getcolorcode.com

Triadic colors

1 #B5A68B and #8BB5A6 with #A68BB5 are triadic colors.

2 #B58BA6 and #8BA6B5 with #A68BB5 are triadic colors.