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).

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

AF 84 B3
RGB 175 132 179
HSL 295° 23.62% 60.98%
HSB/HSV 295° 26.26% 70.20%
CMYK 2.23% 26.26% 0.00%
29.80%

Color #AF84B3 in popluar number systems.

HEX AF 84 B3
Decimal 175 132 179
Binary 10101111 10000100 10110011
Octal 257 204 263

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.


Related colors

Complementary color

Complementary color for #hex is #507B4C.


I love getcolorcode.com

Triadic colors

1 #B3AF84 and #84B3AF with #AF84B3 are triadic colors.

2 #B384AF and #84AFB3 with #AF84B3 are triadic colors.