HEX: #A5699D
RGB: (165,105,157)
#A5699D contains mainly red and blue colors. Web safe color of #A5699D is #996699 (or #969).
#A5699D color RGB value is (165,105,157).
RGB: (165,105,157)
(65%, 41%, 62%)
R 165 of 255 = 65%
G 105 of 255 = 41%
B 157 of 255 = 62%
R + G + B ~ 56%. #A5699D is middle color (not dark and not light).
R + G + B = 165 + 105 + 157 = 427 (100%)
R 165 of 427 ~ 38.64%
G 105 of 427 ~ 24.59%
B 157 of 427 ~ 36.77'%
#A5699D color CMYK value is (0,36,5,35).
CMYK: (0,36,5,35)
C0M36Y5K35 (0%, 36%, 5%, 35%)
(0.00 / 0.36 / 0.05 / 0.35)
Color #A5699D in popluar color models
A5 | 69 | 9D | |
---|---|---|---|
RGB | 165 | 105 | 157 |
HSL | 308° | 25.00% | 52.94% |
HSB/HSV | 308° | 36.36% | 64.71% |
CMYK | 0.00% | 36.36% | 4.85% |
35.29% |
Color #A5699D in popluar number systems.
HEX | A5 | 69 | 9D |
Decimal | 165 | 105 | 157 |
Binary | 10100101 | 1101001 | 10011101 |
Octal | 245 | 151 | 235 |
Shades of #A5699D
Tints of #A5699D
Examples of css and html codes for elements with #A5699D color. Also use rgb(165,105,157) instead hex code.
.myTextColor { color: #A5699D; }
<p style="color:#A5699D">This sample text font color is #A5699D.</p>
This text font color is #A5699D.
.myBgColor { background-color: #A5699D; }
<div style="background-color:#A5699D">Inner text</div>
This div background color is #A5699D.
.myBorderColor { border: 1px solid #A5699D; }
<div style="border:3px solid #A5699D">Div</div>
This div border color is #A5699D.
.myOpacity80 { color: #A5699D; opacity: 0.8; }
<p style="color:#A5699D;opacity:0.8;">80%</p>
Text with #A5699D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5699D;}
<p style="text-shadow: 3px 3px 1px #A5699D">Text here.</p>
This text has shadow with #A5699D color.
.textShadow {text-shadow: 3px 3px 1px #A5699D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5699D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5699D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5699D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5699D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5699D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5699D;
-webkit-box-shadow: 1px 1px 3px 2px #A5699D;
box-shadow: 1px 1px 3px 2px #A5699D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5699D; -webkit-box-shadow: 1px 1px 3px 2px #A5699D; box-shadow:1px 1px 3px 2px #A5699D;">
Div content here
</div>
This text has color #A5699D on black background.
This text has color #A5699D on white background.
This text has black color on #A5699D background.
This text has white color on #A5699D background.
Complementary color for #hex is #5A9662.