COLOR #AF8EC2

HEX: #AF8EC2
RGB: (175,142,194)

Color info

#AF8EC2 contains red, green and blue colors in about the same proportion. Web safe color of #AF8EC2 is #9999CC (or #99C).

RGB color model

#AF8EC2 color RGB value is (175,142,194).

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

RGB channels and saturation

R 175 of 255 = 69%
G 142 of 255 = 56%
B 194 of 255 = 76%

175
142
194

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

Portions of RGB colors in percentages

R + G + B =
175 + 142 + 194 = 511 (100%)
R 175 of 511 ~ 34.25%
G 142 of 511 ~ 27.79%
B 194 of 511 ~ 37.96%

%34.25
%27.79
%37.96

CMYK color model

#AF8EC2 color CMYK value is (10,27,0,24).

  • cyan value is 9.79%
  • magenta value is 26.80%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK: (10,27,0,24) C10M27Y0K24 (10%,27%,0%,24%) (0.10/0.27/0.00/0.24)

CMYK percentages

%9.79
%26.8
%0
%23.92

Codes

Color #AF8EC2 in popluar color models

AF8EC2
RGB175142194
HSL278°29.89%65.88%
HSB/HSV278°26.80%76.08%
CMYK9.79%26.80%0.00%
23.92%

Color #AF8EC2 in popluar number systems.

HEXAF8EC2
Decimal175142194
Binary101011111000111011000010
Octal257216302

Shades and tints

Shades of #AF8EC2

#AF8EC2
(175,142,194)
#A082B1
(160,130,177)
#9176A0
(145,118,160)
#826A8F
(130,106,143)
#735E7E
(115,94,126)
#64526D
(100,82,109)
#55465C
(85,70,92)
#463A4B
(70,58,75)
#372E3A
(55,46,58)
#282229
(40,34,41)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #AF8EC2

#AF8EC2
(175,142,194)
#B698C7
(182,152,199)
#BDA2CC
(189,162,204)
#C4ACD1
(196,172,209)
#CBB6D6
(203,182,214)
#D2C0DB
(210,192,219)
#D9CAE0
(217,202,224)
#E0D4E5
(224,212,229)
#E7DEEA
(231,222,234)
#EEE8EF
(238,232,239)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8EC2; }

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

This text font color is #AF8EC2.


Background Color

.myBgColor { background-color: #AF8EC2; }

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

This div background color is #AF8EC2.


Border color

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

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

This div border color is #AF8EC2.


Opacity

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

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

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

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

This text has shadow with #AF8EC2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AF8EC2 on black background.


Color preview on white background

This text has color #AF8EC2 on white background.



Black color preview on #AF8EC2 background

This text has black color on #AF8EC2 background.


White color preview on #AF8EC2 background

This text has white color on #AF8EC2 background.