COLOR #A691B1

HEX: #A691B1 RGB: (166,145,177)

Color info

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

RGB color model

#A691B1 color RGB value is (166,145,177).

RGB: (166,145,177) (65%, 57%, 69%)

RGB channels and saturation

R 166 of 255 = 65%
G 145 of 255 = 57%
B 177 of 255 = 69%

166
145
177

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

Portions of RGB colors in percentages

R + G + B = 166 + 145 + 177 = 488 (100%)
R 166 of 488 ~ 34.02%
G 145 of 488 ~ 29.71%
B 177 of 488 ~ 36.27'%

%34.02
%29.71
%36.27

CMYK color model

#A691B1 color CMYK value is (6,18,0,31).

  • cyan value is 6.21%
  • magenta value is 18.08%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (6,18,0,31)
C6M18Y0K31 (6%, 18%, 0%, 31%)
(0.06 / 0.18 / 0.00 / 0.31)

CMYK percentages

%6.21
%18.08
%0
%30.59

Codes

Color #A691B1 in popluar color models

A6 91 B1
RGB 166 145 177
HSL 279° 17.02% 63.14%
HSB/HSV 279° 18.08% 69.41%
CMYK 6.21% 18.08% 0.00%
30.59%

Color #A691B1 in popluar number systems.

HEX A6 91 B1
Decimal 166 145 177
Binary 10100110 10010001 10110001
Octal 246 221 261

Shades and tints

Shades of #A691B1

#A691B1
(166,145,177)
#9784A1
(151,132,161)
#887791
(136,119,145)
#796A81
(121,106,129)
#6A5D71
(106,93,113)
#5B5061
(91,80,97)
#4C4351
(76,67,81)
#3D3641
(61,54,65)
#2E2931
(46,41,49)
#1F1C21
(31,28,33)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #A691B1

#A691B1
(166,145,177)
#AE9BB8
(174,155,184)
#B6A5BF
(182,165,191)
#BEAFC6
(190,175,198)
#C6B9CD
(198,185,205)
#CEC3D4
(206,195,212)
#D6CDDB
(214,205,219)
#DED7E2
(222,215,226)
#E6E1E9
(230,225,233)
#EEEBF0
(238,235,240)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A691B1 color. Also use rgb(166,145,177) instead hex code.

Text Font Color

.myTextColor { color: #A691B1; }

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

This text font color is #A691B1.

Background Color

.myBgColor { background-color: #A691B1; }

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

This div background color is #A691B1.

Border color

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

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

This div border color is #A691B1.

Opacity

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

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

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

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

This text has shadow with #A691B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A691B1.

Preview

Color preview on black background

This text has color #A691B1 on black background.


Color preview on white background

This text has color #A691B1 on white background.


Black color preview on #A691B1 background

This text has black color on #A691B1 background.


White color preview on #A691B1 background

This text has white color on #A691B1 background.


Related colors

Complementary color

Complementary color for #hex is #596E4E.


I love getcolorcode.com

Triadic colors

1 #B1A691 and #91B1A6 with #A691B1 are triadic colors.

2 #B191A6 and #91A6B1 with #A691B1 are triadic colors.