COLOR #AFA1C9

HEX: #AFA1C9 RGB: (175,161,201)

Color info

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

RGB color model

#AFA1C9 color RGB value is (175,161,201).

RGB: (175,161,201) (69%, 63%, 79%)

RGB channels and saturation

R 175 of 255 = 69%
G 161 of 255 = 63%
B 201 of 255 = 79%

175
161
201

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

Portions of RGB colors in percentages

R + G + B = 175 + 161 + 201 = 537 (100%)
R 175 of 537 ~ 32.59%
G 161 of 537 ~ 29.98%
B 201 of 537 ~ 37.43'%

%32.59
%29.98
%37.43

CMYK color model

#AFA1C9 color CMYK value is (13,20,0,21).

  • cyan value is 12.94%
  • magenta value is 19.90%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (13,20,0,21)
C13M20Y0K21 (13%, 20%, 0%, 21%)
(0.13 / 0.20 / 0.00 / 0.21)

CMYK percentages

%12.94
%19.9
%0
%21.18

Codes

Color #AFA1C9 in popluar color models

AF A1 C9
RGB 175 161 201
HSL 261° 27.03% 70.98%
HSB/HSV 261° 19.90% 78.82%
CMYK 12.94% 19.90% 0.00%
21.18%

Color #AFA1C9 in popluar number systems.

HEX AF A1 C9
Decimal 175 161 201
Binary 10101111 10100001 11001001
Octal 257 241 311

Shades and tints

Shades of #AFA1C9

#AFA1C9
(175,161,201)
#A093B7
(160,147,183)
#9185A5
(145,133,165)
#827793
(130,119,147)
#736981
(115,105,129)
#645B6F
(100,91,111)
#554D5D
(85,77,93)
#463F4B
(70,63,75)
#373139
(55,49,57)
#282327
(40,35,39)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #AFA1C9

#AFA1C9
(175,161,201)
#B6A9CD
(182,169,205)
#BDB1D1
(189,177,209)
#C4B9D5
(196,185,213)
#CBC1D9
(203,193,217)
#D2C9DD
(210,201,221)
#D9D1E1
(217,209,225)
#E0D9E5
(224,217,229)
#E7E1E9
(231,225,233)
#EEE9ED
(238,233,237)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA1C9 color. Also use rgb(175,161,201) instead hex code.

Text Font Color

.myTextColor { color: #AFA1C9; }

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

This text font color is #AFA1C9.

Background Color

.myBgColor { background-color: #AFA1C9; }

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

This div background color is #AFA1C9.

Border color

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

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

This div border color is #AFA1C9.

Opacity

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

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

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

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

This text has shadow with #AFA1C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA1C9.

Preview

Color preview on black background

This text has color #AFA1C9 on black background.


Color preview on white background

This text has color #AFA1C9 on white background.


Black color preview on #AFA1C9 background

This text has black color on #AFA1C9 background.


White color preview on #AFA1C9 background

This text has white color on #AFA1C9 background.


Related colors

Complementary color

Complementary color for #hex is #505E36.


I love getcolorcode.com

Triadic colors

1 #C9AFA1 and #A1C9AF with #AFA1C9 are triadic colors.

2 #C9A1AF and #A1AFC9 with #AFA1C9 are triadic colors.