COLOR #AF83B1

HEX: #AF83B1
RGB: (175,131,177)

Color info

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

RGB color model

#AF83B1 color RGB value is (175,131,177).

  • red value is 175;
  • green value is 131;
  • blue value is 177.
RGB:
(175,131,177)
(69%,51%,69%)

RGB channels and saturation

R 175 of 255 = 69%
G 131 of 255 = 51%
B 177 of 255 = 69%

175
131
177

R + G + B ~ 63%. #AF83B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 131 + 177 = 483 (100%)
R 175 of 483 ~ 36.23%
G 131 of 483 ~ 27.12%
B 177 of 483 ~ 36.65%

%36.23
%27.12
%36.65

CMYK color model

#AF83B1 color CMYK value is (1,26,0,31).

  • cyan value is 1.13%
  • magenta value is 25.99%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(1,26,0,31)
C1M26Y0K31 
(1%,26%,0%,31%)
(0.01/0.26/0.00/0.31)	

CMYK percentages

%1.13
%25.99
%0
%30.59

Codes

Color #AF83B1 in popluar color models

AF83B1
RGB175131177
HSL297°22.77%60.39%
HSB/HSV297°25.99%69.41%
CMYK1.13%25.99%0.00%
30.59%

Color #AF83B1 in popluar number systems.

HEXAF83B1
Decimal175131177
Binary101011111000001110110001
Octal257203261

Shades and tints

Shades of #AF83B1

#AF83B1
(175,131,177)
#A078A1
(160,120,161)
#916D91
(145,109,145)
#826281
(130,98,129)
#735771
(115,87,113)
#644C61
(100,76,97)
#554151
(85,65,81)
#463641
(70,54,65)
#372B31
(55,43,49)
#282021
(40,32,33)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #AF83B1

#AF83B1
(175,131,177)
#B68EB8
(182,142,184)
#BD99BF
(189,153,191)
#C4A4C6
(196,164,198)
#CBAFCD
(203,175,205)
#D2BAD4
(210,186,212)
#D9C5DB
(217,197,219)
#E0D0E2
(224,208,226)
#E7DBE9
(231,219,233)
#EEE6F0
(238,230,240)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF83B1; }

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

This text font color is #AF83B1.


Background Color

.myBgColor { background-color: #AF83B1; }

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

This div background color is #AF83B1.


Border color

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

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

This div border color is #AF83B1.


Opacity

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

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

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

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

This text has shadow with #AF83B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF83B1 on black background.


Color preview on white background

This text has color #AF83B1 on white background.



Black color preview on #AF83B1 background

This text has black color on #AF83B1 background.


White color preview on #AF83B1 background

This text has white color on #AF83B1 background.