COLOR #AF8ED4

HEX: #AF8ED4
RGB: (175,142,212)

Color info

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

RGB color model

#AF8ED4 color RGB value is (175,142,212).

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

RGB channels and saturation

R 175 of 255 = 69%
G 142 of 255 = 56%
B 212 of 255 = 83%

175
142
212

R + G + B ~ 69%. #AF8ED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 142 + 212 = 529 (100%)
R 175 of 529 ~ 33.08%
G 142 of 529 ~ 26.84%
B 212 of 529 ~ 40.08%

%33.08
%26.84
%40.08

CMYK color model

#AF8ED4 color CMYK value is (17,33,0,17).

  • cyan value is 17.45%
  • magenta value is 33.02%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(17,33,0,17)
C17M33Y0K17 
(17%,33%,0%,17%)
(0.17/0.33/0.00/0.17)	

CMYK percentages

%17.45
%33.02
%0
%16.86

Codes

Color #AF8ED4 in popluar color models

AF8ED4
RGB175142212
HSL268°44.87%69.41%
HSB/HSV268°33.02%83.14%
CMYK17.45%33.02%0.00%
16.86%

Color #AF8ED4 in popluar number systems.

HEXAF8ED4
Decimal175142212
Binary101011111000111011010100
Octal257216324

Shades and tints

Shades of #AF8ED4

#AF8ED4
(175,142,212)
#A082C1
(160,130,193)
#9176AE
(145,118,174)
#826A9B
(130,106,155)
#735E88
(115,94,136)
#645275
(100,82,117)
#554662
(85,70,98)
#463A4F
(70,58,79)
#372E3C
(55,46,60)
#282229
(40,34,41)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #AF8ED4

#AF8ED4
(175,142,212)
#B698D7
(182,152,215)
#BDA2DA
(189,162,218)
#C4ACDD
(196,172,221)
#CBB6E0
(203,182,224)
#D2C0E3
(210,192,227)
#D9CAE6
(217,202,230)
#E0D4E9
(224,212,233)
#E7DEEC
(231,222,236)
#EEE8EF
(238,232,239)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8ED4; }

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

This text font color is #AF8ED4.


Background Color

.myBgColor { background-color: #AF8ED4; }

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

This div background color is #AF8ED4.


Border color

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

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

This div border color is #AF8ED4.


Opacity

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

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

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

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

This text has shadow with #AF8ED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8ED4 on black background.


Color preview on white background

This text has color #AF8ED4 on white background.



Black color preview on #AF8ED4 background

This text has black color on #AF8ED4 background.


White color preview on #AF8ED4 background

This text has white color on #AF8ED4 background.