COLOR #AF7FBC

HEX: #AF7FBC
RGB: (175,127,188)

Color info

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

RGB color model

#AF7FBC color RGB value is (175,127,188).

  • red value is 175;
  • green value is 127;
  • blue value is 188.
RGB:
(175,127,188)
(69%,50%,74%)

RGB channels and saturation

R 175 of 255 = 69%
G 127 of 255 = 50%
B 188 of 255 = 74%

175
127
188

R + G + B ~ 64%. #AF7FBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 127 + 188 = 490 (100%)
R 175 of 490 ~ 35.71%
G 127 of 490 ~ 25.92%
B 188 of 490 ~ 38.37%

%35.71
%25.92
%38.37

CMYK color model

#AF7FBC color CMYK value is (7,32,0,26).

  • cyan value is 6.91%
  • magenta value is 32.45%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(7,32,0,26)
C7M32Y0K26 
(7%,32%,0%,26%)
(0.07/0.32/0.00/0.26)	

CMYK percentages

%6.91
%32.45
%0
%26.27

Codes

Color #AF7FBC in popluar color models

AF7FBC
RGB175127188
HSL287°31.28%61.76%
HSB/HSV287°32.45%73.73%
CMYK6.91%32.45%0.00%
26.27%

Color #AF7FBC in popluar number systems.

HEXAF7FBC
Decimal175127188
Binary10101111111111110111100
Octal257177274

Shades and tints

Shades of #AF7FBC

#AF7FBC
(175,127,188)
#A074AB
(160,116,171)
#91699A
(145,105,154)
#825E89
(130,94,137)
#735378
(115,83,120)
#644867
(100,72,103)
#553D56
(85,61,86)
#463245
(70,50,69)
#372734
(55,39,52)
#281C23
(40,28,35)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #AF7FBC

#AF7FBC
(175,127,188)
#B68AC2
(182,138,194)
#BD95C8
(189,149,200)
#C4A0CE
(196,160,206)
#CBABD4
(203,171,212)
#D2B6DA
(210,182,218)
#D9C1E0
(217,193,224)
#E0CCE6
(224,204,230)
#E7D7EC
(231,215,236)
#EEE2F2
(238,226,242)
#F5EDF8
(245,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7FBC color. Also use rgb(175,127,188) instead hex code.

Text Font Color

.myTextColor { color: #AF7FBC; }

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

This text font color is #AF7FBC.


Background Color

.myBgColor { background-color: #AF7FBC; }

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

This div background color is #AF7FBC.


Border color

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

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

This div border color is #AF7FBC.


Opacity

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

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

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

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

This text has shadow with #AF7FBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7FBC on black background.


Color preview on white background

This text has color #AF7FBC on white background.



Black color preview on #AF7FBC background

This text has black color on #AF7FBC background.


White color preview on #AF7FBC background

This text has white color on #AF7FBC background.