COLOR #AF87AA

HEX: #AF87AA RGB: (175,135,170)

Color info

#AF87AA contains red, green and blue colors in about the same proportion. Web safe color of #AF87AA is #999999 (or #999).

RGB color model

#AF87AA color RGB value is (175,135,170).

RGB: (175,135,170) (69%, 53%, 67%)

RGB channels and saturation

R 175 of 255 = 69%
G 135 of 255 = 53%
B 170 of 255 = 67%

175
135
170

R + G + B ~ 63%. #AF87AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 135 + 170 = 480 (100%)
R 175 of 480 ~ 36.46%
G 135 of 480 ~ 28.13%
B 170 of 480 ~ 35.42'%

%36.46
%28.13
%35.42

CMYK color model

#AF87AA color CMYK value is (0,23,3,31).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 2.86%
  • key color value is 31.37%
CMYK: (0,23,3,31) C0M23Y3K31 (0%,23%,3%,31%) (0.00/0.23/0.03/0.31) 

CMYK percentages

%0
%22.86
%2.86
%31.37

Codes

Color #AF87AA in popluar color models

AF 87 AA
RGB 175 135 170
HSL 308° 20.00% 60.78%
HSB/HSV 308° 22.86% 68.63%
CMYK 0.00% 22.86% 2.86%
31.37%

Color #AF87AA in popluar number systems.

HEX AF 87 AA
Decimal 175 135 170
Binary 10101111 10000111 10101010
Octal 257 207 252

Shades and tints

Shades of #AF87AA

#AF87AA
(175,135,170)
#A07B9B
(160,123,155)
#916F8C
(145,111,140)
#82637D
(130,99,125)
#73576E
(115,87,110)
#644B5F
(100,75,95)
#553F50
(85,63,80)
#463341
(70,51,65)
#372732
(55,39,50)
#281B23
(40,27,35)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #AF87AA

#AF87AA
(175,135,170)
#B691B1
(182,145,177)
#BD9BB8
(189,155,184)
#C4A5BF
(196,165,191)
#CBAFC6
(203,175,198)
#D2B9CD
(210,185,205)
#D9C3D4
(217,195,212)
#E0CDDB
(224,205,219)
#E7D7E2
(231,215,226)
#EEE1E9
(238,225,233)
#F5EBF0
(245,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF87AA; }

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

This text font color is #AF87AA.

Background Color

.myBgColor { background-color: #AF87AA; }

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

This div background color is #AF87AA.

Border color

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

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

This div border color is #AF87AA.

Opacity

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

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

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

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

This text has shadow with #AF87AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF87AA.

Preview

Color preview on black background

This text has color #AF87AA on black background.


Color preview on white background

This text has color #AF87AA on white background.


Black color preview on #AF87AA background

This text has black color on #AF87AA background.


White color preview on #AF87AA background

This text has white color on #AF87AA background.


Related colors

Complementary color

Complementary color for #hex is #507855.


I love getcolorcode.com

Triadic colors

1 #AAAF87 and #87AAAF with #AF87AA are triadic colors.

2 #AA87AF and #87AFAA with #AF87AA are triadic colors.