COLOR #AF84A0

HEX: #AF84A0 RGB: (175,132,160)

Color info

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

RGB color model

#AF84A0 color RGB value is (175,132,160).

RGB: (175,132,160) (69%, 52%, 63%)

RGB channels and saturation

R 175 of 255 = 69%
G 132 of 255 = 52%
B 160 of 255 = 63%

175
132
160

R + G + B ~ 61%. #AF84A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 132 + 160 = 467 (100%)
R 175 of 467 ~ 37.47%
G 132 of 467 ~ 28.27%
B 160 of 467 ~ 34.26'%

%37.47
%28.27
%34.26

CMYK color model

#AF84A0 color CMYK value is (0,25,9,31).

  • cyan value is 0.00%
  • magenta value is 24.57%
  • yellow value is 8.57%
  • key color value is 31.37%

CMYK: (0,25,9,31)
C0M25Y9K31 (0%, 25%, 9%, 31%)
(0.00 / 0.25 / 0.09 / 0.31)

CMYK percentages

%0
%24.57
%8.57
%31.37

Codes

Color #AF84A0 in popluar color models

AF 84 A0
RGB 175 132 160
HSL 321° 21.18% 60.20%
HSB/HSV 321° 24.57% 68.63%
CMYK 0.00% 24.57% 8.57%
31.37%

Color #AF84A0 in popluar number systems.

HEX AF 84 A0
Decimal 175 132 160
Binary 10101111 10000100 10100000
Octal 257 204 240

Shades and tints

Shades of #AF84A0

#AF84A0
(175,132,160)
#A07892
(160,120,146)
#916C84
(145,108,132)
#826076
(130,96,118)
#735468
(115,84,104)
#64485A
(100,72,90)
#553C4C
(85,60,76)
#46303E
(70,48,62)
#372430
(55,36,48)
#281822
(40,24,34)
#190C14
(25,12,20)
#000000
(0,0,0)

Tints of #AF84A0

#AF84A0
(175,132,160)
#B68FA8
(182,143,168)
#BD9AB0
(189,154,176)
#C4A5B8
(196,165,184)
#CBB0C0
(203,176,192)
#D2BBC8
(210,187,200)
#D9C6D0
(217,198,208)
#E0D1D8
(224,209,216)
#E7DCE0
(231,220,224)
#EEE7E8
(238,231,232)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF84A0; }

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

This text font color is #AF84A0.

Background Color

.myBgColor { background-color: #AF84A0; }

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

This div background color is #AF84A0.

Border color

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

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

This div border color is #AF84A0.

Opacity

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

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

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

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

This text has shadow with #AF84A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF84A0.

Preview

Color preview on black background

This text has color #AF84A0 on black background.


Color preview on white background

This text has color #AF84A0 on white background.


Black color preview on #AF84A0 background

This text has black color on #AF84A0 background.


White color preview on #AF84A0 background

This text has white color on #AF84A0 background.


Related colors

Complementary color

Complementary color for #hex is #507B5F.


I love getcolorcode.com

Triadic colors

1 #A0AF84 and #84A0AF with #AF84A0 are triadic colors.

2 #A084AF and #84AFA0 with #AF84A0 are triadic colors.