COLOR #A897D1

HEX: #A897D1 RGB: (168,151,209)

Color info

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

RGB color model

#A897D1 color RGB value is (168,151,209).

RGB: (168,151,209) (66%, 59%, 82%)

RGB channels and saturation

R 168 of 255 = 66%
G 151 of 255 = 59%
B 209 of 255 = 82%

168
151
209

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

Portions of RGB colors in percentages

R + G + B = 168 + 151 + 209 = 528 (100%)
R 168 of 528 ~ 31.82%
G 151 of 528 ~ 28.6%
B 209 of 528 ~ 39.58'%

%31.82
%28.6
%39.58

CMYK color model

#A897D1 color CMYK value is (20,28,0,18).

  • cyan value is 19.62%
  • magenta value is 27.75%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (20,28,0,18) C20M28Y0K18 (20%,28%,0%,18%) (0.20/0.28/0.00/0.18) 

CMYK percentages

%19.62
%27.75
%0
%18.04

Codes

Color #A897D1 in popluar color models

A8 97 D1
RGB 168 151 209
HSL 258° 38.67% 70.59%
HSB/HSV 258° 27.75% 81.96%
CMYK 19.62% 27.75% 0.00%
18.04%

Color #A897D1 in popluar number systems.

HEX A8 97 D1
Decimal 168 151 209
Binary 10101000 10010111 11010001
Octal 250 227 321

Shades and tints

Shades of #A897D1

#A897D1
(168,151,209)
#998ABE
(153,138,190)
#8A7DAB
(138,125,171)
#7B7098
(123,112,152)
#6C6385
(108,99,133)
#5D5672
(93,86,114)
#4E495F
(78,73,95)
#3F3C4C
(63,60,76)
#302F39
(48,47,57)
#212226
(33,34,38)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #A897D1

#A897D1
(168,151,209)
#AFA0D5
(175,160,213)
#B6A9D9
(182,169,217)
#BDB2DD
(189,178,221)
#C4BBE1
(196,187,225)
#CBC4E5
(203,196,229)
#D2CDE9
(210,205,233)
#D9D6ED
(217,214,237)
#E0DFF1
(224,223,241)
#E7E8F5
(231,232,245)
#EEF1F9
(238,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A897D1 color. Also use rgb(168,151,209) instead hex code.

Text Font Color

.myTextColor { color: #A897D1; }

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

This text font color is #A897D1.

Background Color

.myBgColor { background-color: #A897D1; }

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

This div background color is #A897D1.

Border color

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

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

This div border color is #A897D1.

Opacity

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

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

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

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

This text has shadow with #A897D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A897D1.

Preview

Color preview on black background

This text has color #A897D1 on black background.


Color preview on white background

This text has color #A897D1 on white background.


Black color preview on #A897D1 background

This text has black color on #A897D1 background.


White color preview on #A897D1 background

This text has white color on #A897D1 background.


Related colors

Complementary color

Complementary color for #hex is #57682E.


I love getcolorcode.com

Triadic colors

1 #D1A897 and #97D1A8 with #A897D1 are triadic colors.

2 #D197A8 and #97A8D1 with #A897D1 are triadic colors.