COLOR #AF819E

HEX: #AF819E RGB: (175,129,158)

Color info

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

RGB color model

#AF819E color RGB value is (175,129,158).

RGB: (175,129,158) (69%, 51%, 62%)

RGB channels and saturation

R 175 of 255 = 69%
G 129 of 255 = 51%
B 158 of 255 = 62%

175
129
158

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

Portions of RGB colors in percentages

R + G + B = 175 + 129 + 158 = 462 (100%)
R 175 of 462 ~ 37.88%
G 129 of 462 ~ 27.92%
B 158 of 462 ~ 34.2'%

%37.88
%27.92
%34.2

CMYK color model

#AF819E color CMYK value is (0,26,10,31).

  • cyan value is 0.00%
  • magenta value is 26.29%
  • yellow value is 9.71%
  • key color value is 31.37%

CMYK: (0,26,10,31)
C0M26Y10K31 (0%, 26%, 10%, 31%)
(0.00 / 0.26 / 0.10 / 0.31)

CMYK percentages

%0
%26.29
%9.71
%31.37

Codes

Color #AF819E in popluar color models

AF 81 9E
RGB 175 129 158
HSL 322° 22.33% 59.61%
HSB/HSV 322° 26.29% 68.63%
CMYK 0.00% 26.29% 9.71%
31.37%

Color #AF819E in popluar number systems.

HEX AF 81 9E
Decimal 175 129 158
Binary 10101111 10000001 10011110
Octal 257 201 236

Shades and tints

Shades of #AF819E

#AF819E
(175,129,158)
#A07690
(160,118,144)
#916B82
(145,107,130)
#826074
(130,96,116)
#735566
(115,85,102)
#644A58
(100,74,88)
#553F4A
(85,63,74)
#46343C
(70,52,60)
#37292E
(55,41,46)
#281E20
(40,30,32)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #AF819E

#AF819E
(175,129,158)
#B68CA6
(182,140,166)
#BD97AE
(189,151,174)
#C4A2B6
(196,162,182)
#CBADBE
(203,173,190)
#D2B8C6
(210,184,198)
#D9C3CE
(217,195,206)
#E0CED6
(224,206,214)
#E7D9DE
(231,217,222)
#EEE4E6
(238,228,230)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF819E color. Also use rgb(175,129,158) instead hex code.

Text Font Color

.myTextColor { color: #AF819E; }

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

This text font color is #AF819E.

Background Color

.myBgColor { background-color: #AF819E; }

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

This div background color is #AF819E.

Border color

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

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

This div border color is #AF819E.

Opacity

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

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

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

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

This text has shadow with #AF819E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF819E.

Preview

Color preview on black background

This text has color #AF819E on black background.


Color preview on white background

This text has color #AF819E on white background.


Black color preview on #AF819E background

This text has black color on #AF819E background.


White color preview on #AF819E background

This text has white color on #AF819E background.


Related colors

Complementary color

Complementary color for #hex is #507E61.


I love getcolorcode.com

Triadic colors

1 #9EAF81 and #819EAF with #AF819E are triadic colors.

2 #9E81AF and #81AF9E with #AF819E are triadic colors.