COLOR #A691C6

HEX: #A691C6 RGB: (166,145,198)

Color info

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

RGB color model

#A691C6 color RGB value is (166,145,198).

RGB: (166,145,198) (65%, 57%, 78%)

RGB channels and saturation

R 166 of 255 = 65%
G 145 of 255 = 57%
B 198 of 255 = 78%

166
145
198

R + G + B ~ 67%. #A691C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 145 + 198 = 509 (100%)
R 166 of 509 ~ 32.61%
G 145 of 509 ~ 28.49%
B 198 of 509 ~ 38.9'%

%32.61
%28.49
%38.9

CMYK color model

#A691C6 color CMYK value is (16,27,0,22).

  • cyan value is 16.16%
  • magenta value is 26.77%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (16,27,0,22)
C16M27Y0K22 (16%, 27%, 0%, 22%)
(0.16 / 0.27 / 0.00 / 0.22)

CMYK percentages

%16.16
%26.77
%0
%22.35

Codes

Color #A691C6 in popluar color models

A6 91 C6
RGB 166 145 198
HSL 264° 31.74% 67.25%
HSB/HSV 264° 26.77% 77.65%
CMYK 16.16% 26.77% 0.00%
22.35%

Color #A691C6 in popluar number systems.

HEX A6 91 C6
Decimal 166 145 198
Binary 10100110 10010001 11000110
Octal 246 221 306

Shades and tints

Shades of #A691C6

#A691C6
(166,145,198)
#9784B4
(151,132,180)
#8877A2
(136,119,162)
#796A90
(121,106,144)
#6A5D7E
(106,93,126)
#5B506C
(91,80,108)
#4C435A
(76,67,90)
#3D3648
(61,54,72)
#2E2936
(46,41,54)
#1F1C24
(31,28,36)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #A691C6

#A691C6
(166,145,198)
#AE9BCB
(174,155,203)
#B6A5D0
(182,165,208)
#BEAFD5
(190,175,213)
#C6B9DA
(198,185,218)
#CEC3DF
(206,195,223)
#D6CDE4
(214,205,228)
#DED7E9
(222,215,233)
#E6E1EE
(230,225,238)
#EEEBF3
(238,235,243)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A691C6; }

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

This text font color is #A691C6.

Background Color

.myBgColor { background-color: #A691C6; }

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

This div background color is #A691C6.

Border color

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

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

This div border color is #A691C6.

Opacity

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

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

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

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

This text has shadow with #A691C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A691C6.

Preview

Color preview on black background

This text has color #A691C6 on black background.


Color preview on white background

This text has color #A691C6 on white background.


Black color preview on #A691C6 background

This text has black color on #A691C6 background.


White color preview on #A691C6 background

This text has white color on #A691C6 background.


Related colors

Complementary color

Complementary color for #hex is #596E39.


I love getcolorcode.com

Triadic colors

1 #C6A691 and #91C6A6 with #A691C6 are triadic colors.

2 #C691A6 and #91A6C6 with #A691C6 are triadic colors.