COLOR #AF74E7

HEX: #AF74E7
RGB: (175,116,231)

Color info

#AF74E7 contains mainly red and blue colors. Web safe color of #AF74E7 is #9966FF (or #96F).

RGB color model

#AF74E7 color RGB value is (175,116,231).

  • red value is 175;
  • green value is 116;
  • blue value is 231.
RGB:
(175,116,231)
(69%,45%,91%)

RGB channels and saturation

R 175 of 255 = 69%
G 116 of 255 = 45%
B 231 of 255 = 91%

175
116
231

R + G + B ~ 68%. #AF74E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 116 + 231 = 522 (100%)
R 175 of 522 ~ 33.52%
G 116 of 522 ~ 22.22%
B 231 of 522 ~ 44.25%

%33.52
%22.22
%44.25

CMYK color model

#AF74E7 color CMYK value is (24,50,0,9).

  • cyan value is 24.24%
  • magenta value is 49.78%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(24,50,0,9)
C24M50Y0K9 
(24%,50%,0%,9%)
(0.24/0.50/0.00/0.09)	

CMYK percentages

%24.24
%49.78
%0
%9.41

Codes

Color #AF74E7 in popluar color models

AF74E7
RGB175116231
HSL271°70.55%68.04%
HSB/HSV271°49.78%90.59%
CMYK24.24%49.78%0.00%
9.41%

Color #AF74E7 in popluar number systems.

HEXAF74E7
Decimal175116231
Binary10101111111010011100111
Octal257164347

Shades and tints

Shades of #AF74E7

#AF74E7
(175,116,231)
#A06AD2
(160,106,210)
#9160BD
(145,96,189)
#8256A8
(130,86,168)
#734C93
(115,76,147)
#64427E
(100,66,126)
#553869
(85,56,105)
#462E54
(70,46,84)
#37243F
(55,36,63)
#281A2A
(40,26,42)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #AF74E7

#AF74E7
(175,116,231)
#B680E9
(182,128,233)
#BD8CEB
(189,140,235)
#C498ED
(196,152,237)
#CBA4EF
(203,164,239)
#D2B0F1
(210,176,241)
#D9BCF3
(217,188,243)
#E0C8F5
(224,200,245)
#E7D4F7
(231,212,247)
#EEE0F9
(238,224,249)
#F5ECFB
(245,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF74E7 color. Also use rgb(175,116,231) instead hex code.

Text Font Color

.myTextColor { color: #AF74E7; }

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

This text font color is #AF74E7.


Background Color

.myBgColor { background-color: #AF74E7; }

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

This div background color is #AF74E7.


Border color

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

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

This div border color is #AF74E7.


Opacity

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

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

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

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

This text has shadow with #AF74E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF74E7 on black background.


Color preview on white background

This text has color #AF74E7 on white background.



Black color preview on #AF74E7 background

This text has black color on #AF74E7 background.


White color preview on #AF74E7 background

This text has white color on #AF74E7 background.