COLOR #AF97AF

HEX: #AF97AF RGB: (175,151,175)

Color info

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

RGB color model

#AF97AF color RGB value is (175,151,175).

RGB: (175,151,175) (69%, 59%, 69%)

RGB channels and saturation

R 175 of 255 = 69%
G 151 of 255 = 59%
B 175 of 255 = 69%

175
151
175

R + G + B ~ 66%. #AF97AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 151 + 175 = 501 (100%)
R 175 of 501 ~ 34.93%
G 151 of 501 ~ 30.14%
B 175 of 501 ~ 34.93'%

%34.93
%30.14
%34.93

CMYK color model

#AF97AF color CMYK value is (0,14,0,31).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (0,14,0,31)
C0M14Y0K31 (0%, 14%, 0%, 31%)
(0.00 / 0.14 / 0.00 / 0.31)

CMYK percentages

%0
%13.71
%0
%31.37

Codes

Color #AF97AF in popluar color models

AF 97 AF
RGB 175 151 175
HSL 300° 13.04% 63.92%
HSB/HSV 300° 13.71% 68.63%
CMYK 0.00% 13.71% 0.00%
31.37%

Color #AF97AF in popluar number systems.

HEX AF 97 AF
Decimal 175 151 175
Binary 10101111 10010111 10101111
Octal 257 227 257

Shades and tints

Shades of #AF97AF

#AF97AF
(175,151,175)
#A08AA0
(160,138,160)
#917D91
(145,125,145)
#827082
(130,112,130)
#736373
(115,99,115)
#645664
(100,86,100)
#554955
(85,73,85)
#463C46
(70,60,70)
#372F37
(55,47,55)
#282228
(40,34,40)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #AF97AF

#AF97AF
(175,151,175)
#B6A0B6
(182,160,182)
#BDA9BD
(189,169,189)
#C4B2C4
(196,178,196)
#CBBBCB
(203,187,203)
#D2C4D2
(210,196,210)
#D9CDD9
(217,205,217)
#E0D6E0
(224,214,224)
#E7DFE7
(231,223,231)
#EEE8EE
(238,232,238)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF97AF; }

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

This text font color is #AF97AF.

Background Color

.myBgColor { background-color: #AF97AF; }

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

This div background color is #AF97AF.

Border color

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

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

This div border color is #AF97AF.

Opacity

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

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

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

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

This text has shadow with #AF97AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF97AF.

Preview

Color preview on black background

This text has color #AF97AF on black background.


Color preview on white background

This text has color #AF97AF on white background.


Black color preview on #AF97AF background

This text has black color on #AF97AF background.


White color preview on #AF97AF background

This text has white color on #AF97AF background.


Related colors

Complementary color

Complementary color for #hex is #506850.


I love getcolorcode.com

Triadic colors

1 #AFAF97 and #97AFAF with #AF97AF are triadic colors.

2 #AF97AF and #97AFAF with #AF97AF are triadic colors.