COLOR #AF8ED7

HEX: #AF8ED7
RGB: (175,142,215)

Color info

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

RGB color model

#AF8ED7 color RGB value is (175,142,215).

  • red value is 175;
  • green value is 142;
  • blue value is 215.
RGB:
(175,142,215)
(69%,56%,84%)

RGB channels and saturation

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

175
142
215

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

Portions of RGB colors in percentages

R + G + B =
175 + 142 + 215 = 532 (100%)
R 175 of 532 ~ 32.89%
G 142 of 532 ~ 26.69%
B 215 of 532 ~ 40.41%

%32.89
%26.69
%40.41

CMYK color model

#AF8ED7 color CMYK value is (19,34,0,16).

  • cyan value is 18.60%
  • magenta value is 33.95%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(19,34,0,16)
C19M34Y0K16 
(19%,34%,0%,16%)
(0.19/0.34/0.00/0.16)	

CMYK percentages

%18.6
%33.95
%0
%15.69

Codes

Color #AF8ED7 in popluar color models

AF8ED7
RGB175142215
HSL267°47.71%70.00%
HSB/HSV267°33.95%84.31%
CMYK18.60%33.95%0.00%
15.69%

Color #AF8ED7 in popluar number systems.

HEXAF8ED7
Decimal175142215
Binary101011111000111011010111
Octal257216327

Shades and tints

Shades of #AF8ED7

#AF8ED7
(175,142,215)
#A082C4
(160,130,196)
#9176B1
(145,118,177)
#826A9E
(130,106,158)
#735E8B
(115,94,139)
#645278
(100,82,120)
#554665
(85,70,101)
#463A52
(70,58,82)
#372E3F
(55,46,63)
#28222C
(40,34,44)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #AF8ED7

#AF8ED7
(175,142,215)
#B698DA
(182,152,218)
#BDA2DD
(189,162,221)
#C4ACE0
(196,172,224)
#CBB6E3
(203,182,227)
#D2C0E6
(210,192,230)
#D9CAE9
(217,202,233)
#E0D4EC
(224,212,236)
#E7DEEF
(231,222,239)
#EEE8F2
(238,232,242)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8ED7; }

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

This text font color is #AF8ED7.


Background Color

.myBgColor { background-color: #AF8ED7; }

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

This div background color is #AF8ED7.


Border color

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

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

This div border color is #AF8ED7.


Opacity

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

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

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

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

This text has shadow with #AF8ED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8ED7 on black background.


Color preview on white background

This text has color #AF8ED7 on white background.



Black color preview on #AF8ED7 background

This text has black color on #AF8ED7 background.


White color preview on #AF8ED7 background

This text has white color on #AF8ED7 background.