COLOR #AF6E8F

HEX: #AF6E8F
RGB: (175,110,143)

Color info

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

RGB color model

#AF6E8F color RGB value is (175,110,143).

  • red value is 175;
  • green value is 110;
  • blue value is 143.
RGB:
(175,110,143)
(69%,43%,56%)

RGB channels and saturation

R 175 of 255 = 69%
G 110 of 255 = 43%
B 143 of 255 = 56%

175
110
143

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

Portions of RGB colors in percentages

R + G + B =
175 + 110 + 143 = 428 (100%)
R 175 of 428 ~ 40.89%
G 110 of 428 ~ 25.7%
B 143 of 428 ~ 33.41%

%40.89
%25.7
%33.41

CMYK color model

#AF6E8F color CMYK value is (0,37,18,31).

  • cyan value is 0.00%
  • magenta value is 37.14%
  • yellow value is 18.29%
  • key color value is 31.37%
CMYK:
(0,37,18,31)
C0M37Y18K31 
(0%,37%,18%,31%)
(0.00/0.37/0.18/0.31)	

CMYK percentages

%0
%37.14
%18.29
%31.37

Codes

Color #AF6E8F in popluar color models

AF6E8F
RGB175110143
HSL330°28.89%55.88%
HSB/HSV330°37.14%68.63%
CMYK0.00%37.14%18.29%
31.37%

Color #AF6E8F in popluar number systems.

HEXAF6E8F
Decimal175110143
Binary10101111110111010001111
Octal257156217

Shades and tints

Shades of #AF6E8F

#AF6E8F
(175,110,143)
#A06482
(160,100,130)
#915A75
(145,90,117)
#825068
(130,80,104)
#73465B
(115,70,91)
#643C4E
(100,60,78)
#553241
(85,50,65)
#462834
(70,40,52)
#371E27
(55,30,39)
#28141A
(40,20,26)
#190A0D
(25,10,13)
#000000
(0,0,0)

Tints of #AF6E8F

#AF6E8F
(175,110,143)
#B67B99
(182,123,153)
#BD88A3
(189,136,163)
#C495AD
(196,149,173)
#CBA2B7
(203,162,183)
#D2AFC1
(210,175,193)
#D9BCCB
(217,188,203)
#E0C9D5
(224,201,213)
#E7D6DF
(231,214,223)
#EEE3E9
(238,227,233)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6E8F color. Also use rgb(175,110,143) instead hex code.

Text Font Color

.myTextColor { color: #AF6E8F; }

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

This text font color is #AF6E8F.


Background Color

.myBgColor { background-color: #AF6E8F; }

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

This div background color is #AF6E8F.


Border color

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

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

This div border color is #AF6E8F.


Opacity

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

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

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

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

This text has shadow with #AF6E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6E8F on black background.


Color preview on white background

This text has color #AF6E8F on white background.



Black color preview on #AF6E8F background

This text has black color on #AF6E8F background.


White color preview on #AF6E8F background

This text has white color on #AF6E8F background.