COLOR #AF79E3

HEX: #AF79E3 RGB: (175,121,227)

Color info

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

RGB color model

#AF79E3 color RGB value is (175,121,227).

RGB: (175,121,227) (69%, 47%, 89%)

RGB channels and saturation

R 175 of 255 = 69%
G 121 of 255 = 47%
B 227 of 255 = 89%

175
121
227

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

Portions of RGB colors in percentages

R + G + B = 175 + 121 + 227 = 523 (100%)
R 175 of 523 ~ 33.46%
G 121 of 523 ~ 23.14%
B 227 of 523 ~ 43.4'%

%33.46
%23.14
%43.4

CMYK color model

#AF79E3 color CMYK value is (23,47,0,11).

  • cyan value is 22.91%
  • magenta value is 46.70%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (23,47,0,11)
C23M47Y0K11 (23%, 47%, 0%, 11%)
(0.23 / 0.47 / 0.00 / 0.11)

CMYK percentages

%22.91
%46.7
%0
%10.98

Codes

Color #AF79E3 in popluar color models

AF 79 E3
RGB 175 121 227
HSL 271° 65.43% 68.24%
HSB/HSV 271° 46.70% 89.02%
CMYK 22.91% 46.70% 0.00%
10.98%

Color #AF79E3 in popluar number systems.

HEX AF 79 E3
Decimal 175 121 227
Binary 10101111 1111001 11100011
Octal 257 171 343

Shades and tints

Shades of #AF79E3

#AF79E3
(175,121,227)
#A06ECF
(160,110,207)
#9163BB
(145,99,187)
#8258A7
(130,88,167)
#734D93
(115,77,147)
#64427F
(100,66,127)
#55376B
(85,55,107)
#462C57
(70,44,87)
#372143
(55,33,67)
#28162F
(40,22,47)
#190B1B
(25,11,27)
#000000
(0,0,0)

Tints of #AF79E3

#AF79E3
(175,121,227)
#B685E5
(182,133,229)
#BD91E7
(189,145,231)
#C49DE9
(196,157,233)
#CBA9EB
(203,169,235)
#D2B5ED
(210,181,237)
#D9C1EF
(217,193,239)
#E0CDF1
(224,205,241)
#E7D9F3
(231,217,243)
#EEE5F5
(238,229,245)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF79E3; }

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

This text font color is #AF79E3.

Background Color

.myBgColor { background-color: #AF79E3; }

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

This div background color is #AF79E3.

Border color

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

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

This div border color is #AF79E3.

Opacity

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

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

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

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

This text has shadow with #AF79E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF79E3.

Preview

Color preview on black background

This text has color #AF79E3 on black background.


Color preview on white background

This text has color #AF79E3 on white background.


Black color preview on #AF79E3 background

This text has black color on #AF79E3 background.


White color preview on #AF79E3 background

This text has white color on #AF79E3 background.


Related colors

Complementary color

Complementary color for #hex is #50861C.


I love getcolorcode.com

Triadic colors

1 #E3AF79 and #79E3AF with #AF79E3 are triadic colors.

2 #E379AF and #79AFE3 with #AF79E3 are triadic colors.