COLOR #AFA1E9

HEX: #AFA1E9
RGB: (175,161,233)

Color info

#AFA1E9 contains mainly red and blue colors. Web safe color of #AFA1E9 is #9999FF (or #99F).

RGB color model

#AFA1E9 color RGB value is (175,161,233).

  • red value is 175;
  • green value is 161;
  • blue value is 233.
RGB:
(175,161,233)
(69%,63%,91%)

RGB channels and saturation

R 175 of 255 = 69%
G 161 of 255 = 63%
B 233 of 255 = 91%

175
161
233

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

Portions of RGB colors in percentages

R + G + B =
175 + 161 + 233 = 569 (100%)
R 175 of 569 ~ 30.76%
G 161 of 569 ~ 28.3%
B 233 of 569 ~ 40.95%

%30.76
%28.3
%40.95

CMYK color model

#AFA1E9 color CMYK value is (25,31,0,9).

  • cyan value is 24.89%
  • magenta value is 30.90%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(25,31,0,9)
C25M31Y0K9 
(25%,31%,0%,9%)
(0.25/0.31/0.00/0.09)	

CMYK percentages

%24.89
%30.9
%0
%8.63

Codes

Color #AFA1E9 in popluar color models

AFA1E9
RGB175161233
HSL252°62.07%77.25%
HSB/HSV252°30.90%91.37%
CMYK24.89%30.90%0.00%
8.63%

Color #AFA1E9 in popluar number systems.

HEXAFA1E9
Decimal175161233
Binary101011111010000111101001
Octal257241351

Shades and tints

Shades of #AFA1E9

#AFA1E9
(175,161,233)
#A093D4
(160,147,212)
#9185BF
(145,133,191)
#8277AA
(130,119,170)
#736995
(115,105,149)
#645B80
(100,91,128)
#554D6B
(85,77,107)
#463F56
(70,63,86)
#373141
(55,49,65)
#28232C
(40,35,44)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #AFA1E9

#AFA1E9
(175,161,233)
#B6A9EB
(182,169,235)
#BDB1ED
(189,177,237)
#C4B9EF
(196,185,239)
#CBC1F1
(203,193,241)
#D2C9F3
(210,201,243)
#D9D1F5
(217,209,245)
#E0D9F7
(224,217,247)
#E7E1F9
(231,225,249)
#EEE9FB
(238,233,251)
#F5F1FD
(245,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA1E9; }

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

This text font color is #AFA1E9.


Background Color

.myBgColor { background-color: #AFA1E9; }

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

This div background color is #AFA1E9.


Border color

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

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

This div border color is #AFA1E9.


Opacity

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

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

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

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

This text has shadow with #AFA1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA1E9 on black background.


Color preview on white background

This text has color #AFA1E9 on white background.



Black color preview on #AFA1E9 background

This text has black color on #AFA1E9 background.


White color preview on #AFA1E9 background

This text has white color on #AFA1E9 background.