COLOR #AF96FD

HEX: #AF96FD
RGB: (175,150,253)

Color info

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

RGB color model

#AF96FD color RGB value is (175,150,253).

  • red value is 175;
  • green value is 150;
  • blue value is 253.
RGB:
(175,150,253)
(69%,59%,99%)

RGB channels and saturation

R 175 of 255 = 69%
G 150 of 255 = 59%
B 253 of 255 = 99%

175
150
253

R + G + B ~ 76%. #AF96FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 150 + 253 = 578 (100%)
R 175 of 578 ~ 30.28%
G 150 of 578 ~ 25.95%
B 253 of 578 ~ 43.77%

%30.28
%25.95
%43.77

CMYK color model

#AF96FD color CMYK value is (31,41,0,1).

  • cyan value is 30.83%
  • magenta value is 40.71%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(31,41,0,1)
C31M41Y0K1 
(31%,41%,0%,1%)
(0.31/0.41/0.00/0.01)	

CMYK percentages

%30.83
%40.71
%0
%0.78

Codes

Color #AF96FD in popluar color models

AF96FD
RGB175150253
HSL255°96.26%79.02%
HSB/HSV255°40.71%99.22%
CMYK30.83%40.71%0.00%
0.78%

Color #AF96FD in popluar number systems.

HEXAF96FD
Decimal175150253
Binary101011111001011011111101
Octal257226375

Shades and tints

Shades of #AF96FD

#AF96FD
(175,150,253)
#A089E6
(160,137,230)
#917CCF
(145,124,207)
#826FB8
(130,111,184)
#7362A1
(115,98,161)
#64558A
(100,85,138)
#554873
(85,72,115)
#463B5C
(70,59,92)
#372E45
(55,46,69)
#28212E
(40,33,46)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #AF96FD

#AF96FD
(175,150,253)
#B69FFD
(182,159,253)
#BDA8FD
(189,168,253)
#C4B1FD
(196,177,253)
#CBBAFD
(203,186,253)
#D2C3FD
(210,195,253)
#D9CCFD
(217,204,253)
#E0D5FD
(224,213,253)
#E7DEFD
(231,222,253)
#EEE7FD
(238,231,253)
#F5F0FD
(245,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF96FD color. Also use rgb(175,150,253) instead hex code.

Text Font Color

.myTextColor { color: #AF96FD; }

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

This text font color is #AF96FD.


Background Color

.myBgColor { background-color: #AF96FD; }

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

This div background color is #AF96FD.


Border color

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

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

This div border color is #AF96FD.


Opacity

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

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

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

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

This text has shadow with #AF96FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF96FD on black background.


Color preview on white background

This text has color #AF96FD on white background.



Black color preview on #AF96FD background

This text has black color on #AF96FD background.


White color preview on #AF96FD background

This text has white color on #AF96FD background.