COLOR #AF79AA

HEX: #AF79AA RGB: (175,121,170)

Color info

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

RGB color model

#AF79AA color RGB value is (175,121,170).

RGB: (175,121,170) (69%, 47%, 67%)

RGB channels and saturation

R 175 of 255 = 69%
G 121 of 255 = 47%
B 170 of 255 = 67%

175
121
170

R + G + B ~ 61%. #AF79AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 121 + 170 = 466 (100%)
R 175 of 466 ~ 37.55%
G 121 of 466 ~ 25.97%
B 170 of 466 ~ 36.48'%

%37.55
%25.97
%36.48

CMYK color model

#AF79AA color CMYK value is (0,31,3,31).

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

CMYK: (0,31,3,31)
C0M31Y3K31 (0%, 31%, 3%, 31%)
(0.00 / 0.31 / 0.03 / 0.31)

CMYK percentages

%0
%30.86
%2.86
%31.37

Codes

Color #AF79AA in popluar color models

AF 79 AA
RGB 175 121 170
HSL 306° 25.23% 58.04%
HSB/HSV 306° 30.86% 68.63%
CMYK 0.00% 30.86% 2.86%
31.37%

Color #AF79AA in popluar number systems.

HEX AF 79 AA
Decimal 175 121 170
Binary 10101111 1111001 10101010
Octal 257 171 252

Shades and tints

Shades of #AF79AA

#AF79AA
(175,121,170)
#A06E9B
(160,110,155)
#91638C
(145,99,140)
#82587D
(130,88,125)
#734D6E
(115,77,110)
#64425F
(100,66,95)
#553750
(85,55,80)
#462C41
(70,44,65)
#372132
(55,33,50)
#281623
(40,22,35)
#190B14
(25,11,20)
#000000
(0,0,0)

Tints of #AF79AA

#AF79AA
(175,121,170)
#B685B1
(182,133,177)
#BD91B8
(189,145,184)
#C49DBF
(196,157,191)
#CBA9C6
(203,169,198)
#D2B5CD
(210,181,205)
#D9C1D4
(217,193,212)
#E0CDDB
(224,205,219)
#E7D9E2
(231,217,226)
#EEE5E9
(238,229,233)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF79AA; }

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

This text font color is #AF79AA.

Background Color

.myBgColor { background-color: #AF79AA; }

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

This div background color is #AF79AA.

Border color

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

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

This div border color is #AF79AA.

Opacity

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

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

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

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

This text has shadow with #AF79AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF79AA.

Preview

Color preview on black background

This text has color #AF79AA on black background.


Color preview on white background

This text has color #AF79AA on white background.


Black color preview on #AF79AA background

This text has black color on #AF79AA background.


White color preview on #AF79AA background

This text has white color on #AF79AA background.


Related colors

Complementary color

Complementary color for #hex is #508655.


I love getcolorcode.com

Triadic colors

1 #AAAF79 and #79AAAF with #AF79AA are triadic colors.

2 #AA79AF and #79AFAA with #AF79AA are triadic colors.