COLOR #AFA9E1

HEX: #AFA9E1 RGB: (175,169,225)

Color info

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

RGB color model

#AFA9E1 color RGB value is (175,169,225).

RGB: (175,169,225) (69%, 66%, 88%)

RGB channels and saturation

R 175 of 255 = 69%
G 169 of 255 = 66%
B 225 of 255 = 88%

175
169
225

R + G + B ~ 74%. #AFA9E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 169 + 225 = 569 (100%)
R 175 of 569 ~ 30.76%
G 169 of 569 ~ 29.7%
B 225 of 569 ~ 39.54'%

%30.76
%29.7
%39.54

CMYK color model

#AFA9E1 color CMYK value is (22,25,0,12).

  • cyan value is 22.22%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (22,25,0,12)
C22M25Y0K12 (22%, 25%, 0%, 12%)
(0.22 / 0.25 / 0.00 / 0.12)

CMYK percentages

%22.22
%24.89
%0
%11.76

Codes

Color #AFA9E1 in popluar color models

AF A9 E1
RGB 175 169 225
HSL 246° 48.28% 77.25%
HSB/HSV 246° 24.89% 88.24%
CMYK 22.22% 24.89% 0.00%
11.76%

Color #AFA9E1 in popluar number systems.

HEX AF A9 E1
Decimal 175 169 225
Binary 10101111 10101001 11100001
Octal 257 251 341

Shades and tints

Shades of #AFA9E1

#AFA9E1
(175,169,225)
#A09ACD
(160,154,205)
#918BB9
(145,139,185)
#827CA5
(130,124,165)
#736D91
(115,109,145)
#645E7D
(100,94,125)
#554F69
(85,79,105)
#464055
(70,64,85)
#373141
(55,49,65)
#28222D
(40,34,45)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #AFA9E1

#AFA9E1
(175,169,225)
#B6B0E3
(182,176,227)
#BDB7E5
(189,183,229)
#C4BEE7
(196,190,231)
#CBC5E9
(203,197,233)
#D2CCEB
(210,204,235)
#D9D3ED
(217,211,237)
#E0DAEF
(224,218,239)
#E7E1F1
(231,225,241)
#EEE8F3
(238,232,243)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA9E1 color. Also use rgb(175,169,225) instead hex code.

Text Font Color

.myTextColor { color: #AFA9E1; }

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

This text font color is #AFA9E1.

Background Color

.myBgColor { background-color: #AFA9E1; }

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

This div background color is #AFA9E1.

Border color

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

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

This div border color is #AFA9E1.

Opacity

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

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

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

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

This text has shadow with #AFA9E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA9E1.

Preview

Color preview on black background

This text has color #AFA9E1 on black background.


Color preview on white background

This text has color #AFA9E1 on white background.


Black color preview on #AFA9E1 background

This text has black color on #AFA9E1 background.


White color preview on #AFA9E1 background

This text has white color on #AFA9E1 background.


Related colors

Complementary color

Complementary color for #hex is #50561E.


I love getcolorcode.com

Triadic colors

1 #E1AFA9 and #A9E1AF with #AFA9E1 are triadic colors.

2 #E1A9AF and #A9AFE1 with #AFA9E1 are triadic colors.