COLOR #AF9EF1

HEX: #AF9EF1 RGB: (175,158,241)

Color info

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

RGB color model

#AF9EF1 color RGB value is (175,158,241).

RGB: (175,158,241) (69%, 62%, 95%)

RGB channels and saturation

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

175
158
241

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

Portions of RGB colors in percentages

R + G + B = 175 + 158 + 241 = 574 (100%)
R 175 of 574 ~ 30.49%
G 158 of 574 ~ 27.53%
B 241 of 574 ~ 41.99'%

%30.49
%27.53
%41.99

CMYK color model

#AF9EF1 color CMYK value is (27,34,0,5).

  • cyan value is 27.39%
  • magenta value is 34.44%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (27,34,0,5)
C27M34Y0K5 (27%, 34%, 0%, 5%)
(0.27 / 0.34 / 0.00 / 0.05)

CMYK percentages

%27.39
%34.44
%0
%5.49

Codes

Color #AF9EF1 in popluar color models

AF 9E F1
RGB 175 158 241
HSL 252° 74.77% 78.24%
HSB/HSV 252° 34.44% 94.51%
CMYK 27.39% 34.44% 0.00%
5.49%

Color #AF9EF1 in popluar number systems.

HEX AF 9E F1
Decimal 175 158 241
Binary 10101111 10011110 11110001
Octal 257 236 361

Shades and tints

Shades of #AF9EF1

#AF9EF1
(175,158,241)
#A090DC
(160,144,220)
#9182C7
(145,130,199)
#8274B2
(130,116,178)
#73669D
(115,102,157)
#645888
(100,88,136)
#554A73
(85,74,115)
#463C5E
(70,60,94)
#372E49
(55,46,73)
#282034
(40,32,52)
#19121F
(25,18,31)
#000000
(0,0,0)

Tints of #AF9EF1

#AF9EF1
(175,158,241)
#B6A6F2
(182,166,242)
#BDAEF3
(189,174,243)
#C4B6F4
(196,182,244)
#CBBEF5
(203,190,245)
#D2C6F6
(210,198,246)
#D9CEF7
(217,206,247)
#E0D6F8
(224,214,248)
#E7DEF9
(231,222,249)
#EEE6FA
(238,230,250)
#F5EEFB
(245,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9EF1; }

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

This text font color is #AF9EF1.

Background Color

.myBgColor { background-color: #AF9EF1; }

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

This div background color is #AF9EF1.

Border color

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

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

This div border color is #AF9EF1.

Opacity

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

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

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

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

This text has shadow with #AF9EF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9EF1.

Preview

Color preview on black background

This text has color #AF9EF1 on black background.


Color preview on white background

This text has color #AF9EF1 on white background.


Black color preview on #AF9EF1 background

This text has black color on #AF9EF1 background.


White color preview on #AF9EF1 background

This text has white color on #AF9EF1 background.


Related colors

Complementary color

Complementary color for #hex is #50610E.


I love getcolorcode.com

Triadic colors

1 #F1AF9E and #9EF1AF with #AF9EF1 are triadic colors.

2 #F19EAF and #9EAFF1 with #AF9EF1 are triadic colors.