COLOR #AF71A6

HEX: #AF71A6
RGB: (175,113,166)

Color info

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

RGB color model

#AF71A6 color RGB value is (175,113,166).

  • red value is 175;
  • green value is 113;
  • blue value is 166.
RGB:
(175,113,166)
(69%,44%,65%)

RGB channels and saturation

R 175 of 255 = 69%
G 113 of 255 = 44%
B 166 of 255 = 65%

175
113
166

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

Portions of RGB colors in percentages

R + G + B =
175 + 113 + 166 = 454 (100%)
R 175 of 454 ~ 38.55%
G 113 of 454 ~ 24.89%
B 166 of 454 ~ 36.56%

%38.55
%24.89
%36.56

CMYK color model

#AF71A6 color CMYK value is (0,35,5,31).

  • cyan value is 0.00%
  • magenta value is 35.43%
  • yellow value is 5.14%
  • key color value is 31.37%
CMYK:
(0,35,5,31)
C0M35Y5K31 
(0%,35%,5%,31%)
(0.00/0.35/0.05/0.31)	

CMYK percentages

%0
%35.43
%5.14
%31.37

Codes

Color #AF71A6 in popluar color models

AF71A6
RGB175113166
HSL309°27.93%56.47%
HSB/HSV309°35.43%68.63%
CMYK0.00%35.43%5.14%
31.37%

Color #AF71A6 in popluar number systems.

HEXAF71A6
Decimal175113166
Binary10101111111000110100110
Octal257161246

Shades and tints

Shades of #AF71A6

#AF71A6
(175,113,166)
#A06797
(160,103,151)
#915D88
(145,93,136)
#825379
(130,83,121)
#73496A
(115,73,106)
#643F5B
(100,63,91)
#55354C
(85,53,76)
#462B3D
(70,43,61)
#37212E
(55,33,46)
#28171F
(40,23,31)
#190D10
(25,13,16)
#000000
(0,0,0)

Tints of #AF71A6

#AF71A6
(175,113,166)
#B67DAE
(182,125,174)
#BD89B6
(189,137,182)
#C495BE
(196,149,190)
#CBA1C6
(203,161,198)
#D2ADCE
(210,173,206)
#D9B9D6
(217,185,214)
#E0C5DE
(224,197,222)
#E7D1E6
(231,209,230)
#EEDDEE
(238,221,238)
#F5E9F6
(245,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF71A6; }

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

This text font color is #AF71A6.


Background Color

.myBgColor { background-color: #AF71A6; }

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

This div background color is #AF71A6.


Border color

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

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

This div border color is #AF71A6.


Opacity

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

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

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

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

This text has shadow with #AF71A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF71A6 on black background.


Color preview on white background

This text has color #AF71A6 on white background.



Black color preview on #AF71A6 background

This text has black color on #AF71A6 background.


White color preview on #AF71A6 background

This text has white color on #AF71A6 background.