COLOR #AF91B1

HEX: #AF91B1 RGB: (175,145,177)

Color info

#AF91B1 contains red, green and blue colors in about the same proportion. Web safe color of #AF91B1 is #999999 (or #999).

RGB color model

#AF91B1 color RGB value is (175,145,177).

RGB: (175,145,177) (69%, 57%, 69%)

RGB channels and saturation

R 175 of 255 = 69%
G 145 of 255 = 57%
B 177 of 255 = 69%

175
145
177

R + G + B ~ 65%. #AF91B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 145 + 177 = 497 (100%)
R 175 of 497 ~ 35.21%
G 145 of 497 ~ 29.18%
B 177 of 497 ~ 35.61'%

%35.21
%29.18
%35.61

CMYK color model

#AF91B1 color CMYK value is (1,18,0,31).

  • cyan value is 1.13%
  • magenta value is 18.08%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (1,18,0,31)
C1M18Y0K31 (1%, 18%, 0%, 31%)
(0.01 / 0.18 / 0.00 / 0.31)

CMYK percentages

%1.13
%18.08
%0
%30.59

Codes

Color #AF91B1 in popluar color models

AF 91 B1
RGB 175 145 177
HSL 296° 17.02% 63.14%
HSB/HSV 296° 18.08% 69.41%
CMYK 1.13% 18.08% 0.00%
30.59%

Color #AF91B1 in popluar number systems.

HEX AF 91 B1
Decimal 175 145 177
Binary 10101111 10010001 10110001
Octal 257 221 261

Shades and tints

Shades of #AF91B1

#AF91B1
(175,145,177)
#A084A1
(160,132,161)
#917791
(145,119,145)
#826A81
(130,106,129)
#735D71
(115,93,113)
#645061
(100,80,97)
#554351
(85,67,81)
#463641
(70,54,65)
#372931
(55,41,49)
#281C21
(40,28,33)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #AF91B1

#AF91B1
(175,145,177)
#B69BB8
(182,155,184)
#BDA5BF
(189,165,191)
#C4AFC6
(196,175,198)
#CBB9CD
(203,185,205)
#D2C3D4
(210,195,212)
#D9CDDB
(217,205,219)
#E0D7E2
(224,215,226)
#E7E1E9
(231,225,233)
#EEEBF0
(238,235,240)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF91B1; }

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

This text font color is #AF91B1.

Background Color

.myBgColor { background-color: #AF91B1; }

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

This div background color is #AF91B1.

Border color

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

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

This div border color is #AF91B1.

Opacity

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

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

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

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

This text has shadow with #AF91B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF91B1.

Preview

Color preview on black background

This text has color #AF91B1 on black background.


Color preview on white background

This text has color #AF91B1 on white background.


Black color preview on #AF91B1 background

This text has black color on #AF91B1 background.


White color preview on #AF91B1 background

This text has white color on #AF91B1 background.


Related colors

Complementary color

Complementary color for #hex is #506E4E.


I love getcolorcode.com

Triadic colors

1 #B1AF91 and #91B1AF with #AF91B1 are triadic colors.

2 #B191AF and #91AFB1 with #AF91B1 are triadic colors.