COLOR #AF8ED5

HEX: #AF8ED5 RGB: (175,142,213)

Color info

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

RGB color model

#AF8ED5 color RGB value is (175,142,213).

RGB: (175,142,213) (69%, 56%, 84%)

RGB channels and saturation

R 175 of 255 = 69%
G 142 of 255 = 56%
B 213 of 255 = 84%

175
142
213

R + G + B ~ 70%. #AF8ED5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 142 + 213 = 530 (100%)
R 175 of 530 ~ 33.02%
G 142 of 530 ~ 26.79%
B 213 of 530 ~ 40.19'%

%33.02
%26.79
%40.19

CMYK color model

#AF8ED5 color CMYK value is (18,33,0,16).

  • cyan value is 17.84%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (18,33,0,16)
C18M33Y0K16 (18%, 33%, 0%, 16%)
(0.18 / 0.33 / 0.00 / 0.16)

CMYK percentages

%17.84
%33.33
%0
%16.47

Codes

Color #AF8ED5 in popluar color models

AF 8E D5
RGB 175 142 213
HSL 268° 45.81% 69.61%
HSB/HSV 268° 33.33% 83.53%
CMYK 17.84% 33.33% 0.00%
16.47%

Color #AF8ED5 in popluar number systems.

HEX AF 8E D5
Decimal 175 142 213
Binary 10101111 10001110 11010101
Octal 257 216 325

Shades and tints

Shades of #AF8ED5

#AF8ED5
(175,142,213)
#A082C2
(160,130,194)
#9176AF
(145,118,175)
#826A9C
(130,106,156)
#735E89
(115,94,137)
#645276
(100,82,118)
#554663
(85,70,99)
#463A50
(70,58,80)
#372E3D
(55,46,61)
#28222A
(40,34,42)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #AF8ED5

#AF8ED5
(175,142,213)
#B698D8
(182,152,216)
#BDA2DB
(189,162,219)
#C4ACDE
(196,172,222)
#CBB6E1
(203,182,225)
#D2C0E4
(210,192,228)
#D9CAE7
(217,202,231)
#E0D4EA
(224,212,234)
#E7DEED
(231,222,237)
#EEE8F0
(238,232,240)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8ED5; }

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

This text font color is #AF8ED5.

Background Color

.myBgColor { background-color: #AF8ED5; }

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

This div background color is #AF8ED5.

Border color

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

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

This div border color is #AF8ED5.

Opacity

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

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

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

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

This text has shadow with #AF8ED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8ED5.

Preview

Color preview on black background

This text has color #AF8ED5 on black background.


Color preview on white background

This text has color #AF8ED5 on white background.


Black color preview on #AF8ED5 background

This text has black color on #AF8ED5 background.


White color preview on #AF8ED5 background

This text has white color on #AF8ED5 background.


Related colors

Complementary color

Complementary color for #hex is #50712A.


I love getcolorcode.com

Triadic colors

1 #D5AF8E and #8ED5AF with #AF8ED5 are triadic colors.

2 #D58EAF and #8EAFD5 with #AF8ED5 are triadic colors.