COLOR #AF81A5

HEX: #AF81A5
RGB: (175,129,165)

Color info

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

RGB color model

#AF81A5 color RGB value is (175,129,165).

  • red value is 175;
  • green value is 129;
  • blue value is 165.
RGB:
(175,129,165)
(69%,51%,65%)

RGB channels and saturation

R 175 of 255 = 69%
G 129 of 255 = 51%
B 165 of 255 = 65%

175
129
165

R + G + B ~ 62%. #AF81A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 129 + 165 = 469 (100%)
R 175 of 469 ~ 37.31%
G 129 of 469 ~ 27.51%
B 165 of 469 ~ 35.18%

%37.31
%27.51
%35.18

CMYK color model

#AF81A5 color CMYK value is (0,26,6,31).

  • cyan value is 0.00%
  • magenta value is 26.29%
  • yellow value is 5.71%
  • key color value is 31.37%
CMYK:
(0,26,6,31)
C0M26Y6K31 
(0%,26%,6%,31%)
(0.00/0.26/0.06/0.31)	

CMYK percentages

%0
%26.29
%5.71
%31.37

Codes

Color #AF81A5 in popluar color models

AF81A5
RGB175129165
HSL313°22.33%59.61%
HSB/HSV313°26.29%68.63%
CMYK0.00%26.29%5.71%
31.37%

Color #AF81A5 in popluar number systems.

HEXAF81A5
Decimal175129165
Binary101011111000000110100101
Octal257201245

Shades and tints

Shades of #AF81A5

#AF81A5
(175,129,165)
#A07696
(160,118,150)
#916B87
(145,107,135)
#826078
(130,96,120)
#735569
(115,85,105)
#644A5A
(100,74,90)
#553F4B
(85,63,75)
#46343C
(70,52,60)
#37292D
(55,41,45)
#281E1E
(40,30,30)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #AF81A5

#AF81A5
(175,129,165)
#B68CAD
(182,140,173)
#BD97B5
(189,151,181)
#C4A2BD
(196,162,189)
#CBADC5
(203,173,197)
#D2B8CD
(210,184,205)
#D9C3D5
(217,195,213)
#E0CEDD
(224,206,221)
#E7D9E5
(231,217,229)
#EEE4ED
(238,228,237)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF81A5 color. Also use rgb(175,129,165) instead hex code.

Text Font Color

.myTextColor { color: #AF81A5; }

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

This text font color is #AF81A5.


Background Color

.myBgColor { background-color: #AF81A5; }

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

This div background color is #AF81A5.


Border color

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

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

This div border color is #AF81A5.


Opacity

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

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

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

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

This text has shadow with #AF81A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF81A5 on black background.


Color preview on white background

This text has color #AF81A5 on white background.



Black color preview on #AF81A5 background

This text has black color on #AF81A5 background.


White color preview on #AF81A5 background

This text has white color on #AF81A5 background.