HEX: #AF699E
RGB: (175,105,158)
#AF699E contains mainly red and blue colors. Web safe color of #AF699E is #996699 (or #969).
#AF699E color RGB value is (175,105,158).
RGB: (175,105,158)
(69%, 41%, 62%)
R 175 of 255 = 69%
G 105 of 255 = 41%
B 158 of 255 = 62%
R + G + B ~ 57%. #AF699E is middle color (not dark and not light).
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'%
#AF699E color CMYK value is (0,40,10,31).
CMYK: (0,40,10,31)
C0M40Y10K31 (0%, 40%, 10%, 31%)
(0.00 / 0.40 / 0.10 / 0.31)
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 of #AF699E
Tints of #AF699E
Examples of css and html codes for elements with #AF699E color. Also use rgb(175,105,158) instead hex code.
.myTextColor { color: #AF699E; }
<p style="color:#AF699E">This sample text font color is #AF699E.</p>
This text font color is #AF699E.
.myBgColor { background-color: #AF699E; }
<div style="background-color:#AF699E">Inner text</div>
This div background color is #AF699E.
.myBorderColor { border: 1px solid #AF699E; }
<div style="border:3px solid #AF699E">Div</div>
This div border color is #AF699E.
.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%.
.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.
/* 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 text has color #AF699E on black background.
This text has color #AF699E on white background.
This text has black color on #AF699E background.
This text has white color on #AF699E background.
Complementary color for #hex is #509661.