COLOR #AF93C7

HEX: #AF93C7 RGB: (175,147,199)

Color info

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

RGB color model

#AF93C7 color RGB value is (175,147,199).

RGB: (175,147,199) (69%, 58%, 78%)

RGB channels and saturation

R 175 of 255 = 69%
G 147 of 255 = 58%
B 199 of 255 = 78%

175
147
199

R + G + B ~ 68%. #AF93C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 147 + 199 = 521 (100%)
R 175 of 521 ~ 33.59%
G 147 of 521 ~ 28.21%
B 199 of 521 ~ 38.2'%

%33.59
%28.21
%38.2

CMYK color model

#AF93C7 color CMYK value is (12,26,0,22).

  • cyan value is 12.06%
  • magenta value is 26.13%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (12,26,0,22)
C12M26Y0K22 (12%, 26%, 0%, 22%)
(0.12 / 0.26 / 0.00 / 0.22)

CMYK percentages

%12.06
%26.13
%0
%21.96

Codes

Color #AF93C7 in popluar color models

AF 93 C7
RGB 175 147 199
HSL 272° 31.71% 67.84%
HSB/HSV 272° 26.13% 78.04%
CMYK 12.06% 26.13% 0.00%
21.96%

Color #AF93C7 in popluar number systems.

HEX AF 93 C7
Decimal 175 147 199
Binary 10101111 10010011 11000111
Octal 257 223 307

Shades and tints

Shades of #AF93C7

#AF93C7
(175,147,199)
#A086B5
(160,134,181)
#9179A3
(145,121,163)
#826C91
(130,108,145)
#735F7F
(115,95,127)
#64526D
(100,82,109)
#55455B
(85,69,91)
#463849
(70,56,73)
#372B37
(55,43,55)
#281E25
(40,30,37)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #AF93C7

#AF93C7
(175,147,199)
#B69CCC
(182,156,204)
#BDA5D1
(189,165,209)
#C4AED6
(196,174,214)
#CBB7DB
(203,183,219)
#D2C0E0
(210,192,224)
#D9C9E5
(217,201,229)
#E0D2EA
(224,210,234)
#E7DBEF
(231,219,239)
#EEE4F4
(238,228,244)
#F5EDF9
(245,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF93C7; }

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

This text font color is #AF93C7.

Background Color

.myBgColor { background-color: #AF93C7; }

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

This div background color is #AF93C7.

Border color

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

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

This div border color is #AF93C7.

Opacity

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

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

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

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

This text has shadow with #AF93C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF93C7.

Preview

Color preview on black background

This text has color #AF93C7 on black background.


Color preview on white background

This text has color #AF93C7 on white background.


Black color preview on #AF93C7 background

This text has black color on #AF93C7 background.


White color preview on #AF93C7 background

This text has white color on #AF93C7 background.


Related colors

Complementary color

Complementary color for #hex is #506C38.


I love getcolorcode.com

Triadic colors

1 #C7AF93 and #93C7AF with #AF93C7 are triadic colors.

2 #C793AF and #93AFC7 with #AF93C7 are triadic colors.