COLOR #AF74C2

HEX: #AF74C2
RGB: (175,116,194)

Color info

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

RGB color model

#AF74C2 color RGB value is (175,116,194).

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

RGB channels and saturation

R 175 of 255 = 69%
G 116 of 255 = 45%
B 194 of 255 = 76%

175
116
194

R + G + B ~ 63%. #AF74C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 116 + 194 = 485 (100%)
R 175 of 485 ~ 36.08%
G 116 of 485 ~ 23.92%
B 194 of 485 ~ 40%

%36.08
%23.92
%40

CMYK color model

#AF74C2 color CMYK value is (10,40,0,24).

  • cyan value is 9.79%
  • magenta value is 40.21%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(10,40,0,24)
C10M40Y0K24 
(10%,40%,0%,24%)
(0.10/0.40/0.00/0.24)	

CMYK percentages

%9.79
%40.21
%0
%23.92

Codes

Color #AF74C2 in popluar color models

AF74C2
RGB175116194
HSL285°39.00%60.78%
HSB/HSV285°40.21%76.08%
CMYK9.79%40.21%0.00%
23.92%

Color #AF74C2 in popluar number systems.

HEXAF74C2
Decimal175116194
Binary10101111111010011000010
Octal257164302

Shades and tints

Shades of #AF74C2

#AF74C2
(175,116,194)
#A06AB1
(160,106,177)
#9160A0
(145,96,160)
#82568F
(130,86,143)
#734C7E
(115,76,126)
#64426D
(100,66,109)
#55385C
(85,56,92)
#462E4B
(70,46,75)
#37243A
(55,36,58)
#281A29
(40,26,41)
#191018
(25,16,24)
#000000
(0,0,0)

Tints of #AF74C2

#AF74C2
(175,116,194)
#B680C7
(182,128,199)
#BD8CCC
(189,140,204)
#C498D1
(196,152,209)
#CBA4D6
(203,164,214)
#D2B0DB
(210,176,219)
#D9BCE0
(217,188,224)
#E0C8E5
(224,200,229)
#E7D4EA
(231,212,234)
#EEE0EF
(238,224,239)
#F5ECF4
(245,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF74C2; }

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

This text font color is #AF74C2.


Background Color

.myBgColor { background-color: #AF74C2; }

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

This div background color is #AF74C2.


Border color

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

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

This div border color is #AF74C2.


Opacity

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

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

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

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

This text has shadow with #AF74C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF74C2 on black background.


Color preview on white background

This text has color #AF74C2 on white background.



Black color preview on #AF74C2 background

This text has black color on #AF74C2 background.


White color preview on #AF74C2 background

This text has white color on #AF74C2 background.