COLOR #AF7ED0

HEX: #AF7ED0
RGB: (175,126,208)

Color info

#AF7ED0 contains mainly red and blue colors. Web safe color of #AF7ED0 is #9966CC (or #96C).

RGB color model

#AF7ED0 color RGB value is (175,126,208).

  • red value is 175;
  • green value is 126;
  • blue value is 208.
RGB:
(175,126,208)
(69%,49%,82%)

RGB channels and saturation

R 175 of 255 = 69%
G 126 of 255 = 49%
B 208 of 255 = 82%

175
126
208

R + G + B ~ 67%. #AF7ED0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 126 + 208 = 509 (100%)
R 175 of 509 ~ 34.38%
G 126 of 509 ~ 24.75%
B 208 of 509 ~ 40.86%

%34.38
%24.75
%40.86

CMYK color model

#AF7ED0 color CMYK value is (16,39,0,18).

  • cyan value is 15.87%
  • magenta value is 39.42%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(16,39,0,18)
C16M39Y0K18 
(16%,39%,0%,18%)
(0.16/0.39/0.00/0.18)	

CMYK percentages

%15.87
%39.42
%0
%18.43

Codes

Color #AF7ED0 in popluar color models

AF7ED0
RGB175126208
HSL276°46.59%65.49%
HSB/HSV276°39.42%81.57%
CMYK15.87%39.42%0.00%
18.43%

Color #AF7ED0 in popluar number systems.

HEXAF7ED0
Decimal175126208
Binary10101111111111011010000
Octal257176320

Shades and tints

Shades of #AF7ED0

#AF7ED0
(175,126,208)
#A073BE
(160,115,190)
#9168AC
(145,104,172)
#825D9A
(130,93,154)
#735288
(115,82,136)
#644776
(100,71,118)
#553C64
(85,60,100)
#463152
(70,49,82)
#372640
(55,38,64)
#281B2E
(40,27,46)
#19101C
(25,16,28)
#000000
(0,0,0)

Tints of #AF7ED0

#AF7ED0
(175,126,208)
#B689D4
(182,137,212)
#BD94D8
(189,148,216)
#C49FDC
(196,159,220)
#CBAAE0
(203,170,224)
#D2B5E4
(210,181,228)
#D9C0E8
(217,192,232)
#E0CBEC
(224,203,236)
#E7D6F0
(231,214,240)
#EEE1F4
(238,225,244)
#F5ECF8
(245,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7ED0 color. Also use rgb(175,126,208) instead hex code.

Text Font Color

.myTextColor { color: #AF7ED0; }

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

This text font color is #AF7ED0.


Background Color

.myBgColor { background-color: #AF7ED0; }

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

This div background color is #AF7ED0.


Border color

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

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

This div border color is #AF7ED0.


Opacity

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

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

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

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

This text has shadow with #AF7ED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7ED0 on black background.


Color preview on white background

This text has color #AF7ED0 on white background.



Black color preview on #AF7ED0 background

This text has black color on #AF7ED0 background.


White color preview on #AF7ED0 background

This text has white color on #AF7ED0 background.