COLOR #AF7F9A

HEX: #AF7F9A
RGB: (175,127,154)

Color info

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

RGB color model

#AF7F9A color RGB value is (175,127,154).

  • red value is 175;
  • green value is 127;
  • blue value is 154.
RGB:
(175,127,154)
(69%,50%,60%)

RGB channels and saturation

R 175 of 255 = 69%
G 127 of 255 = 50%
B 154 of 255 = 60%

175
127
154

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

Portions of RGB colors in percentages

R + G + B =
175 + 127 + 154 = 456 (100%)
R 175 of 456 ~ 38.38%
G 127 of 456 ~ 27.85%
B 154 of 456 ~ 33.77%

%38.38
%27.85
%33.77

CMYK color model

#AF7F9A color CMYK value is (0,27,12,31).

  • cyan value is 0.00%
  • magenta value is 27.43%
  • yellow value is 12.00%
  • key color value is 31.37%
CMYK:
(0,27,12,31)
C0M27Y12K31 
(0%,27%,12%,31%)
(0.00/0.27/0.12/0.31)	

CMYK percentages

%0
%27.43
%12
%31.37

Codes

Color #AF7F9A in popluar color models

AF7F9A
RGB175127154
HSL326°23.08%59.22%
HSB/HSV326°27.43%68.63%
CMYK0.00%27.43%12.00%
31.37%

Color #AF7F9A in popluar number systems.

HEXAF7F9A
Decimal175127154
Binary10101111111111110011010
Octal257177232

Shades and tints

Shades of #AF7F9A

#AF7F9A
(175,127,154)
#A0748C
(160,116,140)
#91697E
(145,105,126)
#825E70
(130,94,112)
#735362
(115,83,98)
#644854
(100,72,84)
#553D46
(85,61,70)
#463238
(70,50,56)
#37272A
(55,39,42)
#281C1C
(40,28,28)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #AF7F9A

#AF7F9A
(175,127,154)
#B68AA3
(182,138,163)
#BD95AC
(189,149,172)
#C4A0B5
(196,160,181)
#CBABBE
(203,171,190)
#D2B6C7
(210,182,199)
#D9C1D0
(217,193,208)
#E0CCD9
(224,204,217)
#E7D7E2
(231,215,226)
#EEE2EB
(238,226,235)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7F9A color. Also use rgb(175,127,154) instead hex code.

Text Font Color

.myTextColor { color: #AF7F9A; }

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

This text font color is #AF7F9A.


Background Color

.myBgColor { background-color: #AF7F9A; }

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

This div background color is #AF7F9A.


Border color

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

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

This div border color is #AF7F9A.


Opacity

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

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

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

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

This text has shadow with #AF7F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7F9A on black background.


Color preview on white background

This text has color #AF7F9A on white background.



Black color preview on #AF7F9A background

This text has black color on #AF7F9A background.


White color preview on #AF7F9A background

This text has white color on #AF7F9A background.