COLOR #AF699E

HEX: #AF699E RGB: (175,105,158)

Color info

#AF699E contains mainly red and blue colors. Web safe color of #AF699E is #996699 (or #969).

RGB color model

#AF699E color RGB value is (175,105,158).

RGB: (175,105,158) (69%, 41%, 62%)

RGB channels and saturation

R 175 of 255 = 69%
G 105 of 255 = 41%
B 158 of 255 = 62%

175
105
158

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

Portions of RGB colors in percentages

R + G + B = 175 + 105 + 158 = 438 (100%)
R 175 of 438 ~ 39.95%
G 105 of 438 ~ 23.97%
B 158 of 438 ~ 36.07'%

%39.95
%23.97
%36.07

CMYK color model

#AF699E color CMYK value is (0,40,10,31).

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

CMYK: (0,40,10,31)
C0M40Y10K31 (0%, 40%, 10%, 31%)
(0.00 / 0.40 / 0.10 / 0.31)

CMYK percentages

%0
%40
%9.71
%31.37

Codes

Color #AF699E in popluar color models

AF 69 9E
RGB 175 105 158
HSL 315° 30.43% 54.90%
HSB/HSV 315° 40.00% 68.63%
CMYK 0.00% 40.00% 9.71%
31.37%

Color #AF699E in popluar number systems.

HEX AF 69 9E
Decimal 175 105 158
Binary 10101111 1101001 10011110
Octal 257 151 236

Shades and tints

Shades of #AF699E

#AF699E
(175,105,158)
#A06090
(160,96,144)
#915782
(145,87,130)
#824E74
(130,78,116)
#734566
(115,69,102)
#643C58
(100,60,88)
#55334A
(85,51,74)
#462A3C
(70,42,60)
#37212E
(55,33,46)
#281820
(40,24,32)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #AF699E

#AF699E
(175,105,158)
#B676A6
(182,118,166)
#BD83AE
(189,131,174)
#C490B6
(196,144,182)
#CB9DBE
(203,157,190)
#D2AAC6
(210,170,198)
#D9B7CE
(217,183,206)
#E0C4D6
(224,196,214)
#E7D1DE
(231,209,222)
#EEDEE6
(238,222,230)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF699E; }

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

This text font color is #AF699E.

Background Color

.myBgColor { background-color: #AF699E; }

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

This div background color is #AF699E.

Border color

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

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

This div border color is #AF699E.

Opacity

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

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

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

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

This text has shadow with #AF699E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF699E.

Preview

Color preview on black background

This text has color #AF699E on black background.


Color preview on white background

This text has color #AF699E on white background.


Black color preview on #AF699E background

This text has black color on #AF699E background.


White color preview on #AF699E background

This text has white color on #AF699E background.


Related colors

Complementary color

Complementary color for #hex is #509661.


I love getcolorcode.com

Triadic colors

1 #9EAF69 and #699EAF with #AF699E are triadic colors.

2 #9E69AF and #69AF9E with #AF699E are triadic colors.