COLOR #AF719E

HEX: #AF719E RGB: (175,113,158)

Color info

#AF719E contains mainly red and blue colors. Web safe color of #AF719E is #996699 (or #969).

RGB color model

#AF719E color RGB value is (175,113,158).

RGB: (175,113,158) (69%, 44%, 62%)

RGB channels and saturation

R 175 of 255 = 69%
G 113 of 255 = 44%
B 158 of 255 = 62%

175
113
158

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

Portions of RGB colors in percentages

R + G + B = 175 + 113 + 158 = 446 (100%)
R 175 of 446 ~ 39.24%
G 113 of 446 ~ 25.34%
B 158 of 446 ~ 35.43'%

%39.24
%25.34
%35.43

CMYK color model

#AF719E color CMYK value is (0,35,10,31).

  • cyan value is 0.00%
  • magenta value is 35.43%
  • yellow value is 9.71%
  • key color value is 31.37%
CMYK: (0,35,10,31) C0M35Y10K31 (0%,35%,10%,31%) (0.00/0.35/0.10/0.31) 

CMYK percentages

%0
%35.43
%9.71
%31.37

Codes

Color #AF719E in popluar color models

AF 71 9E
RGB 175 113 158
HSL 316° 27.93% 56.47%
HSB/HSV 316° 35.43% 68.63%
CMYK 0.00% 35.43% 9.71%
31.37%

Color #AF719E in popluar number systems.

HEX AF 71 9E
Decimal 175 113 158
Binary 10101111 1110001 10011110
Octal 257 161 236

Shades and tints

Shades of #AF719E

#AF719E
(175,113,158)
#A06790
(160,103,144)
#915D82
(145,93,130)
#825374
(130,83,116)
#734966
(115,73,102)
#643F58
(100,63,88)
#55354A
(85,53,74)
#462B3C
(70,43,60)
#37212E
(55,33,46)
#281720
(40,23,32)
#190D12
(25,13,18)
#000000
(0,0,0)

Tints of #AF719E

#AF719E
(175,113,158)
#B67DA6
(182,125,166)
#BD89AE
(189,137,174)
#C495B6
(196,149,182)
#CBA1BE
(203,161,190)
#D2ADC6
(210,173,198)
#D9B9CE
(217,185,206)
#E0C5D6
(224,197,214)
#E7D1DE
(231,209,222)
#EEDDE6
(238,221,230)
#F5E9EE
(245,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF719E color. Also use rgb(175,113,158) instead hex code.

Text Font Color

.myTextColor { color: #AF719E; }

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

This text font color is #AF719E.

Background Color

.myBgColor { background-color: #AF719E; }

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

This div background color is #AF719E.

Border color

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

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

This div border color is #AF719E.

Opacity

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

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

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

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

This text has shadow with #AF719E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF719E.

Preview

Color preview on black background

This text has color #AF719E on black background.


Color preview on white background

This text has color #AF719E on white background.


Black color preview on #AF719E background

This text has black color on #AF719E background.


White color preview on #AF719E background

This text has white color on #AF719E background.


Related colors

Complementary color

Complementary color for #hex is #508E61.


I love getcolorcode.com

Triadic colors

1 #9EAF71 and #719EAF with #AF719E are triadic colors.

2 #9E71AF and #71AF9E with #AF719E are triadic colors.