COLOR #AF6F87

HEX: #AF6F87 RGB: (175,111,135)

Color info

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

RGB color model

#AF6F87 color RGB value is (175,111,135).

RGB: (175,111,135) (69%, 44%, 53%)

RGB channels and saturation

R 175 of 255 = 69%
G 111 of 255 = 44%
B 135 of 255 = 53%

175
111
135

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

Portions of RGB colors in percentages

R + G + B = 175 + 111 + 135 = 421 (100%)
R 175 of 421 ~ 41.57%
G 111 of 421 ~ 26.37%
B 135 of 421 ~ 32.07'%

%41.57
%26.37
%32.07

CMYK color model

#AF6F87 color CMYK value is (0,37,23,31).

  • cyan value is 0.00%
  • magenta value is 36.57%
  • yellow value is 22.86%
  • key color value is 31.37%

CMYK: (0,37,23,31)
C0M37Y23K31 (0%, 37%, 23%, 31%)
(0.00 / 0.37 / 0.23 / 0.31)

CMYK percentages

%0
%36.57
%22.86
%31.37

Codes

Color #AF6F87 in popluar color models

AF 6F 87
RGB 175 111 135
HSL 338° 28.57% 56.08%
HSB/HSV 338° 36.57% 68.63%
CMYK 0.00% 36.57% 22.86%
31.37%

Color #AF6F87 in popluar number systems.

HEX AF 6F 87
Decimal 175 111 135
Binary 10101111 1101111 10000111
Octal 257 157 207

Shades and tints

Shades of #AF6F87

#AF6F87
(175,111,135)
#A0657B
(160,101,123)
#915B6F
(145,91,111)
#825163
(130,81,99)
#734757
(115,71,87)
#643D4B
(100,61,75)
#55333F
(85,51,63)
#462933
(70,41,51)
#371F27
(55,31,39)
#28151B
(40,21,27)
#190B0F
(25,11,15)
#000000
(0,0,0)

Tints of #AF6F87

#AF6F87
(175,111,135)
#B67C91
(182,124,145)
#BD899B
(189,137,155)
#C496A5
(196,150,165)
#CBA3AF
(203,163,175)
#D2B0B9
(210,176,185)
#D9BDC3
(217,189,195)
#E0CACD
(224,202,205)
#E7D7D7
(231,215,215)
#EEE4E1
(238,228,225)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6F87 color. Also use rgb(175,111,135) instead hex code.

Text Font Color

.myTextColor { color: #AF6F87; }

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

This text font color is #AF6F87.

Background Color

.myBgColor { background-color: #AF6F87; }

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

This div background color is #AF6F87.

Border color

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

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

This div border color is #AF6F87.

Opacity

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

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

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

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

This text has shadow with #AF6F87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF6F87.

Preview

Color preview on black background

This text has color #AF6F87 on black background.


Color preview on white background

This text has color #AF6F87 on white background.


Black color preview on #AF6F87 background

This text has black color on #AF6F87 background.


White color preview on #AF6F87 background

This text has white color on #AF6F87 background.


Related colors

Complementary color

Complementary color for #hex is #509078.


I love getcolorcode.com

Triadic colors

1 #87AF6F and #6F87AF with #AF6F87 are triadic colors.

2 #876FAF and #6FAF87 with #AF6F87 are triadic colors.