COLOR #AF87B7

HEX: #AF87B7 RGB: (175,135,183)

Color info

#AF87B7 contains red, green and blue colors in about the same proportion. Web safe color of #AF87B7 is #9999CC (or #99C).

RGB color model

#AF87B7 color RGB value is (175,135,183).

RGB: (175,135,183) (69%, 53%, 72%)

RGB channels and saturation

R 175 of 255 = 69%
G 135 of 255 = 53%
B 183 of 255 = 72%

175
135
183

R + G + B ~ 65%. #AF87B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 135 + 183 = 493 (100%)
R 175 of 493 ~ 35.5%
G 135 of 493 ~ 27.38%
B 183 of 493 ~ 37.12'%

%35.5
%27.38
%37.12

CMYK color model

#AF87B7 color CMYK value is (4,26,0,28).

  • cyan value is 4.37%
  • magenta value is 26.23%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (4,26,0,28)
C4M26Y0K28 (4%, 26%, 0%, 28%)
(0.04 / 0.26 / 0.00 / 0.28)

CMYK percentages

%4.37
%26.23
%0
%28.24

Codes

Color #AF87B7 in popluar color models

AF 87 B7
RGB 175 135 183
HSL 290° 25.00% 62.35%
HSB/HSV 290° 26.23% 71.76%
CMYK 4.37% 26.23% 0.00%
28.24%

Color #AF87B7 in popluar number systems.

HEX AF 87 B7
Decimal 175 135 183
Binary 10101111 10000111 10110111
Octal 257 207 267

Shades and tints

Shades of #AF87B7

#AF87B7
(175,135,183)
#A07BA7
(160,123,167)
#916F97
(145,111,151)
#826387
(130,99,135)
#735777
(115,87,119)
#644B67
(100,75,103)
#553F57
(85,63,87)
#463347
(70,51,71)
#372737
(55,39,55)
#281B27
(40,27,39)
#190F17
(25,15,23)
#000000
(0,0,0)

Tints of #AF87B7

#AF87B7
(175,135,183)
#B691BD
(182,145,189)
#BD9BC3
(189,155,195)
#C4A5C9
(196,165,201)
#CBAFCF
(203,175,207)
#D2B9D5
(210,185,213)
#D9C3DB
(217,195,219)
#E0CDE1
(224,205,225)
#E7D7E7
(231,215,231)
#EEE1ED
(238,225,237)
#F5EBF3
(245,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF87B7; }

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

This text font color is #AF87B7.

Background Color

.myBgColor { background-color: #AF87B7; }

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

This div background color is #AF87B7.

Border color

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

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

This div border color is #AF87B7.

Opacity

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

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

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

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

This text has shadow with #AF87B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF87B7.

Preview

Color preview on black background

This text has color #AF87B7 on black background.


Color preview on white background

This text has color #AF87B7 on white background.


Black color preview on #AF87B7 background

This text has black color on #AF87B7 background.


White color preview on #AF87B7 background

This text has white color on #AF87B7 background.


Related colors

Complementary color

Complementary color for #hex is #507848.


I love getcolorcode.com

Triadic colors

1 #B7AF87 and #87B7AF with #AF87B7 are triadic colors.

2 #B787AF and #87AFB7 with #AF87B7 are triadic colors.