COLOR #A695CF

HEX: #A695CF RGB: (166,149,207)

Color info

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

RGB color model

#A695CF color RGB value is (166,149,207).

RGB: (166,149,207) (65%, 58%, 81%)

RGB channels and saturation

R 166 of 255 = 65%
G 149 of 255 = 58%
B 207 of 255 = 81%

166
149
207

R + G + B ~ 68%. #A695CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 149 + 207 = 522 (100%)
R 166 of 522 ~ 31.8%
G 149 of 522 ~ 28.54%
B 207 of 522 ~ 39.66'%

%31.8
%28.54
%39.66

CMYK color model

#A695CF color CMYK value is (20,28,0,19).

  • cyan value is 19.81%
  • magenta value is 28.02%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (20,28,0,19)
C20M28Y0K19 (20%, 28%, 0%, 19%)
(0.20 / 0.28 / 0.00 / 0.19)

CMYK percentages

%19.81
%28.02
%0
%18.82

Codes

Color #A695CF in popluar color models

A6 95 CF
RGB 166 149 207
HSL 258° 37.66% 69.80%
HSB/HSV 258° 28.02% 81.18%
CMYK 19.81% 28.02% 0.00%
18.82%

Color #A695CF in popluar number systems.

HEX A6 95 CF
Decimal 166 149 207
Binary 10100110 10010101 11001111
Octal 246 225 317

Shades and tints

Shades of #A695CF

#A695CF
(166,149,207)
#9788BD
(151,136,189)
#887BAB
(136,123,171)
#796E99
(121,110,153)
#6A6187
(106,97,135)
#5B5475
(91,84,117)
#4C4763
(76,71,99)
#3D3A51
(61,58,81)
#2E2D3F
(46,45,63)
#1F202D
(31,32,45)
#10131B
(16,19,27)
#000000
(0,0,0)

Tints of #A695CF

#A695CF
(166,149,207)
#AE9ED3
(174,158,211)
#B6A7D7
(182,167,215)
#BEB0DB
(190,176,219)
#C6B9DF
(198,185,223)
#CEC2E3
(206,194,227)
#D6CBE7
(214,203,231)
#DED4EB
(222,212,235)
#E6DDEF
(230,221,239)
#EEE6F3
(238,230,243)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A695CF color. Also use rgb(166,149,207) instead hex code.

Text Font Color

.myTextColor { color: #A695CF; }

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

This text font color is #A695CF.

Background Color

.myBgColor { background-color: #A695CF; }

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

This div background color is #A695CF.

Border color

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

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

This div border color is #A695CF.

Opacity

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

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

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

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

This text has shadow with #A695CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A695CF.

Preview

Color preview on black background

This text has color #A695CF on black background.


Color preview on white background

This text has color #A695CF on white background.


Black color preview on #A695CF background

This text has black color on #A695CF background.


White color preview on #A695CF background

This text has white color on #A695CF background.


Related colors

Complementary color

Complementary color for #hex is #596A30.


I love getcolorcode.com

Triadic colors

1 #CFA695 and #95CFA6 with #A695CF are triadic colors.

2 #CF95A6 and #95A6CF with #A695CF are triadic colors.