COLOR #AF3980

HEX: #AF3980 RGB: (175,57,128)

Color info

#AF3980 contains mainly red and blue colors. Web safe color of #AF3980 is #993366 (or #936).

RGB color model

#AF3980 color RGB value is (175,57,128).

RGB: (175,57,128) (69%, 22%, 50%)

RGB channels and saturation

R 175 of 255 = 69%
G 57 of 255 = 22%
B 128 of 255 = 50%

175
57
128

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

Portions of RGB colors in percentages

R + G + B = 175 + 57 + 128 = 360 (100%)
R 175 of 360 ~ 48.61%
G 57 of 360 ~ 15.83%
B 128 of 360 ~ 35.56'%

%48.61
%15.83
%35.56

CMYK color model

#AF3980 color CMYK value is (0,67,27,31).

  • cyan value is 0.00%
  • magenta value is 67.43%
  • yellow value is 26.86%
  • key color value is 31.37%

CMYK: (0,67,27,31)
C0M67Y27K31 (0%, 67%, 27%, 31%)
(0.00 / 0.67 / 0.27 / 0.31)

CMYK percentages

%0
%67.43
%26.86
%31.37

Codes

Color #AF3980 in popluar color models

AF 39 80
RGB 175 57 128
HSL 324° 50.86% 45.49%
HSB/HSV 324° 67.43% 68.63%
CMYK 0.00% 67.43% 26.86%
31.37%

Color #AF3980 in popluar number systems.

HEX AF 39 80
Decimal 175 57 128
Binary 10101111 111001 10000000
Octal 257 71 200

Shades and tints

Shades of #AF3980

#AF3980
(175,57,128)
#A03475
(160,52,117)
#912F6A
(145,47,106)
#822A5F
(130,42,95)
#732554
(115,37,84)
#642049
(100,32,73)
#551B3E
(85,27,62)
#461633
(70,22,51)
#371128
(55,17,40)
#280C1D
(40,12,29)
#190712
(25,7,18)
#000000
(0,0,0)

Tints of #AF3980

#AF3980
(175,57,128)
#B64B8B
(182,75,139)
#BD5D96
(189,93,150)
#C46FA1
(196,111,161)
#CB81AC
(203,129,172)
#D293B7
(210,147,183)
#D9A5C2
(217,165,194)
#E0B7CD
(224,183,205)
#E7C9D8
(231,201,216)
#EEDBE3
(238,219,227)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF3980; }

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

This text font color is #AF3980.

Background Color

.myBgColor { background-color: #AF3980; }

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

This div background color is #AF3980.

Border color

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

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

This div border color is #AF3980.

Opacity

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

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

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

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

This text has shadow with #AF3980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF3980.

Preview

Color preview on black background

This text has color #AF3980 on black background.


Color preview on white background

This text has color #AF3980 on white background.


Black color preview on #AF3980 background

This text has black color on #AF3980 background.


White color preview on #AF3980 background

This text has white color on #AF3980 background.


Related colors

Complementary color

Complementary color for #hex is #50C67F.


I love getcolorcode.com

Triadic colors

1 #80AF39 and #3980AF with #AF3980 are triadic colors.

2 #8039AF and #39AF80 with #AF3980 are triadic colors.