COLOR #AF68EF

HEX: #AF68EF
RGB: (175,104,239)

Color info

#AF68EF contains mainly blue color. Web safe color of #AF68EF is #9966FF (or #96F).

RGB color model

#AF68EF color RGB value is (175,104,239).

  • red value is 175;
  • green value is 104;
  • blue value is 239.
RGB:
(175,104,239)
(69%,41%,94%)

RGB channels and saturation

R 175 of 255 = 69%
G 104 of 255 = 41%
B 239 of 255 = 94%

175
104
239

R + G + B ~ 68%. #AF68EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 104 + 239 = 518 (100%)
R 175 of 518 ~ 33.78%
G 104 of 518 ~ 20.08%
B 239 of 518 ~ 46.14%

%33.78
%20.08
%46.14

CMYK color model

#AF68EF color CMYK value is (27,56,0,6).

  • cyan value is 26.78%
  • magenta value is 56.49%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(27,56,0,6)
C27M56Y0K6 
(27%,56%,0%,6%)
(0.27/0.56/0.00/0.06)	

CMYK percentages

%26.78
%56.49
%0
%6.27

Codes

Color #AF68EF in popluar color models

AF68EF
RGB175104239
HSL272°80.84%67.25%
HSB/HSV272°56.49%93.73%
CMYK26.78%56.49%0.00%
6.27%

Color #AF68EF in popluar number systems.

HEXAF68EF
Decimal175104239
Binary10101111110100011101111
Octal257150357

Shades and tints

Shades of #AF68EF

#AF68EF
(175,104,239)
#A05FDA
(160,95,218)
#9156C5
(145,86,197)
#824DB0
(130,77,176)
#73449B
(115,68,155)
#643B86
(100,59,134)
#553271
(85,50,113)
#46295C
(70,41,92)
#372047
(55,32,71)
#281732
(40,23,50)
#190E1D
(25,14,29)
#000000
(0,0,0)

Tints of #AF68EF

#AF68EF
(175,104,239)
#B675F0
(182,117,240)
#BD82F1
(189,130,241)
#C48FF2
(196,143,242)
#CB9CF3
(203,156,243)
#D2A9F4
(210,169,244)
#D9B6F5
(217,182,245)
#E0C3F6
(224,195,246)
#E7D0F7
(231,208,247)
#EEDDF8
(238,221,248)
#F5EAF9
(245,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF68EF color. Also use rgb(175,104,239) instead hex code.

Text Font Color

.myTextColor { color: #AF68EF; }

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

This text font color is #AF68EF.


Background Color

.myBgColor { background-color: #AF68EF; }

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

This div background color is #AF68EF.


Border color

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

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

This div border color is #AF68EF.


Opacity

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

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

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

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

This text has shadow with #AF68EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF68EF on black background.


Color preview on white background

This text has color #AF68EF on white background.



Black color preview on #AF68EF background

This text has black color on #AF68EF background.


White color preview on #AF68EF background

This text has white color on #AF68EF background.