COLOR #AF77B2

HEX: #AF77B2
RGB: (175,119,178)

Color info

#AF77B2 contains red, green and blue colors in about the same proportion. Web safe color of #AF77B2 is #996699 (or #969).

RGB color model

#AF77B2 color RGB value is (175,119,178).

  • red value is 175;
  • green value is 119;
  • blue value is 178.
RGB:
(175,119,178)
(69%,47%,70%)

RGB channels and saturation

R 175 of 255 = 69%
G 119 of 255 = 47%
B 178 of 255 = 70%

175
119
178

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

Portions of RGB colors in percentages

R + G + B =
175 + 119 + 178 = 472 (100%)
R 175 of 472 ~ 37.08%
G 119 of 472 ~ 25.21%
B 178 of 472 ~ 37.71%

%37.08
%25.21
%37.71

CMYK color model

#AF77B2 color CMYK value is (2,33,0,30).

  • cyan value is 1.69%
  • magenta value is 33.15%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(2,33,0,30)
C2M33Y0K30 
(2%,33%,0%,30%)
(0.02/0.33/0.00/0.30)	

CMYK percentages

%1.69
%33.15
%0
%30.2

Codes

Color #AF77B2 in popluar color models

AF77B2
RGB175119178
HSL297°27.70%58.24%
HSB/HSV297°33.15%69.80%
CMYK1.69%33.15%0.00%
30.20%

Color #AF77B2 in popluar number systems.

HEXAF77B2
Decimal175119178
Binary10101111111011110110010
Octal257167262

Shades and tints

Shades of #AF77B2

#AF77B2
(175,119,178)
#A06DA2
(160,109,162)
#916392
(145,99,146)
#825982
(130,89,130)
#734F72
(115,79,114)
#644562
(100,69,98)
#553B52
(85,59,82)
#463142
(70,49,66)
#372732
(55,39,50)
#281D22
(40,29,34)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #AF77B2

#AF77B2
(175,119,178)
#B683B9
(182,131,185)
#BD8FC0
(189,143,192)
#C49BC7
(196,155,199)
#CBA7CE
(203,167,206)
#D2B3D5
(210,179,213)
#D9BFDC
(217,191,220)
#E0CBE3
(224,203,227)
#E7D7EA
(231,215,234)
#EEE3F1
(238,227,241)
#F5EFF8
(245,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF77B2 color. Also use rgb(175,119,178) instead hex code.

Text Font Color

.myTextColor { color: #AF77B2; }

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

This text font color is #AF77B2.


Background Color

.myBgColor { background-color: #AF77B2; }

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

This div background color is #AF77B2.


Border color

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

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

This div border color is #AF77B2.


Opacity

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

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

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

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

This text has shadow with #AF77B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF77B2 on black background.


Color preview on white background

This text has color #AF77B2 on white background.



Black color preview on #AF77B2 background

This text has black color on #AF77B2 background.


White color preview on #AF77B2 background

This text has white color on #AF77B2 background.