COLOR #AF7191

HEX: #AF7191
RGB: (175,113,145)

Color info

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

RGB color model

#AF7191 color RGB value is (175,113,145).

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

RGB channels and saturation

R 175 of 255 = 69%
G 113 of 255 = 44%
B 145 of 255 = 57%

175
113
145

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

Portions of RGB colors in percentages

R + G + B =
175 + 113 + 145 = 433 (100%)
R 175 of 433 ~ 40.42%
G 113 of 433 ~ 26.1%
B 145 of 433 ~ 33.49%

%40.42
%26.1
%33.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.43%
  • yellow value is 17.14%
  • key color value is 31.37%
CMYK:
(0,35,17,31)
C0M35Y17K31 
(0%,35%,17%,31%)
(0.00/0.35/0.17/0.31)	

CMYK percentages

%0
%35.43
%17.14
%31.37

Codes

Color #AF7191 in popluar color models

AF7191
RGB175113145
HSL329°27.93%56.47%
HSB/HSV329°35.43%68.63%
CMYK0.00%35.43%17.14%
31.37%

Color #AF7191 in popluar number systems.

HEXAF7191
Decimal175113145
Binary10101111111000110010001
Octal257161221

Shades and tints

Shades of #AF7191

#AF7191
(175,113,145)
#A06784
(160,103,132)
#915D77
(145,93,119)
#82536A
(130,83,106)
#73495D
(115,73,93)
#643F50
(100,63,80)
#553543
(85,53,67)
#462B36
(70,43,54)
#372129
(55,33,41)
#28171C
(40,23,28)
#190D0F
(25,13,15)
#000000
(0,0,0)

Tints of #AF7191

#AF7191
(175,113,145)
#B67D9B
(182,125,155)
#BD89A5
(189,137,165)
#C495AF
(196,149,175)
#CBA1B9
(203,161,185)
#D2ADC3
(210,173,195)
#D9B9CD
(217,185,205)
#E0C5D7
(224,197,215)
#E7D1E1
(231,209,225)
#EEDDEB
(238,221,235)
#F5E9F5
(245,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7191; }

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

This text font color is #AF7191.


Background Color

.myBgColor { background-color: #AF7191; }

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

This div background color is #AF7191.


Border color

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

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

This div border color is #AF7191.


Opacity

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

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

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

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

This text has shadow with #AF7191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7191 on black background.


Color preview on white background

This text has color #AF7191 on white background.



Black color preview on #AF7191 background

This text has black color on #AF7191 background.


White color preview on #AF7191 background

This text has white color on #AF7191 background.