COLOR #AF8DAE

HEX: #AF8DAE RGB: (175,141,174)

Color info

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

RGB color model

#AF8DAE color RGB value is (175,141,174).

RGB: (175,141,174) (69%, 55%, 68%)

RGB channels and saturation

R 175 of 255 = 69%
G 141 of 255 = 55%
B 174 of 255 = 68%

175
141
174

R + G + B ~ 64%. #AF8DAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 141 + 174 = 490 (100%)
R 175 of 490 ~ 35.71%
G 141 of 490 ~ 28.78%
B 174 of 490 ~ 35.51'%

%35.71
%28.78
%35.51

CMYK color model

#AF8DAE color CMYK value is (0,19,1,31).

  • cyan value is 0.00%
  • magenta value is 19.43%
  • yellow value is 0.57%
  • key color value is 31.37%
CMYK: (0,19,1,31) C0M19Y1K31 (0%,19%,1%,31%) (0.00/0.19/0.01/0.31) 

CMYK percentages

%0
%19.43
%0.57
%31.37

Codes

Color #AF8DAE in popluar color models

AF 8D AE
RGB 175 141 174
HSL 302° 17.53% 61.96%
HSB/HSV 302° 19.43% 68.63%
CMYK 0.00% 19.43% 0.57%
31.37%

Color #AF8DAE in popluar number systems.

HEX AF 8D AE
Decimal 175 141 174
Binary 10101111 10001101 10101110
Octal 257 215 256

Shades and tints

Shades of #AF8DAE

#AF8DAE
(175,141,174)
#A0819F
(160,129,159)
#917590
(145,117,144)
#826981
(130,105,129)
#735D72
(115,93,114)
#645163
(100,81,99)
#554554
(85,69,84)
#463945
(70,57,69)
#372D36
(55,45,54)
#282127
(40,33,39)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #AF8DAE

#AF8DAE
(175,141,174)
#B697B5
(182,151,181)
#BDA1BC
(189,161,188)
#C4ABC3
(196,171,195)
#CBB5CA
(203,181,202)
#D2BFD1
(210,191,209)
#D9C9D8
(217,201,216)
#E0D3DF
(224,211,223)
#E7DDE6
(231,221,230)
#EEE7ED
(238,231,237)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8DAE; }

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

This text font color is #AF8DAE.

Background Color

.myBgColor { background-color: #AF8DAE; }

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

This div background color is #AF8DAE.

Border color

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

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

This div border color is #AF8DAE.

Opacity

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

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

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

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

This text has shadow with #AF8DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8DAE.

Preview

Color preview on black background

This text has color #AF8DAE on black background.


Color preview on white background

This text has color #AF8DAE on white background.


Black color preview on #AF8DAE background

This text has black color on #AF8DAE background.


White color preview on #AF8DAE background

This text has white color on #AF8DAE background.


Related colors

Complementary color

Complementary color for #hex is #507251.


I love getcolorcode.com

Triadic colors

1 #AEAF8D and #8DAEAF with #AF8DAE are triadic colors.

2 #AE8DAF and #8DAFAE with #AF8DAE are triadic colors.