COLOR #A697D2

HEX: #A697D2 RGB: (166,151,210)

Color info

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

RGB color model

#A697D2 color RGB value is (166,151,210).

RGB: (166,151,210) (65%, 59%, 82%)

RGB channels and saturation

R 166 of 255 = 65%
G 151 of 255 = 59%
B 210 of 255 = 82%

166
151
210

R + G + B ~ 69%. #A697D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 151 + 210 = 527 (100%)
R 166 of 527 ~ 31.5%
G 151 of 527 ~ 28.65%
B 210 of 527 ~ 39.85'%

%31.5
%28.65
%39.85

CMYK color model

#A697D2 color CMYK value is (21,28,0,18).

  • cyan value is 20.95%
  • magenta value is 28.10%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (21,28,0,18)
C21M28Y0K18 (21%, 28%, 0%, 18%)
(0.21 / 0.28 / 0.00 / 0.18)

CMYK percentages

%20.95
%28.1
%0
%17.65

Codes

Color #A697D2 in popluar color models

A6 97 D2
RGB 166 151 210
HSL 255° 39.60% 70.78%
HSB/HSV 255° 28.10% 82.35%
CMYK 20.95% 28.10% 0.00%
17.65%

Color #A697D2 in popluar number systems.

HEX A6 97 D2
Decimal 166 151 210
Binary 10100110 10010111 11010010
Octal 246 227 322

Shades and tints

Shades of #A697D2

#A697D2
(166,151,210)
#978ABF
(151,138,191)
#887DAC
(136,125,172)
#797099
(121,112,153)
#6A6386
(106,99,134)
#5B5673
(91,86,115)
#4C4960
(76,73,96)
#3D3C4D
(61,60,77)
#2E2F3A
(46,47,58)
#1F2227
(31,34,39)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #A697D2

#A697D2
(166,151,210)
#AEA0D6
(174,160,214)
#B6A9DA
(182,169,218)
#BEB2DE
(190,178,222)
#C6BBE2
(198,187,226)
#CEC4E6
(206,196,230)
#D6CDEA
(214,205,234)
#DED6EE
(222,214,238)
#E6DFF2
(230,223,242)
#EEE8F6
(238,232,246)
#F6F1FA
(246,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A697D2 color. Also use rgb(166,151,210) instead hex code.

Text Font Color

.myTextColor { color: #A697D2; }

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

This text font color is #A697D2.

Background Color

.myBgColor { background-color: #A697D2; }

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

This div background color is #A697D2.

Border color

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

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

This div border color is #A697D2.

Opacity

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

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

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

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

This text has shadow with #A697D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A697D2.

Preview

Color preview on black background

This text has color #A697D2 on black background.


Color preview on white background

This text has color #A697D2 on white background.


Black color preview on #A697D2 background

This text has black color on #A697D2 background.


White color preview on #A697D2 background

This text has white color on #A697D2 background.


Related colors

Complementary color

Complementary color for #hex is #59682D.


I love getcolorcode.com

Triadic colors

1 #D2A697 and #97D2A6 with #A697D2 are triadic colors.

2 #D297A6 and #97A6D2 with #A697D2 are triadic colors.