COLOR #AF93AE

HEX: #AF93AE RGB: (175,147,174)

Color info

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

RGB color model

#AF93AE color RGB value is (175,147,174).

RGB: (175,147,174) (69%, 58%, 68%)

RGB channels and saturation

R 175 of 255 = 69%
G 147 of 255 = 58%
B 174 of 255 = 68%

175
147
174

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

Portions of RGB colors in percentages

R + G + B = 175 + 147 + 174 = 496 (100%)
R 175 of 496 ~ 35.28%
G 147 of 496 ~ 29.64%
B 174 of 496 ~ 35.08'%

%35.28
%29.64
%35.08

CMYK color model

#AF93AE color CMYK value is (0,16,1,31).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 0.57%
  • key color value is 31.37%

CMYK: (0,16,1,31)
C0M16Y1K31 (0%, 16%, 1%, 31%)
(0.00 / 0.16 / 0.01 / 0.31)

CMYK percentages

%0
%16
%0.57
%31.37

Codes

Color #AF93AE in popluar color models

AF 93 AE
RGB 175 147 174
HSL 302° 14.89% 63.14%
HSB/HSV 302° 16.00% 68.63%
CMYK 0.00% 16.00% 0.57%
31.37%

Color #AF93AE in popluar number systems.

HEX AF 93 AE
Decimal 175 147 174
Binary 10101111 10010011 10101110
Octal 257 223 256

Shades and tints

Shades of #AF93AE

#AF93AE
(175,147,174)
#A0869F
(160,134,159)
#917990
(145,121,144)
#826C81
(130,108,129)
#735F72
(115,95,114)
#645263
(100,82,99)
#554554
(85,69,84)
#463845
(70,56,69)
#372B36
(55,43,54)
#281E27
(40,30,39)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #AF93AE

#AF93AE
(175,147,174)
#B69CB5
(182,156,181)
#BDA5BC
(189,165,188)
#C4AEC3
(196,174,195)
#CBB7CA
(203,183,202)
#D2C0D1
(210,192,209)
#D9C9D8
(217,201,216)
#E0D2DF
(224,210,223)
#E7DBE6
(231,219,230)
#EEE4ED
(238,228,237)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF93AE; }

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

This text font color is #AF93AE.

Background Color

.myBgColor { background-color: #AF93AE; }

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

This div background color is #AF93AE.

Border color

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

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

This div border color is #AF93AE.

Opacity

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

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

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

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

This text has shadow with #AF93AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF93AE.

Preview

Color preview on black background

This text has color #AF93AE on black background.


Color preview on white background

This text has color #AF93AE on white background.


Black color preview on #AF93AE background

This text has black color on #AF93AE background.


White color preview on #AF93AE background

This text has white color on #AF93AE background.


Related colors

Complementary color

Complementary color for #hex is #506C51.


I love getcolorcode.com

Triadic colors

1 #AEAF93 and #93AEAF with #AF93AE are triadic colors.

2 #AE93AF and #93AFAE with #AF93AE are triadic colors.