COLOR #A691C1

HEX: #A691C1 RGB: (166,145,193)

Color info

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

RGB color model

#A691C1 color RGB value is (166,145,193).

RGB: (166,145,193) (65%, 57%, 76%)

RGB channels and saturation

R 166 of 255 = 65%
G 145 of 255 = 57%
B 193 of 255 = 76%

166
145
193

R + G + B ~ 66%. #A691C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 145 + 193 = 504 (100%)
R 166 of 504 ~ 32.94%
G 145 of 504 ~ 28.77%
B 193 of 504 ~ 38.29'%

%32.94
%28.77
%38.29

CMYK color model

#A691C1 color CMYK value is (14,25,0,24).

  • cyan value is 13.99%
  • magenta value is 24.87%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (14,25,0,24)
C14M25Y0K24 (14%, 25%, 0%, 24%)
(0.14 / 0.25 / 0.00 / 0.24)

CMYK percentages

%13.99
%24.87
%0
%24.31

Codes

Color #A691C1 in popluar color models

A6 91 C1
RGB 166 145 193
HSL 266° 27.91% 66.27%
HSB/HSV 266° 24.87% 75.69%
CMYK 13.99% 24.87% 0.00%
24.31%

Color #A691C1 in popluar number systems.

HEX A6 91 C1
Decimal 166 145 193
Binary 10100110 10010001 11000001
Octal 246 221 301

Shades and tints

Shades of #A691C1

#A691C1
(166,145,193)
#9784B0
(151,132,176)
#88779F
(136,119,159)
#796A8E
(121,106,142)
#6A5D7D
(106,93,125)
#5B506C
(91,80,108)
#4C435B
(76,67,91)
#3D364A
(61,54,74)
#2E2939
(46,41,57)
#1F1C28
(31,28,40)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #A691C1

#A691C1
(166,145,193)
#AE9BC6
(174,155,198)
#B6A5CB
(182,165,203)
#BEAFD0
(190,175,208)
#C6B9D5
(198,185,213)
#CEC3DA
(206,195,218)
#D6CDDF
(214,205,223)
#DED7E4
(222,215,228)
#E6E1E9
(230,225,233)
#EEEBEE
(238,235,238)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A691C1; }

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

This text font color is #A691C1.

Background Color

.myBgColor { background-color: #A691C1; }

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

This div background color is #A691C1.

Border color

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

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

This div border color is #A691C1.

Opacity

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

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

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

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

This text has shadow with #A691C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A691C1.

Preview

Color preview on black background

This text has color #A691C1 on black background.


Color preview on white background

This text has color #A691C1 on white background.


Black color preview on #A691C1 background

This text has black color on #A691C1 background.


White color preview on #A691C1 background

This text has white color on #A691C1 background.


Related colors

Complementary color

Complementary color for #hex is #596E3E.


I love getcolorcode.com

Triadic colors

1 #C1A691 and #91C1A6 with #A691C1 are triadic colors.

2 #C191A6 and #91A6C1 with #A691C1 are triadic colors.