COLOR #AF80A2

HEX: #AF80A2
RGB: (175,128,162)

Color info

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

RGB color model

#AF80A2 color RGB value is (175,128,162).

  • red value is 175;
  • green value is 128;
  • blue value is 162.
RGB:
(175,128,162)
(69%,50%,64%)

RGB channels and saturation

R 175 of 255 = 69%
G 128 of 255 = 50%
B 162 of 255 = 64%

175
128
162

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

Portions of RGB colors in percentages

R + G + B =
175 + 128 + 162 = 465 (100%)
R 175 of 465 ~ 37.63%
G 128 of 465 ~ 27.53%
B 162 of 465 ~ 34.84%

%37.63
%27.53
%34.84

CMYK color model

#AF80A2 color CMYK value is (0,27,7,31).

  • cyan value is 0.00%
  • magenta value is 26.86%
  • yellow value is 7.43%
  • key color value is 31.37%
CMYK:
(0,27,7,31)
C0M27Y7K31 
(0%,27%,7%,31%)
(0.00/0.27/0.07/0.31)	

CMYK percentages

%0
%26.86
%7.43
%31.37

Codes

Color #AF80A2 in popluar color models

AF80A2
RGB175128162
HSL317°22.71%59.41%
HSB/HSV317°26.86%68.63%
CMYK0.00%26.86%7.43%
31.37%

Color #AF80A2 in popluar number systems.

HEXAF80A2
Decimal175128162
Binary101011111000000010100010
Octal257200242

Shades and tints

Shades of #AF80A2

#AF80A2
(175,128,162)
#A07594
(160,117,148)
#916A86
(145,106,134)
#825F78
(130,95,120)
#73546A
(115,84,106)
#64495C
(100,73,92)
#553E4E
(85,62,78)
#463340
(70,51,64)
#372832
(55,40,50)
#281D24
(40,29,36)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #AF80A2

#AF80A2
(175,128,162)
#B68BAA
(182,139,170)
#BD96B2
(189,150,178)
#C4A1BA
(196,161,186)
#CBACC2
(203,172,194)
#D2B7CA
(210,183,202)
#D9C2D2
(217,194,210)
#E0CDDA
(224,205,218)
#E7D8E2
(231,216,226)
#EEE3EA
(238,227,234)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF80A2 color. Also use rgb(175,128,162) instead hex code.

Text Font Color

.myTextColor { color: #AF80A2; }

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

This text font color is #AF80A2.


Background Color

.myBgColor { background-color: #AF80A2; }

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

This div background color is #AF80A2.


Border color

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

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

This div border color is #AF80A2.


Opacity

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

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

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

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

This text has shadow with #AF80A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF80A2 on black background.


Color preview on white background

This text has color #AF80A2 on white background.



Black color preview on #AF80A2 background

This text has black color on #AF80A2 background.


White color preview on #AF80A2 background

This text has white color on #AF80A2 background.