COLOR #AF7F98

HEX: #AF7F98
RGB: (175,127,152)

Color info

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

RGB color model

#AF7F98 color RGB value is (175,127,152).

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

RGB channels and saturation

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

175
127
152

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

Portions of RGB colors in percentages

R + G + B =
175 + 127 + 152 = 454 (100%)
R 175 of 454 ~ 38.55%
G 127 of 454 ~ 27.97%
B 152 of 454 ~ 33.48%

%38.55
%27.97
%33.48

CMYK color model

#AF7F98 color CMYK value is (0,27,13,31).

  • cyan value is 0.00%
  • magenta value is 27.43%
  • yellow value is 13.14%
  • key color value is 31.37%
CMYK:
(0,27,13,31)
C0M27Y13K31 
(0%,27%,13%,31%)
(0.00/0.27/0.13/0.31)	

CMYK percentages

%0
%27.43
%13.14
%31.37

Codes

Color #AF7F98 in popluar color models

AF7F98
RGB175127152
HSL329°23.08%59.22%
HSB/HSV329°27.43%68.63%
CMYK0.00%27.43%13.14%
31.37%

Color #AF7F98 in popluar number systems.

HEXAF7F98
Decimal175127152
Binary10101111111111110011000
Octal257177230

Shades and tints

Shades of #AF7F98

#AF7F98
(175,127,152)
#A0748B
(160,116,139)
#91697E
(145,105,126)
#825E71
(130,94,113)
#735364
(115,83,100)
#644857
(100,72,87)
#553D4A
(85,61,74)
#46323D
(70,50,61)
#372730
(55,39,48)
#281C23
(40,28,35)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #AF7F98

#AF7F98
(175,127,152)
#B68AA1
(182,138,161)
#BD95AA
(189,149,170)
#C4A0B3
(196,160,179)
#CBABBC
(203,171,188)
#D2B6C5
(210,182,197)
#D9C1CE
(217,193,206)
#E0CCD7
(224,204,215)
#E7D7E0
(231,215,224)
#EEE2E9
(238,226,233)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7F98; }

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

This text font color is #AF7F98.


Background Color

.myBgColor { background-color: #AF7F98; }

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

This div background color is #AF7F98.


Border color

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

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

This div border color is #AF7F98.


Opacity

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

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

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

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

This text has shadow with #AF7F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7F98 on black background.


Color preview on white background

This text has color #AF7F98 on white background.



Black color preview on #AF7F98 background

This text has black color on #AF7F98 background.


White color preview on #AF7F98 background

This text has white color on #AF7F98 background.