COLOR #AF9FE3

HEX: #AF9FE3
RGB: (175,159,227)

Color info

#AF9FE3 contains mainly red and blue colors. Web safe color of #AF9FE3 is #9999CC (or #99C).

RGB color model

#AF9FE3 color RGB value is (175,159,227).

  • red value is 175;
  • green value is 159;
  • blue value is 227.
RGB:
(175,159,227)
(69%,62%,89%)

RGB channels and saturation

R 175 of 255 = 69%
G 159 of 255 = 62%
B 227 of 255 = 89%

175
159
227

R + G + B ~ 73%. #AF9FE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 159 + 227 = 561 (100%)
R 175 of 561 ~ 31.19%
G 159 of 561 ~ 28.34%
B 227 of 561 ~ 40.46%

%31.19
%28.34
%40.46

CMYK color model

#AF9FE3 color CMYK value is (23,30,0,11).

  • cyan value is 22.91%
  • magenta value is 29.96%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(23,30,0,11)
C23M30Y0K11 
(23%,30%,0%,11%)
(0.23/0.30/0.00/0.11)	

CMYK percentages

%22.91
%29.96
%0
%10.98

Codes

Color #AF9FE3 in popluar color models

AF9FE3
RGB175159227
HSL254°54.84%75.69%
HSB/HSV254°29.96%89.02%
CMYK22.91%29.96%0.00%
10.98%

Color #AF9FE3 in popluar number systems.

HEXAF9FE3
Decimal175159227
Binary101011111001111111100011
Octal257237343

Shades and tints

Shades of #AF9FE3

#AF9FE3
(175,159,227)
#A091CF
(160,145,207)
#9183BB
(145,131,187)
#8275A7
(130,117,167)
#736793
(115,103,147)
#64597F
(100,89,127)
#554B6B
(85,75,107)
#463D57
(70,61,87)
#372F43
(55,47,67)
#28212F
(40,33,47)
#19131B
(25,19,27)
#000000
(0,0,0)

Tints of #AF9FE3

#AF9FE3
(175,159,227)
#B6A7E5
(182,167,229)
#BDAFE7
(189,175,231)
#C4B7E9
(196,183,233)
#CBBFEB
(203,191,235)
#D2C7ED
(210,199,237)
#D9CFEF
(217,207,239)
#E0D7F1
(224,215,241)
#E7DFF3
(231,223,243)
#EEE7F5
(238,231,245)
#F5EFF7
(245,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9FE3 color. Also use rgb(175,159,227) instead hex code.

Text Font Color

.myTextColor { color: #AF9FE3; }

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

This text font color is #AF9FE3.


Background Color

.myBgColor { background-color: #AF9FE3; }

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

This div background color is #AF9FE3.


Border color

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

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

This div border color is #AF9FE3.


Opacity

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

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

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

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

This text has shadow with #AF9FE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9FE3 on black background.


Color preview on white background

This text has color #AF9FE3 on white background.



Black color preview on #AF9FE3 background

This text has black color on #AF9FE3 background.


White color preview on #AF9FE3 background

This text has white color on #AF9FE3 background.