COLOR #AF9FE6

HEX: #AF9FE6
RGB: (175,159,230)

Color info

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

RGB color model

#AF9FE6 color RGB value is (175,159,230).

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

RGB channels and saturation

R 175 of 255 = 69%
G 159 of 255 = 62%
B 230 of 255 = 90%

175
159
230

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

Portions of RGB colors in percentages

R + G + B =
175 + 159 + 230 = 564 (100%)
R 175 of 564 ~ 31.03%
G 159 of 564 ~ 28.19%
B 230 of 564 ~ 40.78%

%31.03
%28.19
%40.78

CMYK color model

#AF9FE6 color CMYK value is (24,31,0,10).

  • cyan value is 23.91%
  • magenta value is 30.87%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(24,31,0,10)
C24M31Y0K10 
(24%,31%,0%,10%)
(0.24/0.31/0.00/0.10)	

CMYK percentages

%23.91
%30.87
%0
%9.8

Codes

Color #AF9FE6 in popluar color models

AF9FE6
RGB175159230
HSL254°58.68%76.27%
HSB/HSV254°30.87%90.20%
CMYK23.91%30.87%0.00%
9.80%

Color #AF9FE6 in popluar number systems.

HEXAF9FE6
Decimal175159230
Binary101011111001111111100110
Octal257237346

Shades and tints

Shades of #AF9FE6

#AF9FE6
(175,159,230)
#A091D2
(160,145,210)
#9183BE
(145,131,190)
#8275AA
(130,117,170)
#736796
(115,103,150)
#645982
(100,89,130)
#554B6E
(85,75,110)
#463D5A
(70,61,90)
#372F46
(55,47,70)
#282132
(40,33,50)
#19131E
(25,19,30)
#000000
(0,0,0)

Tints of #AF9FE6

#AF9FE6
(175,159,230)
#B6A7E8
(182,167,232)
#BDAFEA
(189,175,234)
#C4B7EC
(196,183,236)
#CBBFEE
(203,191,238)
#D2C7F0
(210,199,240)
#D9CFF2
(217,207,242)
#E0D7F4
(224,215,244)
#E7DFF6
(231,223,246)
#EEE7F8
(238,231,248)
#F5EFFA
(245,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9FE6; }

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

This text font color is #AF9FE6.


Background Color

.myBgColor { background-color: #AF9FE6; }

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

This div background color is #AF9FE6.


Border color

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

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

This div border color is #AF9FE6.


Opacity

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

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

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

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

This text has shadow with #AF9FE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9FE6 on black background.


Color preview on white background

This text has color #AF9FE6 on white background.



Black color preview on #AF9FE6 background

This text has black color on #AF9FE6 background.


White color preview on #AF9FE6 background

This text has white color on #AF9FE6 background.