COLOR #AF5984

HEX: #AF5984 RGB: (175,89,132)

Color info

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

RGB color model

#AF5984 color RGB value is (175,89,132).

RGB: (175,89,132) (69%, 35%, 52%)

RGB channels and saturation

R 175 of 255 = 69%
G 89 of 255 = 35%
B 132 of 255 = 52%

175
89
132

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

Portions of RGB colors in percentages

R + G + B = 175 + 89 + 132 = 396 (100%)
R 175 of 396 ~ 44.19%
G 89 of 396 ~ 22.47%
B 132 of 396 ~ 33.33'%

%44.19
%22.47
%33.33

CMYK color model

#AF5984 color CMYK value is (0,49,25,31).

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

CMYK: (0,49,25,31)
C0M49Y25K31 (0%, 49%, 25%, 31%)
(0.00 / 0.49 / 0.25 / 0.31)

CMYK percentages

%0
%49.14
%24.57
%31.37

Codes

Color #AF5984 in popluar color models

AF 59 84
RGB 175 89 132
HSL 330° 34.96% 51.76%
HSB/HSV 330° 49.14% 68.63%
CMYK 0.00% 49.14% 24.57%
31.37%

Color #AF5984 in popluar number systems.

HEX AF 59 84
Decimal 175 89 132
Binary 10101111 1011001 10000100
Octal 257 131 204

Shades and tints

Shades of #AF5984

#AF5984
(175,89,132)
#A05178
(160,81,120)
#91496C
(145,73,108)
#824160
(130,65,96)
#733954
(115,57,84)
#643148
(100,49,72)
#55293C
(85,41,60)
#462130
(70,33,48)
#371924
(55,25,36)
#281118
(40,17,24)
#19090C
(25,9,12)
#000000
(0,0,0)

Tints of #AF5984

#AF5984
(175,89,132)
#B6688F
(182,104,143)
#BD779A
(189,119,154)
#C486A5
(196,134,165)
#CB95B0
(203,149,176)
#D2A4BB
(210,164,187)
#D9B3C6
(217,179,198)
#E0C2D1
(224,194,209)
#E7D1DC
(231,209,220)
#EEE0E7
(238,224,231)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF5984; }

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

This text font color is #AF5984.

Background Color

.myBgColor { background-color: #AF5984; }

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

This div background color is #AF5984.

Border color

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

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

This div border color is #AF5984.

Opacity

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

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

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

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

This text has shadow with #AF5984 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF5984.

Preview

Color preview on black background

This text has color #AF5984 on black background.


Color preview on white background

This text has color #AF5984 on white background.


Black color preview on #AF5984 background

This text has black color on #AF5984 background.


White color preview on #AF5984 background

This text has white color on #AF5984 background.


Related colors

Complementary color

Complementary color for #hex is #50A67B.


I love getcolorcode.com

Triadic colors

1 #84AF59 and #5984AF with #AF5984 are triadic colors.

2 #8459AF and #59AF84 with #AF5984 are triadic colors.