COLOR #A691CB

HEX: #A691CB RGB: (166,145,203)

Color info

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

RGB color model

#A691CB color RGB value is (166,145,203).

RGB: (166,145,203) (65%, 57%, 80%)

RGB channels and saturation

R 166 of 255 = 65%
G 145 of 255 = 57%
B 203 of 255 = 80%

166
145
203

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

Portions of RGB colors in percentages

R + G + B = 166 + 145 + 203 = 514 (100%)
R 166 of 514 ~ 32.3%
G 145 of 514 ~ 28.21%
B 203 of 514 ~ 39.49'%

%32.3
%28.21
%39.49

CMYK color model

#A691CB color CMYK value is (18,29,0,20).

  • cyan value is 18.23%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (18,29,0,20)
C18M29Y0K20 (18%, 29%, 0%, 20%)
(0.18 / 0.29 / 0.00 / 0.20)

CMYK percentages

%18.23
%28.57
%0
%20.39

Codes

Color #A691CB in popluar color models

A6 91 CB
RGB 166 145 203
HSL 262° 35.80% 68.24%
HSB/HSV 262° 28.57% 79.61%
CMYK 18.23% 28.57% 0.00%
20.39%

Color #A691CB in popluar number systems.

HEX A6 91 CB
Decimal 166 145 203
Binary 10100110 10010001 11001011
Octal 246 221 313

Shades and tints

Shades of #A691CB

#A691CB
(166,145,203)
#9784B9
(151,132,185)
#8877A7
(136,119,167)
#796A95
(121,106,149)
#6A5D83
(106,93,131)
#5B5071
(91,80,113)
#4C435F
(76,67,95)
#3D364D
(61,54,77)
#2E293B
(46,41,59)
#1F1C29
(31,28,41)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #A691CB

#A691CB
(166,145,203)
#AE9BCF
(174,155,207)
#B6A5D3
(182,165,211)
#BEAFD7
(190,175,215)
#C6B9DB
(198,185,219)
#CEC3DF
(206,195,223)
#D6CDE3
(214,205,227)
#DED7E7
(222,215,231)
#E6E1EB
(230,225,235)
#EEEBEF
(238,235,239)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A691CB; }

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

This text font color is #A691CB.

Background Color

.myBgColor { background-color: #A691CB; }

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

This div background color is #A691CB.

Border color

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

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

This div border color is #A691CB.

Opacity

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

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

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

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

This text has shadow with #A691CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A691CB.

Preview

Color preview on black background

This text has color #A691CB on black background.


Color preview on white background

This text has color #A691CB on white background.


Black color preview on #A691CB background

This text has black color on #A691CB background.


White color preview on #A691CB background

This text has white color on #A691CB background.


Related colors

Complementary color

Complementary color for #hex is #596E34.


I love getcolorcode.com

Triadic colors

1 #CBA691 and #91CBA6 with #A691CB are triadic colors.

2 #CB91A6 and #91A6CB with #A691CB are triadic colors.