COLOR #AF76A3

HEX: #AF76A3 RGB: (175,118,163)

Color info

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

RGB color model

#AF76A3 color RGB value is (175,118,163).

RGB: (175,118,163) (69%, 46%, 64%)

RGB channels and saturation

R 175 of 255 = 69%
G 118 of 255 = 46%
B 163 of 255 = 64%

175
118
163

R + G + B ~ 60%. #AF76A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 175 + 118 + 163 = 456 (100%)
R 175 of 456 ~ 38.38%
G 118 of 456 ~ 25.88%
B 163 of 456 ~ 35.75'%

%38.38
%25.88
%35.75

CMYK color model

#AF76A3 color CMYK value is (0,33,7,31).

  • cyan value is 0.00%
  • magenta value is 32.57%
  • yellow value is 6.86%
  • key color value is 31.37%

CMYK: (0,33,7,31)
C0M33Y7K31 (0%, 33%, 7%, 31%)
(0.00 / 0.33 / 0.07 / 0.31)

CMYK percentages

%0
%32.57
%6.86
%31.37

Codes

Color #AF76A3 in popluar color models

AF 76 A3
RGB 175 118 163
HSL 313° 26.27% 57.45%
HSB/HSV 313° 32.57% 68.63%
CMYK 0.00% 32.57% 6.86%
31.37%

Color #AF76A3 in popluar number systems.

HEX AF 76 A3
Decimal 175 118 163
Binary 10101111 1110110 10100011
Octal 257 166 243

Shades and tints

Shades of #AF76A3

#AF76A3
(175,118,163)
#A06C95
(160,108,149)
#916287
(145,98,135)
#825879
(130,88,121)
#734E6B
(115,78,107)
#64445D
(100,68,93)
#553A4F
(85,58,79)
#463041
(70,48,65)
#372633
(55,38,51)
#281C25
(40,28,37)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #AF76A3

#AF76A3
(175,118,163)
#B682AB
(182,130,171)
#BD8EB3
(189,142,179)
#C49ABB
(196,154,187)
#CBA6C3
(203,166,195)
#D2B2CB
(210,178,203)
#D9BED3
(217,190,211)
#E0CADB
(224,202,219)
#E7D6E3
(231,214,227)
#EEE2EB
(238,226,235)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF76A3 color. Also use rgb(175,118,163) instead hex code.

Text Font Color

.myTextColor { color: #AF76A3; }

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

This text font color is #AF76A3.

Background Color

.myBgColor { background-color: #AF76A3; }

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

This div background color is #AF76A3.

Border color

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

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

This div border color is #AF76A3.

Opacity

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

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

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

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

This text has shadow with #AF76A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF76A3.

Preview

Color preview on black background

This text has color #AF76A3 on black background.


Color preview on white background

This text has color #AF76A3 on white background.


Black color preview on #AF76A3 background

This text has black color on #AF76A3 background.


White color preview on #AF76A3 background

This text has white color on #AF76A3 background.


Related colors

Complementary color

Complementary color for #hex is #50895C.


I love getcolorcode.com

Triadic colors

1 #A3AF76 and #76A3AF with #AF76A3 are triadic colors.

2 #A376AF and #76AFA3 with #AF76A3 are triadic colors.