COLOR #AF79A1

HEX: #AF79A1 RGB: (175,121,161)

Color info

#AF79A1 contains red, green and blue colors in about the same proportion. Web safe color of #AF79A1 is #996699 (or #969).

RGB color model

#AF79A1 color RGB value is (175,121,161).

RGB: (175,121,161) (69%, 47%, 63%)

RGB channels and saturation

R 175 of 255 = 69%
G 121 of 255 = 47%
B 161 of 255 = 63%

175
121
161

R + G + B ~ 60%. #AF79A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 175 + 121 + 161 = 457 (100%)
R 175 of 457 ~ 38.29%
G 121 of 457 ~ 26.48%
B 161 of 457 ~ 35.23'%

%38.29
%26.48
%35.23

CMYK color model

#AF79A1 color CMYK value is (0,31,8,31).

  • cyan value is 0.00%
  • magenta value is 30.86%
  • yellow value is 8.00%
  • key color value is 31.37%

CMYK: (0,31,8,31)
C0M31Y8K31 (0%, 31%, 8%, 31%)
(0.00 / 0.31 / 0.08 / 0.31)

CMYK percentages

%0
%30.86
%8
%31.37

Codes

Color #AF79A1 in popluar color models

AF 79 A1
RGB 175 121 161
HSL 316° 25.23% 58.04%
HSB/HSV 316° 30.86% 68.63%
CMYK 0.00% 30.86% 8.00%
31.37%

Color #AF79A1 in popluar number systems.

HEX AF 79 A1
Decimal 175 121 161
Binary 10101111 1111001 10100001
Octal 257 171 241

Shades and tints

Shades of #AF79A1

#AF79A1
(175,121,161)
#A06E93
(160,110,147)
#916385
(145,99,133)
#825877
(130,88,119)
#734D69
(115,77,105)
#64425B
(100,66,91)
#55374D
(85,55,77)
#462C3F
(70,44,63)
#372131
(55,33,49)
#281623
(40,22,35)
#190B15
(25,11,21)
#000000
(0,0,0)

Tints of #AF79A1

#AF79A1
(175,121,161)
#B685A9
(182,133,169)
#BD91B1
(189,145,177)
#C49DB9
(196,157,185)
#CBA9C1
(203,169,193)
#D2B5C9
(210,181,201)
#D9C1D1
(217,193,209)
#E0CDD9
(224,205,217)
#E7D9E1
(231,217,225)
#EEE5E9
(238,229,233)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF79A1; }

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

This text font color is #AF79A1.

Background Color

.myBgColor { background-color: #AF79A1; }

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

This div background color is #AF79A1.

Border color

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

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

This div border color is #AF79A1.

Opacity

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

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

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

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

This text has shadow with #AF79A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF79A1.

Preview

Color preview on black background

This text has color #AF79A1 on black background.


Color preview on white background

This text has color #AF79A1 on white background.


Black color preview on #AF79A1 background

This text has black color on #AF79A1 background.


White color preview on #AF79A1 background

This text has white color on #AF79A1 background.


Related colors

Complementary color

Complementary color for #hex is #50865E.


I love getcolorcode.com

Triadic colors

1 #A1AF79 and #79A1AF with #AF79A1 are triadic colors.

2 #A179AF and #79AFA1 with #AF79A1 are triadic colors.