COLOR #AF79DF

HEX: #AF79DF
RGB: (175,121,223)

Color info

#AF79DF contains mainly red and blue colors. Web safe color of #AF79DF is #9966CC (or #96C).

RGB color model

#AF79DF color RGB value is (175,121,223).

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

RGB channels and saturation

R 175 of 255 = 69%
G 121 of 255 = 47%
B 223 of 255 = 87%

175
121
223

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

Portions of RGB colors in percentages

R + G + B =
175 + 121 + 223 = 519 (100%)
R 175 of 519 ~ 33.72%
G 121 of 519 ~ 23.31%
B 223 of 519 ~ 42.97%

%33.72
%23.31
%42.97

CMYK color model

#AF79DF color CMYK value is (22,46,0,13).

  • cyan value is 21.52%
  • magenta value is 45.74%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(22,46,0,13)
C22M46Y0K13 
(22%,46%,0%,13%)
(0.22/0.46/0.00/0.13)	

CMYK percentages

%21.52
%45.74
%0
%12.55

Codes

Color #AF79DF in popluar color models

AF79DF
RGB175121223
HSL272°61.45%67.45%
HSB/HSV272°45.74%87.45%
CMYK21.52%45.74%0.00%
12.55%

Color #AF79DF in popluar number systems.

HEXAF79DF
Decimal175121223
Binary10101111111100111011111
Octal257171337

Shades and tints

Shades of #AF79DF

#AF79DF
(175,121,223)
#A06ECB
(160,110,203)
#9163B7
(145,99,183)
#8258A3
(130,88,163)
#734D8F
(115,77,143)
#64427B
(100,66,123)
#553767
(85,55,103)
#462C53
(70,44,83)
#37213F
(55,33,63)
#28162B
(40,22,43)
#190B17
(25,11,23)
#000000
(0,0,0)

Tints of #AF79DF

#AF79DF
(175,121,223)
#B685E1
(182,133,225)
#BD91E3
(189,145,227)
#C49DE5
(196,157,229)
#CBA9E7
(203,169,231)
#D2B5E9
(210,181,233)
#D9C1EB
(217,193,235)
#E0CDED
(224,205,237)
#E7D9EF
(231,217,239)
#EEE5F1
(238,229,241)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF79DF; }

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

This text font color is #AF79DF.


Background Color

.myBgColor { background-color: #AF79DF; }

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

This div background color is #AF79DF.


Border color

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

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

This div border color is #AF79DF.


Opacity

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

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

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

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

This text has shadow with #AF79DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF79DF on black background.


Color preview on white background

This text has color #AF79DF on white background.



Black color preview on #AF79DF background

This text has black color on #AF79DF background.


White color preview on #AF79DF background

This text has white color on #AF79DF background.