COLOR #AF8DC9

HEX: #AF8DC9 RGB: (175,141,201)

Color info

#AF8DC9 contains mainly red and blue colors. Web safe color of #AF8DC9 is #9999CC (or #99C).

RGB color model

#AF8DC9 color RGB value is (175,141,201).

RGB: (175,141,201) (69%, 55%, 79%)

RGB channels and saturation

R 175 of 255 = 69%
G 141 of 255 = 55%
B 201 of 255 = 79%

175
141
201

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

Portions of RGB colors in percentages

R + G + B = 175 + 141 + 201 = 517 (100%)
R 175 of 517 ~ 33.85%
G 141 of 517 ~ 27.27%
B 201 of 517 ~ 38.88'%

%33.85
%27.27
%38.88

CMYK color model

#AF8DC9 color CMYK value is (13,30,0,21).

  • cyan value is 12.94%
  • magenta value is 29.85%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (13,30,0,21) C13M30Y0K21 (13%,30%,0%,21%) (0.13/0.30/0.00/0.21) 

CMYK percentages

%12.94
%29.85
%0
%21.18

Codes

Color #AF8DC9 in popluar color models

AF 8D C9
RGB 175 141 201
HSL 274° 35.71% 67.06%
HSB/HSV 274° 29.85% 78.82%
CMYK 12.94% 29.85% 0.00%
21.18%

Color #AF8DC9 in popluar number systems.

HEX AF 8D C9
Decimal 175 141 201
Binary 10101111 10001101 11001001
Octal 257 215 311

Shades and tints

Shades of #AF8DC9

#AF8DC9
(175,141,201)
#A081B7
(160,129,183)
#9175A5
(145,117,165)
#826993
(130,105,147)
#735D81
(115,93,129)
#64516F
(100,81,111)
#55455D
(85,69,93)
#46394B
(70,57,75)
#372D39
(55,45,57)
#282127
(40,33,39)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #AF8DC9

#AF8DC9
(175,141,201)
#B697CD
(182,151,205)
#BDA1D1
(189,161,209)
#C4ABD5
(196,171,213)
#CBB5D9
(203,181,217)
#D2BFDD
(210,191,221)
#D9C9E1
(217,201,225)
#E0D3E5
(224,211,229)
#E7DDE9
(231,221,233)
#EEE7ED
(238,231,237)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8DC9; }

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

This text font color is #AF8DC9.

Background Color

.myBgColor { background-color: #AF8DC9; }

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

This div background color is #AF8DC9.

Border color

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

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

This div border color is #AF8DC9.

Opacity

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

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

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

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

This text has shadow with #AF8DC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8DC9.

Preview

Color preview on black background

This text has color #AF8DC9 on black background.


Color preview on white background

This text has color #AF8DC9 on white background.


Black color preview on #AF8DC9 background

This text has black color on #AF8DC9 background.


White color preview on #AF8DC9 background

This text has white color on #AF8DC9 background.


Related colors

Complementary color

Complementary color for #hex is #507236.


I love getcolorcode.com

Triadic colors

1 #C9AF8D and #8DC9AF with #AF8DC9 are triadic colors.

2 #C98DAF and #8DAFC9 with #AF8DC9 are triadic colors.