COLOR #AF6E9B

HEX: #AF6E9B
RGB: (175,110,155)

Color info

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

RGB color model

#AF6E9B color RGB value is (175,110,155).

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

RGB channels and saturation

R 175 of 255 = 69%
G 110 of 255 = 43%
B 155 of 255 = 61%

175
110
155

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

Portions of RGB colors in percentages

R + G + B =
175 + 110 + 155 = 440 (100%)
R 175 of 440 ~ 39.77%
G 110 of 440 ~ 25%
B 155 of 440 ~ 35.23%

%39.77
%25
%35.23

CMYK color model

#AF6E9B color CMYK value is (0,37,11,31).

  • cyan value is 0.00%
  • magenta value is 37.14%
  • yellow value is 11.43%
  • key color value is 31.37%
CMYK:
(0,37,11,31)
C0M37Y11K31 
(0%,37%,11%,31%)
(0.00/0.37/0.11/0.31)	

CMYK percentages

%0
%37.14
%11.43
%31.37

Codes

Color #AF6E9B in popluar color models

AF6E9B
RGB175110155
HSL318°28.89%55.88%
HSB/HSV318°37.14%68.63%
CMYK0.00%37.14%11.43%
31.37%

Color #AF6E9B in popluar number systems.

HEXAF6E9B
Decimal175110155
Binary10101111110111010011011
Octal257156233

Shades and tints

Shades of #AF6E9B

#AF6E9B
(175,110,155)
#A0648D
(160,100,141)
#915A7F
(145,90,127)
#825071
(130,80,113)
#734663
(115,70,99)
#643C55
(100,60,85)
#553247
(85,50,71)
#462839
(70,40,57)
#371E2B
(55,30,43)
#28141D
(40,20,29)
#190A0F
(25,10,15)
#000000
(0,0,0)

Tints of #AF6E9B

#AF6E9B
(175,110,155)
#B67BA4
(182,123,164)
#BD88AD
(189,136,173)
#C495B6
(196,149,182)
#CBA2BF
(203,162,191)
#D2AFC8
(210,175,200)
#D9BCD1
(217,188,209)
#E0C9DA
(224,201,218)
#E7D6E3
(231,214,227)
#EEE3EC
(238,227,236)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6E9B; }

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

This text font color is #AF6E9B.


Background Color

.myBgColor { background-color: #AF6E9B; }

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

This div background color is #AF6E9B.


Border color

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

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

This div border color is #AF6E9B.


Opacity

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

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

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

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

This text has shadow with #AF6E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6E9B on black background.


Color preview on white background

This text has color #AF6E9B on white background.



Black color preview on #AF6E9B background

This text has black color on #AF6E9B background.


White color preview on #AF6E9B background

This text has white color on #AF6E9B background.