COLOR #AF5684

HEX: #AF5684 RGB: (175,86,132)

Color info

#AF5684 contains mainly red and blue colors. Web safe color of #AF5684 is #996699 (or #969).

RGB color model

#AF5684 color RGB value is (175,86,132).

RGB: (175,86,132) (69%, 34%, 52%)

RGB channels and saturation

R 175 of 255 = 69%
G 86 of 255 = 34%
B 132 of 255 = 52%

175
86
132

R + G + B ~ 52%. #AF5684 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 175 + 86 + 132 = 393 (100%)
R 175 of 393 ~ 44.53%
G 86 of 393 ~ 21.88%
B 132 of 393 ~ 33.59'%

%44.53
%21.88
%33.59

CMYK color model

#AF5684 color CMYK value is (0,51,25,31).

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

CMYK: (0,51,25,31)
C0M51Y25K31 (0%, 51%, 25%, 31%)
(0.00 / 0.51 / 0.25 / 0.31)

CMYK percentages

%0
%50.86
%24.57
%31.37

Codes

Color #AF5684 in popluar color models

AF 56 84
RGB 175 86 132
HSL 329° 35.74% 51.18%
HSB/HSV 329° 50.86% 68.63%
CMYK 0.00% 50.86% 24.57%
31.37%

Color #AF5684 in popluar number systems.

HEX AF 56 84
Decimal 175 86 132
Binary 10101111 1010110 10000100
Octal 257 126 204

Shades and tints

Shades of #AF5684

#AF5684
(175,86,132)
#A04F78
(160,79,120)
#91486C
(145,72,108)
#824160
(130,65,96)
#733A54
(115,58,84)
#643348
(100,51,72)
#552C3C
(85,44,60)
#462530
(70,37,48)
#371E24
(55,30,36)
#281718
(40,23,24)
#19100C
(25,16,12)
#000000
(0,0,0)

Tints of #AF5684

#AF5684
(175,86,132)
#B6658F
(182,101,143)
#BD749A
(189,116,154)
#C483A5
(196,131,165)
#CB92B0
(203,146,176)
#D2A1BB
(210,161,187)
#D9B0C6
(217,176,198)
#E0BFD1
(224,191,209)
#E7CEDC
(231,206,220)
#EEDDE7
(238,221,231)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF5684; }

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

This text font color is #AF5684.

Background Color

.myBgColor { background-color: #AF5684; }

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

This div background color is #AF5684.

Border color

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

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

This div border color is #AF5684.

Opacity

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

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

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

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

This text has shadow with #AF5684 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF5684.

Preview

Color preview on black background

This text has color #AF5684 on black background.


Color preview on white background

This text has color #AF5684 on white background.


Black color preview on #AF5684 background

This text has black color on #AF5684 background.


White color preview on #AF5684 background

This text has white color on #AF5684 background.


Related colors

Complementary color

Complementary color for #hex is #50A97B.


I love getcolorcode.com

Triadic colors

1 #84AF56 and #5684AF with #AF5684 are triadic colors.

2 #8456AF and #56AF84 with #AF5684 are triadic colors.