COLOR #AF5EC7

HEX: #AF5EC7
RGB: (175,94,199)

Color info

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

RGB color model

#AF5EC7 color RGB value is (175,94,199).

  • red value is 175;
  • green value is 94;
  • blue value is 199.
RGB:
(175,94,199)
(69%,37%,78%)

RGB channels and saturation

R 175 of 255 = 69%
G 94 of 255 = 37%
B 199 of 255 = 78%

175
94
199

R + G + B ~ 61%. #AF5EC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 94 + 199 = 468 (100%)
R 175 of 468 ~ 37.39%
G 94 of 468 ~ 20.09%
B 199 of 468 ~ 42.52%

%37.39
%20.09
%42.52

CMYK color model

#AF5EC7 color CMYK value is (12,53,0,22).

  • cyan value is 12.06%
  • magenta value is 52.76%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(12,53,0,22)
C12M53Y0K22 
(12%,53%,0%,22%)
(0.12/0.53/0.00/0.22)	

CMYK percentages

%12.06
%52.76
%0
%21.96

Codes

Color #AF5EC7 in popluar color models

AF5EC7
RGB17594199
HSL286°48.39%57.45%
HSB/HSV286°52.76%78.04%
CMYK12.06%52.76%0.00%
21.96%

Color #AF5EC7 in popluar number systems.

HEXAF5EC7
Decimal17594199
Binary10101111101111011000111
Octal257136307

Shades and tints

Shades of #AF5EC7

#AF5EC7
(175,94,199)
#A056B5
(160,86,181)
#914EA3
(145,78,163)
#824691
(130,70,145)
#733E7F
(115,62,127)
#64366D
(100,54,109)
#552E5B
(85,46,91)
#462649
(70,38,73)
#371E37
(55,30,55)
#281625
(40,22,37)
#190E13
(25,14,19)
#000000
(0,0,0)

Tints of #AF5EC7

#AF5EC7
(175,94,199)
#B66CCC
(182,108,204)
#BD7AD1
(189,122,209)
#C488D6
(196,136,214)
#CB96DB
(203,150,219)
#D2A4E0
(210,164,224)
#D9B2E5
(217,178,229)
#E0C0EA
(224,192,234)
#E7CEEF
(231,206,239)
#EEDCF4
(238,220,244)
#F5EAF9
(245,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF5EC7 color. Also use rgb(175,94,199) instead hex code.

Text Font Color

.myTextColor { color: #AF5EC7; }

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

This text font color is #AF5EC7.


Background Color

.myBgColor { background-color: #AF5EC7; }

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

This div background color is #AF5EC7.


Border color

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

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

This div border color is #AF5EC7.


Opacity

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

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

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

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

This text has shadow with #AF5EC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5EC7 on black background.


Color preview on white background

This text has color #AF5EC7 on white background.



Black color preview on #AF5EC7 background

This text has black color on #AF5EC7 background.


White color preview on #AF5EC7 background

This text has white color on #AF5EC7 background.