COLOR #AF79E9

HEX: #AF79E9
RGB: (175,121,233)

Color info

#AF79E9 contains mainly red and blue colors. Web safe color of #AF79E9 is #9966FF (or #96F).

RGB color model

#AF79E9 color RGB value is (175,121,233).

  • red value is 175;
  • green value is 121;
  • blue value is 233.
RGB:
(175,121,233)
(69%,47%,91%)

RGB channels and saturation

R 175 of 255 = 69%
G 121 of 255 = 47%
B 233 of 255 = 91%

175
121
233

R + G + B ~ 69%. #AF79E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 121 + 233 = 529 (100%)
R 175 of 529 ~ 33.08%
G 121 of 529 ~ 22.87%
B 233 of 529 ~ 44.05%

%33.08
%22.87
%44.05

CMYK color model

#AF79E9 color CMYK value is (25,48,0,9).

  • cyan value is 24.89%
  • magenta value is 48.07%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(25,48,0,9)
C25M48Y0K9 
(25%,48%,0%,9%)
(0.25/0.48/0.00/0.09)	

CMYK percentages

%24.89
%48.07
%0
%8.63

Codes

Color #AF79E9 in popluar color models

AF79E9
RGB175121233
HSL269°71.79%69.41%
HSB/HSV269°48.07%91.37%
CMYK24.89%48.07%0.00%
8.63%

Color #AF79E9 in popluar number systems.

HEXAF79E9
Decimal175121233
Binary10101111111100111101001
Octal257171351

Shades and tints

Shades of #AF79E9

#AF79E9
(175,121,233)
#A06ED4
(160,110,212)
#9163BF
(145,99,191)
#8258AA
(130,88,170)
#734D95
(115,77,149)
#644280
(100,66,128)
#55376B
(85,55,107)
#462C56
(70,44,86)
#372141
(55,33,65)
#28162C
(40,22,44)
#190B17
(25,11,23)
#000000
(0,0,0)

Tints of #AF79E9

#AF79E9
(175,121,233)
#B685EB
(182,133,235)
#BD91ED
(189,145,237)
#C49DEF
(196,157,239)
#CBA9F1
(203,169,241)
#D2B5F3
(210,181,243)
#D9C1F5
(217,193,245)
#E0CDF7
(224,205,247)
#E7D9F9
(231,217,249)
#EEE5FB
(238,229,251)
#F5F1FD
(245,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF79E9 color. Also use rgb(175,121,233) instead hex code.

Text Font Color

.myTextColor { color: #AF79E9; }

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

This text font color is #AF79E9.


Background Color

.myBgColor { background-color: #AF79E9; }

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

This div background color is #AF79E9.


Border color

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

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

This div border color is #AF79E9.


Opacity

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

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

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

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

This text has shadow with #AF79E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF79E9 on black background.


Color preview on white background

This text has color #AF79E9 on white background.



Black color preview on #AF79E9 background

This text has black color on #AF79E9 background.


White color preview on #AF79E9 background

This text has white color on #AF79E9 background.