COLOR #AFA1EB

HEX: #AFA1EB
RGB: (175,161,235)

Color info

#AFA1EB contains mainly blue color. Web safe color of #AFA1EB is #9999FF (or #99F).

RGB color model

#AFA1EB color RGB value is (175,161,235).

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

RGB channels and saturation

R 175 of 255 = 69%
G 161 of 255 = 63%
B 235 of 255 = 92%

175
161
235

R + G + B ~ 75%. #AFA1EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 161 + 235 = 571 (100%)
R 175 of 571 ~ 30.65%
G 161 of 571 ~ 28.2%
B 235 of 571 ~ 41.16%

%30.65
%28.2
%41.16

CMYK color model

#AFA1EB color CMYK value is (26,31,0,8).

  • cyan value is 25.53%
  • magenta value is 31.49%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(26,31,0,8)
C26M31Y0K8 
(26%,31%,0%,8%)
(0.26/0.31/0.00/0.08)	

CMYK percentages

%25.53
%31.49
%0
%7.84

Codes

Color #AFA1EB in popluar color models

AFA1EB
RGB175161235
HSL251°64.91%77.65%
HSB/HSV251°31.49%92.16%
CMYK25.53%31.49%0.00%
7.84%

Color #AFA1EB in popluar number systems.

HEXAFA1EB
Decimal175161235
Binary101011111010000111101011
Octal257241353

Shades and tints

Shades of #AFA1EB

#AFA1EB
(175,161,235)
#A093D6
(160,147,214)
#9185C1
(145,133,193)
#8277AC
(130,119,172)
#736997
(115,105,151)
#645B82
(100,91,130)
#554D6D
(85,77,109)
#463F58
(70,63,88)
#373143
(55,49,67)
#28232E
(40,35,46)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #AFA1EB

#AFA1EB
(175,161,235)
#B6A9EC
(182,169,236)
#BDB1ED
(189,177,237)
#C4B9EE
(196,185,238)
#CBC1EF
(203,193,239)
#D2C9F0
(210,201,240)
#D9D1F1
(217,209,241)
#E0D9F2
(224,217,242)
#E7E1F3
(231,225,243)
#EEE9F4
(238,233,244)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA1EB; }

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

This text font color is #AFA1EB.


Background Color

.myBgColor { background-color: #AFA1EB; }

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

This div background color is #AFA1EB.


Border color

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

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

This div border color is #AFA1EB.


Opacity

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

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

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

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

This text has shadow with #AFA1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA1EB on black background.


Color preview on white background

This text has color #AFA1EB on white background.



Black color preview on #AFA1EB background

This text has black color on #AFA1EB background.


White color preview on #AFA1EB background

This text has white color on #AFA1EB background.