HEX: #A599DA
RGB: (165,153,218)
#A599DA contains mainly red and blue colors. Web safe color of #A599DA is #9999CC (or #99C).
#A599DA color RGB value is (165,153,218).
RGB: (165,153,218)
(65%, 60%, 85%)
R 165 of 255 = 65%
G 153 of 255 = 60%
B 218 of 255 = 85%
R + G + B ~ 70%. #A599DA is quite light color.
R + G + B = 165 + 153 + 218 = 536 (100%)
R 165 of 536 ~ 30.78%
G 153 of 536 ~ 28.54%
B 218 of 536 ~ 40.67'%
#A599DA color CMYK value is (24,30,0,15).
CMYK: (24,30,0,15)
C24M30Y0K15 (24%, 30%, 0%, 15%)
(0.24 / 0.30 / 0.00 / 0.15)
Color #A599DA in popluar color models
A5 | 99 | DA | |
---|---|---|---|
RGB | 165 | 153 | 218 |
HSL | 251° | 46.76% | 72.75% |
HSB/HSV | 251° | 29.82% | 85.49% |
CMYK | 24.31% | 29.82% | 0.00% |
14.51% |
Color #A599DA in popluar number systems.
HEX | A5 | 99 | DA |
Decimal | 165 | 153 | 218 |
Binary | 10100101 | 10011001 | 11011010 |
Octal | 245 | 231 | 332 |
Shades of #A599DA
Tints of #A599DA
Examples of css and html codes for elements with #A599DA color. Also use rgb(165,153,218) instead hex code.
.myTextColor { color: #A599DA; }
<p style="color:#A599DA">This sample text font color is #A599DA.</p>
This text font color is #A599DA.
.myBgColor { background-color: #A599DA; }
<div style="background-color:#A599DA">Inner text</div>
This div background color is #A599DA.
.myBorderColor { border: 1px solid #A599DA; }
<div style="border:3px solid #A599DA">Div</div>
This div border color is #A599DA.
.myOpacity80 { color: #A599DA; opacity: 0.8; }
<p style="color:#A599DA;opacity:0.8;">80%</p>
Text with #A599DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A599DA;}
<p style="text-shadow: 3px 3px 1px #A599DA">Text here.</p>
This text has shadow with #A599DA color.
.textShadow {text-shadow: 3px 3px 1px #A599DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A599DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #A599DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A599DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A599DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #A599DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A599DA;
-webkit-box-shadow: 1px 1px 3px 2px #A599DA;
box-shadow: 1px 1px 3px 2px #A599DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A599DA; -webkit-box-shadow: 1px 1px 3px 2px #A599DA; box-shadow:1px 1px 3px 2px #A599DA;">
Div content here
</div>
This text has color #A599DA on black background.
This text has color #A599DA on white background.
This text has black color on #A599DA background.
This text has white color on #A599DA background.
Complementary color for #hex is #5A6625.