COLOR #AF84B3

HEX: #AF84B3
RGB: (175,132,179)

Color info

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

RGB color model

#AF84B3 color RGB value is (175,132,179).

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

RGB channels and saturation

R 175 of 255 = 69%
G 132 of 255 = 52%
B 179 of 255 = 70%

175
132
179

R + G + B ~ 64%. #AF84B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 132 + 179 = 486 (100%)
R 175 of 486 ~ 36.01%
G 132 of 486 ~ 27.16%
B 179 of 486 ~ 36.83%

%36.01
%27.16
%36.83

CMYK color model

#AF84B3 color CMYK value is (2,26,0,30).

  • cyan value is 2.23%
  • magenta value is 26.26%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(2,26,0,30)
C2M26Y0K30 
(2%,26%,0%,30%)
(0.02/0.26/0.00/0.30)	

CMYK percentages

%2.23
%26.26
%0
%29.8

Codes

Color #AF84B3 in popluar color models

AF84B3
RGB175132179
HSL295°23.62%60.98%
HSB/HSV295°26.26%70.20%
CMYK2.23%26.26%0.00%
29.80%

Color #AF84B3 in popluar number systems.

HEXAF84B3
Decimal175132179
Binary101011111000010010110011
Octal257204263

Shades and tints

Shades of #AF84B3

#AF84B3
(175,132,179)
#A078A3
(160,120,163)
#916C93
(145,108,147)
#826083
(130,96,131)
#735473
(115,84,115)
#644863
(100,72,99)
#553C53
(85,60,83)
#463043
(70,48,67)
#372433
(55,36,51)
#281823
(40,24,35)
#190C13
(25,12,19)
#000000
(0,0,0)

Tints of #AF84B3

#AF84B3
(175,132,179)
#B68FB9
(182,143,185)
#BD9ABF
(189,154,191)
#C4A5C5
(196,165,197)
#CBB0CB
(203,176,203)
#D2BBD1
(210,187,209)
#D9C6D7
(217,198,215)
#E0D1DD
(224,209,221)
#E7DCE3
(231,220,227)
#EEE7E9
(238,231,233)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF84B3; }

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

This text font color is #AF84B3.


Background Color

.myBgColor { background-color: #AF84B3; }

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

This div background color is #AF84B3.


Border color

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

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

This div border color is #AF84B3.


Opacity

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

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

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

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

This text has shadow with #AF84B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF84B3 on black background.


Color preview on white background

This text has color #AF84B3 on white background.



Black color preview on #AF84B3 background

This text has black color on #AF84B3 background.


White color preview on #AF84B3 background

This text has white color on #AF84B3 background.