COLOR #AF5980

HEX: #AF5980
RGB: (175,89,128)

Color info

#AF5980 contains mainly red and blue colors. Web safe color of #AF5980 is #996666 (or #966).

RGB color model

#AF5980 color RGB value is (175,89,128).

  • red value is 175;
  • green value is 89;
  • blue value is 128.
RGB:
(175,89,128)
(69%,35%,50%)

RGB channels and saturation

R 175 of 255 = 69%
G 89 of 255 = 35%
B 128 of 255 = 50%

175
89
128

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

Portions of RGB colors in percentages

R + G + B =
175 + 89 + 128 = 392 (100%)
R 175 of 392 ~ 44.64%
G 89 of 392 ~ 22.7%
B 128 of 392 ~ 32.65%

%44.64
%22.7
%32.65

CMYK color model

#AF5980 color CMYK value is (0,49,27,31).

  • cyan value is 0.00%
  • magenta value is 49.14%
  • yellow value is 26.86%
  • key color value is 31.37%
CMYK:
(0,49,27,31)
C0M49Y27K31 
(0%,49%,27%,31%)
(0.00/0.49/0.27/0.31)	

CMYK percentages

%0
%49.14
%26.86
%31.37

Codes

Color #AF5980 in popluar color models

AF5980
RGB17589128
HSL333°34.96%51.76%
HSB/HSV333°49.14%68.63%
CMYK0.00%49.14%26.86%
31.37%

Color #AF5980 in popluar number systems.

HEXAF5980
Decimal17589128
Binary10101111101100110000000
Octal257131200

Shades and tints

Shades of #AF5980

#AF5980
(175,89,128)
#A05175
(160,81,117)
#91496A
(145,73,106)
#82415F
(130,65,95)
#733954
(115,57,84)
#643149
(100,49,73)
#55293E
(85,41,62)
#462133
(70,33,51)
#371928
(55,25,40)
#28111D
(40,17,29)
#190912
(25,9,18)
#000000
(0,0,0)

Tints of #AF5980

#AF5980
(175,89,128)
#B6688B
(182,104,139)
#BD7796
(189,119,150)
#C486A1
(196,134,161)
#CB95AC
(203,149,172)
#D2A4B7
(210,164,183)
#D9B3C2
(217,179,194)
#E0C2CD
(224,194,205)
#E7D1D8
(231,209,216)
#EEE0E3
(238,224,227)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF5980; }

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

This text font color is #AF5980.


Background Color

.myBgColor { background-color: #AF5980; }

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

This div background color is #AF5980.


Border color

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

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

This div border color is #AF5980.


Opacity

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

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

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

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

This text has shadow with #AF5980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5980 on black background.


Color preview on white background

This text has color #AF5980 on white background.



Black color preview on #AF5980 background

This text has black color on #AF5980 background.


White color preview on #AF5980 background

This text has white color on #AF5980 background.