COLOR #AF7BA1

HEX: #AF7BA1
RGB: (175,123,161)

Color info

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

RGB color model

#AF7BA1 color RGB value is (175,123,161).

  • red value is 175;
  • green value is 123;
  • blue value is 161.
RGB:
(175,123,161)
(69%,48%,63%)

RGB channels and saturation

R 175 of 255 = 69%
G 123 of 255 = 48%
B 161 of 255 = 63%

175
123
161

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

Portions of RGB colors in percentages

R + G + B =
175 + 123 + 161 = 459 (100%)
R 175 of 459 ~ 38.13%
G 123 of 459 ~ 26.8%
B 161 of 459 ~ 35.08%

%38.13
%26.8
%35.08

CMYK color model

#AF7BA1 color CMYK value is (0,30,8,31).

  • cyan value is 0.00%
  • magenta value is 29.71%
  • yellow value is 8.00%
  • key color value is 31.37%
CMYK:
(0,30,8,31)
C0M30Y8K31 
(0%,30%,8%,31%)
(0.00/0.30/0.08/0.31)	

CMYK percentages

%0
%29.71
%8
%31.37

Codes

Color #AF7BA1 in popluar color models

AF7BA1
RGB175123161
HSL316°24.53%58.43%
HSB/HSV316°29.71%68.63%
CMYK0.00%29.71%8.00%
31.37%

Color #AF7BA1 in popluar number systems.

HEXAF7BA1
Decimal175123161
Binary10101111111101110100001
Octal257173241

Shades and tints

Shades of #AF7BA1

#AF7BA1
(175,123,161)
#A07093
(160,112,147)
#916585
(145,101,133)
#825A77
(130,90,119)
#734F69
(115,79,105)
#64445B
(100,68,91)
#55394D
(85,57,77)
#462E3F
(70,46,63)
#372331
(55,35,49)
#281823
(40,24,35)
#190D15
(25,13,21)
#000000
(0,0,0)

Tints of #AF7BA1

#AF7BA1
(175,123,161)
#B687A9
(182,135,169)
#BD93B1
(189,147,177)
#C49FB9
(196,159,185)
#CBABC1
(203,171,193)
#D2B7C9
(210,183,201)
#D9C3D1
(217,195,209)
#E0CFD9
(224,207,217)
#E7DBE1
(231,219,225)
#EEE7E9
(238,231,233)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7BA1 color. Also use rgb(175,123,161) instead hex code.

Text Font Color

.myTextColor { color: #AF7BA1; }

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

This text font color is #AF7BA1.


Background Color

.myBgColor { background-color: #AF7BA1; }

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

This div background color is #AF7BA1.


Border color

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

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

This div border color is #AF7BA1.


Opacity

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

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

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

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

This text has shadow with #AF7BA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7BA1 on black background.


Color preview on white background

This text has color #AF7BA1 on white background.



Black color preview on #AF7BA1 background

This text has black color on #AF7BA1 background.


White color preview on #AF7BA1 background

This text has white color on #AF7BA1 background.