COLOR #AF73B9

HEX: #AF73B9
RGB: (175,115,185)

Color info

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

RGB color model

#AF73B9 color RGB value is (175,115,185).

  • red value is 175;
  • green value is 115;
  • blue value is 185.
RGB:
(175,115,185)
(69%,45%,73%)

RGB channels and saturation

R 175 of 255 = 69%
G 115 of 255 = 45%
B 185 of 255 = 73%

175
115
185

R + G + B ~ 62%. #AF73B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 115 + 185 = 475 (100%)
R 175 of 475 ~ 36.84%
G 115 of 475 ~ 24.21%
B 185 of 475 ~ 38.95%

%36.84
%24.21
%38.95

CMYK color model

#AF73B9 color CMYK value is (5,38,0,27).

  • cyan value is 5.41%
  • magenta value is 37.84%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(5,38,0,27)
C5M38Y0K27 
(5%,38%,0%,27%)
(0.05/0.38/0.00/0.27)	

CMYK percentages

%5.41
%37.84
%0
%27.45

Codes

Color #AF73B9 in popluar color models

AF73B9
RGB175115185
HSL291°33.33%58.82%
HSB/HSV291°37.84%72.55%
CMYK5.41%37.84%0.00%
27.45%

Color #AF73B9 in popluar number systems.

HEXAF73B9
Decimal175115185
Binary10101111111001110111001
Octal257163271

Shades and tints

Shades of #AF73B9

#AF73B9
(175,115,185)
#A069A9
(160,105,169)
#915F99
(145,95,153)
#825589
(130,85,137)
#734B79
(115,75,121)
#644169
(100,65,105)
#553759
(85,55,89)
#462D49
(70,45,73)
#372339
(55,35,57)
#281929
(40,25,41)
#190F19
(25,15,25)
#000000
(0,0,0)

Tints of #AF73B9

#AF73B9
(175,115,185)
#B67FBF
(182,127,191)
#BD8BC5
(189,139,197)
#C497CB
(196,151,203)
#CBA3D1
(203,163,209)
#D2AFD7
(210,175,215)
#D9BBDD
(217,187,221)
#E0C7E3
(224,199,227)
#E7D3E9
(231,211,233)
#EEDFEF
(238,223,239)
#F5EBF5
(245,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF73B9 color. Also use rgb(175,115,185) instead hex code.

Text Font Color

.myTextColor { color: #AF73B9; }

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

This text font color is #AF73B9.


Background Color

.myBgColor { background-color: #AF73B9; }

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

This div background color is #AF73B9.


Border color

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

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

This div border color is #AF73B9.


Opacity

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

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

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

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

This text has shadow with #AF73B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF73B9 on black background.


Color preview on white background

This text has color #AF73B9 on white background.



Black color preview on #AF73B9 background

This text has black color on #AF73B9 background.


White color preview on #AF73B9 background

This text has white color on #AF73B9 background.