COLOR #AF7991

HEX: #AF7991
RGB: (175,121,145)

Color info

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

RGB color model

#AF7991 color RGB value is (175,121,145).

  • red value is 175;
  • green value is 121;
  • blue value is 145.
RGB:
(175,121,145)
(69%,47%,57%)

RGB channels and saturation

R 175 of 255 = 69%
G 121 of 255 = 47%
B 145 of 255 = 57%

175
121
145

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

Portions of RGB colors in percentages

R + G + B =
175 + 121 + 145 = 441 (100%)
R 175 of 441 ~ 39.68%
G 121 of 441 ~ 27.44%
B 145 of 441 ~ 32.88%

%39.68
%27.44
%32.88

CMYK color model

#AF7991 color CMYK value is (0,31,17,31).

  • cyan value is 0.00%
  • magenta value is 30.86%
  • yellow value is 17.14%
  • key color value is 31.37%
CMYK:
(0,31,17,31)
C0M31Y17K31 
(0%,31%,17%,31%)
(0.00/0.31/0.17/0.31)	

CMYK percentages

%0
%30.86
%17.14
%31.37

Codes

Color #AF7991 in popluar color models

AF7991
RGB175121145
HSL333°25.23%58.04%
HSB/HSV333°30.86%68.63%
CMYK0.00%30.86%17.14%
31.37%

Color #AF7991 in popluar number systems.

HEXAF7991
Decimal175121145
Binary10101111111100110010001
Octal257171221

Shades and tints

Shades of #AF7991

#AF7991
(175,121,145)
#A06E84
(160,110,132)
#916377
(145,99,119)
#82586A
(130,88,106)
#734D5D
(115,77,93)
#644250
(100,66,80)
#553743
(85,55,67)
#462C36
(70,44,54)
#372129
(55,33,41)
#28161C
(40,22,28)
#190B0F
(25,11,15)
#000000
(0,0,0)

Tints of #AF7991

#AF7991
(175,121,145)
#B6859B
(182,133,155)
#BD91A5
(189,145,165)
#C49DAF
(196,157,175)
#CBA9B9
(203,169,185)
#D2B5C3
(210,181,195)
#D9C1CD
(217,193,205)
#E0CDD7
(224,205,215)
#E7D9E1
(231,217,225)
#EEE5EB
(238,229,235)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7991; }

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

This text font color is #AF7991.


Background Color

.myBgColor { background-color: #AF7991; }

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

This div background color is #AF7991.


Border color

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

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

This div border color is #AF7991.


Opacity

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

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

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

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

This text has shadow with #AF7991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7991 on black background.


Color preview on white background

This text has color #AF7991 on white background.



Black color preview on #AF7991 background

This text has black color on #AF7991 background.


White color preview on #AF7991 background

This text has white color on #AF7991 background.