COLOR #AF4EA3

HEX: #AF4EA3
RGB: (175,78,163)

Color info

#AF4EA3 contains mainly red and blue colors. Web safe color of #AF4EA3 is #996699 (or #969).

RGB color model

#AF4EA3 color RGB value is (175,78,163).

  • red value is 175;
  • green value is 78;
  • blue value is 163.
RGB:
(175,78,163)
(69%,31%,64%)

RGB channels and saturation

R 175 of 255 = 69%
G 78 of 255 = 31%
B 163 of 255 = 64%

175
78
163

R + G + B ~ 55%. #AF4EA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 78 + 163 = 416 (100%)
R 175 of 416 ~ 42.07%
G 78 of 416 ~ 18.75%
B 163 of 416 ~ 39.18%

%42.07
%18.75
%39.18

CMYK color model

#AF4EA3 color CMYK value is (0,55,7,31).

  • cyan value is 0.00%
  • magenta value is 55.43%
  • yellow value is 6.86%
  • key color value is 31.37%
CMYK:
(0,55,7,31)
C0M55Y7K31 
(0%,55%,7%,31%)
(0.00/0.55/0.07/0.31)	

CMYK percentages

%0
%55.43
%6.86
%31.37

Codes

Color #AF4EA3 in popluar color models

AF4EA3
RGB17578163
HSL307°38.34%49.61%
HSB/HSV307°55.43%68.63%
CMYK0.00%55.43%6.86%
31.37%

Color #AF4EA3 in popluar number systems.

HEXAF4EA3
Decimal17578163
Binary10101111100111010100011
Octal257116243

Shades and tints

Shades of #AF4EA3

#AF4EA3
(175,78,163)
#A04795
(160,71,149)
#914087
(145,64,135)
#823979
(130,57,121)
#73326B
(115,50,107)
#642B5D
(100,43,93)
#55244F
(85,36,79)
#461D41
(70,29,65)
#371633
(55,22,51)
#280F25
(40,15,37)
#190817
(25,8,23)
#000000
(0,0,0)

Tints of #AF4EA3

#AF4EA3
(175,78,163)
#B65EAB
(182,94,171)
#BD6EB3
(189,110,179)
#C47EBB
(196,126,187)
#CB8EC3
(203,142,195)
#D29ECB
(210,158,203)
#D9AED3
(217,174,211)
#E0BEDB
(224,190,219)
#E7CEE3
(231,206,227)
#EEDEEB
(238,222,235)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF4EA3 color. Also use rgb(175,78,163) instead hex code.

Text Font Color

.myTextColor { color: #AF4EA3; }

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

This text font color is #AF4EA3.


Background Color

.myBgColor { background-color: #AF4EA3; }

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

This div background color is #AF4EA3.


Border color

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

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

This div border color is #AF4EA3.


Opacity

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

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

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

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

This text has shadow with #AF4EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF4EA3 on black background.


Color preview on white background

This text has color #AF4EA3 on white background.



Black color preview on #AF4EA3 background

This text has black color on #AF4EA3 background.


White color preview on #AF4EA3 background

This text has white color on #AF4EA3 background.