COLOR #AF82A1

HEX: #AF82A1 RGB: (175,130,161)

Color info

#AF82A1 contains red, green and blue colors in about the same proportion. Web safe color of #AF82A1 is #999999 (or #999).

RGB color model

#AF82A1 color RGB value is (175,130,161).

RGB: (175,130,161) (69%, 51%, 63%)

RGB channels and saturation

R 175 of 255 = 69%
G 130 of 255 = 51%
B 161 of 255 = 63%

175
130
161

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

Portions of RGB colors in percentages

R + G + B = 175 + 130 + 161 = 466 (100%)
R 175 of 466 ~ 37.55%
G 130 of 466 ~ 27.9%
B 161 of 466 ~ 34.55'%

%37.55
%27.9
%34.55

CMYK color model

#AF82A1 color CMYK value is (0,26,8,31).

  • cyan value is 0.00%
  • magenta value is 25.71%
  • yellow value is 8.00%
  • key color value is 31.37%

CMYK: (0,26,8,31)
C0M26Y8K31 (0%, 26%, 8%, 31%)
(0.00 / 0.26 / 0.08 / 0.31)

CMYK percentages

%0
%25.71
%8
%31.37

Codes

Color #AF82A1 in popluar color models

AF 82 A1
RGB 175 130 161
HSL 319° 21.95% 59.80%
HSB/HSV 319° 25.71% 68.63%
CMYK 0.00% 25.71% 8.00%
31.37%

Color #AF82A1 in popluar number systems.

HEX AF 82 A1
Decimal 175 130 161
Binary 10101111 10000010 10100001
Octal 257 202 241

Shades and tints

Shades of #AF82A1

#AF82A1
(175,130,161)
#A07793
(160,119,147)
#916C85
(145,108,133)
#826177
(130,97,119)
#735669
(115,86,105)
#644B5B
(100,75,91)
#55404D
(85,64,77)
#46353F
(70,53,63)
#372A31
(55,42,49)
#281F23
(40,31,35)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #AF82A1

#AF82A1
(175,130,161)
#B68DA9
(182,141,169)
#BD98B1
(189,152,177)
#C4A3B9
(196,163,185)
#CBAEC1
(203,174,193)
#D2B9C9
(210,185,201)
#D9C4D1
(217,196,209)
#E0CFD9
(224,207,217)
#E7DAE1
(231,218,225)
#EEE5E9
(238,229,233)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF82A1 color. Also use rgb(175,130,161) instead hex code.

Text Font Color

.myTextColor { color: #AF82A1; }

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

This text font color is #AF82A1.

Background Color

.myBgColor { background-color: #AF82A1; }

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

This div background color is #AF82A1.

Border color

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

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

This div border color is #AF82A1.

Opacity

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

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

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

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

This text has shadow with #AF82A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF82A1.

Preview

Color preview on black background

This text has color #AF82A1 on black background.


Color preview on white background

This text has color #AF82A1 on white background.


Black color preview on #AF82A1 background

This text has black color on #AF82A1 background.


White color preview on #AF82A1 background

This text has white color on #AF82A1 background.


Related colors

Complementary color

Complementary color for #hex is #507D5E.


I love getcolorcode.com

Triadic colors

1 #A1AF82 and #82A1AF with #AF82A1 are triadic colors.

2 #A182AF and #82AFA1 with #AF82A1 are triadic colors.