COLOR #AF9DF1

HEX: #AF9DF1
RGB: (175,157,241)

Color info

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

RGB color model

#AF9DF1 color RGB value is (175,157,241).

  • red value is 175;
  • green value is 157;
  • blue value is 241.
RGB:
(175,157,241)
(69%,62%,95%)

RGB channels and saturation

R 175 of 255 = 69%
G 157 of 255 = 62%
B 241 of 255 = 95%

175
157
241

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

Portions of RGB colors in percentages

R + G + B =
175 + 157 + 241 = 573 (100%)
R 175 of 573 ~ 30.54%
G 157 of 573 ~ 27.4%
B 241 of 573 ~ 42.06%

%30.54
%27.4
%42.06

CMYK color model

#AF9DF1 color CMYK value is (27,35,0,5).

  • cyan value is 27.39%
  • magenta value is 34.85%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(27,35,0,5)
C27M35Y0K5 
(27%,35%,0%,5%)
(0.27/0.35/0.00/0.05)	

CMYK percentages

%27.39
%34.85
%0
%5.49

Codes

Color #AF9DF1 in popluar color models

AF9DF1
RGB175157241
HSL253°75.00%78.04%
HSB/HSV253°34.85%94.51%
CMYK27.39%34.85%0.00%
5.49%

Color #AF9DF1 in popluar number systems.

HEXAF9DF1
Decimal175157241
Binary101011111001110111110001
Octal257235361

Shades and tints

Shades of #AF9DF1

#AF9DF1
(175,157,241)
#A08FDC
(160,143,220)
#9181C7
(145,129,199)
#8273B2
(130,115,178)
#73659D
(115,101,157)
#645788
(100,87,136)
#554973
(85,73,115)
#463B5E
(70,59,94)
#372D49
(55,45,73)
#281F34
(40,31,52)
#19111F
(25,17,31)
#000000
(0,0,0)

Tints of #AF9DF1

#AF9DF1
(175,157,241)
#B6A5F2
(182,165,242)
#BDADF3
(189,173,243)
#C4B5F4
(196,181,244)
#CBBDF5
(203,189,245)
#D2C5F6
(210,197,246)
#D9CDF7
(217,205,247)
#E0D5F8
(224,213,248)
#E7DDF9
(231,221,249)
#EEE5FA
(238,229,250)
#F5EDFB
(245,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9DF1 color. Also use rgb(175,157,241) instead hex code.

Text Font Color

.myTextColor { color: #AF9DF1; }

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

This text font color is #AF9DF1.


Background Color

.myBgColor { background-color: #AF9DF1; }

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

This div background color is #AF9DF1.


Border color

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

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

This div border color is #AF9DF1.


Opacity

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

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

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

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

This text has shadow with #AF9DF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9DF1 on black background.


Color preview on white background

This text has color #AF9DF1 on white background.



Black color preview on #AF9DF1 background

This text has black color on #AF9DF1 background.


White color preview on #AF9DF1 background

This text has white color on #AF9DF1 background.