COLOR #AF4696

HEX: #AF4696
RGB: (175,70,150)

Color info

#AF4696 contains mainly red and blue colors. Web safe color of #AF4696 is #993399 (or #939).

RGB color model

#AF4696 color RGB value is (175,70,150).

  • red value is 175;
  • green value is 70;
  • blue value is 150.
RGB:
(175,70,150)
(69%,27%,59%)

RGB channels and saturation

R 175 of 255 = 69%
G 70 of 255 = 27%
B 150 of 255 = 59%

175
70
150

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

Portions of RGB colors in percentages

R + G + B =
175 + 70 + 150 = 395 (100%)
R 175 of 395 ~ 44.3%
G 70 of 395 ~ 17.72%
B 150 of 395 ~ 37.97%

%44.3
%17.72
%37.97

CMYK color model

#AF4696 color CMYK value is (0,60,14,31).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 14.29%
  • key color value is 31.37%
CMYK:
(0,60,14,31)
C0M60Y14K31 
(0%,60%,14%,31%)
(0.00/0.60/0.14/0.31)	

CMYK percentages

%0
%60
%14.29
%31.37

Codes

Color #AF4696 in popluar color models

AF4696
RGB17570150
HSL314°42.86%48.04%
HSB/HSV314°60.00%68.63%
CMYK0.00%60.00%14.29%
31.37%

Color #AF4696 in popluar number systems.

HEXAF4696
Decimal17570150
Binary10101111100011010010110
Octal257106226

Shades and tints

Shades of #AF4696

#AF4696
(175,70,150)
#A04089
(160,64,137)
#913A7C
(145,58,124)
#82346F
(130,52,111)
#732E62
(115,46,98)
#642855
(100,40,85)
#552248
(85,34,72)
#461C3B
(70,28,59)
#37162E
(55,22,46)
#281021
(40,16,33)
#190A14
(25,10,20)
#000000
(0,0,0)

Tints of #AF4696

#AF4696
(175,70,150)
#B6569F
(182,86,159)
#BD66A8
(189,102,168)
#C476B1
(196,118,177)
#CB86BA
(203,134,186)
#D296C3
(210,150,195)
#D9A6CC
(217,166,204)
#E0B6D5
(224,182,213)
#E7C6DE
(231,198,222)
#EED6E7
(238,214,231)
#F5E6F0
(245,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF4696 color. Also use rgb(175,70,150) instead hex code.

Text Font Color

.myTextColor { color: #AF4696; }

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

This text font color is #AF4696.


Background Color

.myBgColor { background-color: #AF4696; }

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

This div background color is #AF4696.


Border color

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

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

This div border color is #AF4696.


Opacity

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

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

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

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

This text has shadow with #AF4696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF4696 on black background.


Color preview on white background

This text has color #AF4696 on white background.



Black color preview on #AF4696 background

This text has black color on #AF4696 background.


White color preview on #AF4696 background

This text has white color on #AF4696 background.