COLOR #AF84B1

HEX: #AF84B1
RGB: (175,132,177)

Color info

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

RGB color model

#AF84B1 color RGB value is (175,132,177).

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

RGB channels and saturation

R 175 of 255 = 69%
G 132 of 255 = 52%
B 177 of 255 = 69%

175
132
177

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

Portions of RGB colors in percentages

R + G + B =
175 + 132 + 177 = 484 (100%)
R 175 of 484 ~ 36.16%
G 132 of 484 ~ 27.27%
B 177 of 484 ~ 36.57%

%36.16
%27.27
%36.57

CMYK color model

#AF84B1 color CMYK value is (1,25,0,31).

  • cyan value is 1.13%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(1,25,0,31)
C1M25Y0K31 
(1%,25%,0%,31%)
(0.01/0.25/0.00/0.31)	

CMYK percentages

%1.13
%25.42
%0
%30.59

Codes

Color #AF84B1 in popluar color models

AF84B1
RGB175132177
HSL297°22.39%60.59%
HSB/HSV297°25.42%69.41%
CMYK1.13%25.42%0.00%
30.59%

Color #AF84B1 in popluar number systems.

HEXAF84B1
Decimal175132177
Binary101011111000010010110001
Octal257204261

Shades and tints

Shades of #AF84B1

#AF84B1
(175,132,177)
#A078A1
(160,120,161)
#916C91
(145,108,145)
#826081
(130,96,129)
#735471
(115,84,113)
#644861
(100,72,97)
#553C51
(85,60,81)
#463041
(70,48,65)
#372431
(55,36,49)
#281821
(40,24,33)
#190C11
(25,12,17)
#000000
(0,0,0)

Tints of #AF84B1

#AF84B1
(175,132,177)
#B68FB8
(182,143,184)
#BD9ABF
(189,154,191)
#C4A5C6
(196,165,198)
#CBB0CD
(203,176,205)
#D2BBD4
(210,187,212)
#D9C6DB
(217,198,219)
#E0D1E2
(224,209,226)
#E7DCE9
(231,220,233)
#EEE7F0
(238,231,240)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF84B1; }

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

This text font color is #AF84B1.


Background Color

.myBgColor { background-color: #AF84B1; }

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

This div background color is #AF84B1.


Border color

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

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

This div border color is #AF84B1.


Opacity

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

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

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

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

This text has shadow with #AF84B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF84B1 on black background.


Color preview on white background

This text has color #AF84B1 on white background.



Black color preview on #AF84B1 background

This text has black color on #AF84B1 background.


White color preview on #AF84B1 background

This text has white color on #AF84B1 background.