COLOR #AF97D1

HEX: #AF97D1 RGB: (175,151,209)

Color info

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

RGB color model

#AF97D1 color RGB value is (175,151,209).

RGB: (175,151,209) (69%, 59%, 82%)

RGB channels and saturation

R 175 of 255 = 69%
G 151 of 255 = 59%
B 209 of 255 = 82%

175
151
209

R + G + B ~ 70%. #AF97D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 151 + 209 = 535 (100%)
R 175 of 535 ~ 32.71%
G 151 of 535 ~ 28.22%
B 209 of 535 ~ 39.07'%

%32.71
%28.22
%39.07

CMYK color model

#AF97D1 color CMYK value is (16,28,0,18).

  • cyan value is 16.27%
  • magenta value is 27.75%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (16,28,0,18)
C16M28Y0K18 (16%, 28%, 0%, 18%)
(0.16 / 0.28 / 0.00 / 0.18)

CMYK percentages

%16.27
%27.75
%0
%18.04

Codes

Color #AF97D1 in popluar color models

AF 97 D1
RGB 175 151 209
HSL 265° 38.67% 70.59%
HSB/HSV 265° 27.75% 81.96%
CMYK 16.27% 27.75% 0.00%
18.04%

Color #AF97D1 in popluar number systems.

HEX AF 97 D1
Decimal 175 151 209
Binary 10101111 10010111 11010001
Octal 257 227 321

Shades and tints

Shades of #AF97D1

#AF97D1
(175,151,209)
#A08ABE
(160,138,190)
#917DAB
(145,125,171)
#827098
(130,112,152)
#736385
(115,99,133)
#645672
(100,86,114)
#55495F
(85,73,95)
#463C4C
(70,60,76)
#372F39
(55,47,57)
#282226
(40,34,38)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #AF97D1

#AF97D1
(175,151,209)
#B6A0D5
(182,160,213)
#BDA9D9
(189,169,217)
#C4B2DD
(196,178,221)
#CBBBE1
(203,187,225)
#D2C4E5
(210,196,229)
#D9CDE9
(217,205,233)
#E0D6ED
(224,214,237)
#E7DFF1
(231,223,241)
#EEE8F5
(238,232,245)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF97D1; }

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

This text font color is #AF97D1.

Background Color

.myBgColor { background-color: #AF97D1; }

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

This div background color is #AF97D1.

Border color

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

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

This div border color is #AF97D1.

Opacity

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

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

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

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

This text has shadow with #AF97D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF97D1.

Preview

Color preview on black background

This text has color #AF97D1 on black background.


Color preview on white background

This text has color #AF97D1 on white background.


Black color preview on #AF97D1 background

This text has black color on #AF97D1 background.


White color preview on #AF97D1 background

This text has white color on #AF97D1 background.


Related colors

Complementary color

Complementary color for #hex is #50682E.


I love getcolorcode.com

Triadic colors

1 #D1AF97 and #97D1AF with #AF97D1 are triadic colors.

2 #D197AF and #97AFD1 with #AF97D1 are triadic colors.