COLOR #AF71B5

HEX: #AF71B5
RGB: (175,113,181)

Color info

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

RGB color model

#AF71B5 color RGB value is (175,113,181).

  • red value is 175;
  • green value is 113;
  • blue value is 181.
RGB:
(175,113,181)
(69%,44%,71%)

RGB channels and saturation

R 175 of 255 = 69%
G 113 of 255 = 44%
B 181 of 255 = 71%

175
113
181

R + G + B ~ 61%. #AF71B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 113 + 181 = 469 (100%)
R 175 of 469 ~ 37.31%
G 113 of 469 ~ 24.09%
B 181 of 469 ~ 38.59%

%37.31
%24.09
%38.59

CMYK color model

#AF71B5 color CMYK value is (3,38,0,29).

  • cyan value is 3.31%
  • magenta value is 37.57%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(3,38,0,29)
C3M38Y0K29 
(3%,38%,0%,29%)
(0.03/0.38/0.00/0.29)	

CMYK percentages

%3.31
%37.57
%0
%29.02

Codes

Color #AF71B5 in popluar color models

AF71B5
RGB175113181
HSL295°31.48%57.65%
HSB/HSV295°37.57%70.98%
CMYK3.31%37.57%0.00%
29.02%

Color #AF71B5 in popluar number systems.

HEXAF71B5
Decimal175113181
Binary10101111111000110110101
Octal257161265

Shades and tints

Shades of #AF71B5

#AF71B5
(175,113,181)
#A067A5
(160,103,165)
#915D95
(145,93,149)
#825385
(130,83,133)
#734975
(115,73,117)
#643F65
(100,63,101)
#553555
(85,53,85)
#462B45
(70,43,69)
#372135
(55,33,53)
#281725
(40,23,37)
#190D15
(25,13,21)
#000000
(0,0,0)

Tints of #AF71B5

#AF71B5
(175,113,181)
#B67DBB
(182,125,187)
#BD89C1
(189,137,193)
#C495C7
(196,149,199)
#CBA1CD
(203,161,205)
#D2ADD3
(210,173,211)
#D9B9D9
(217,185,217)
#E0C5DF
(224,197,223)
#E7D1E5
(231,209,229)
#EEDDEB
(238,221,235)
#F5E9F1
(245,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF71B5 color. Also use rgb(175,113,181) instead hex code.

Text Font Color

.myTextColor { color: #AF71B5; }

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

This text font color is #AF71B5.


Background Color

.myBgColor { background-color: #AF71B5; }

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

This div background color is #AF71B5.


Border color

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

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

This div border color is #AF71B5.


Opacity

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

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

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

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

This text has shadow with #AF71B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF71B5 on black background.


Color preview on white background

This text has color #AF71B5 on white background.



Black color preview on #AF71B5 background

This text has black color on #AF71B5 background.


White color preview on #AF71B5 background

This text has white color on #AF71B5 background.