HEX: #AE63BD
RGB: (174,99,189)
#AE63BD contains mainly red and blue colors. #AE63BD ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.
#AE63BD color RGB value is (174,99,189).
RGB: (174,99,189)
(68%, 39%, 74%)
R 174 of 255 = 68%
G 99 of 255 = 39%
B 189 of 255 = 74%
R + G + B ~ 60%. #AE63BD is middle color (not dark and not light).
R + G + B = 174 + 99 + 189 = 462 (100%)
R 174 of 462 ~ 37.66%
G 99 of 462 ~ 21.43%
B 189 of 462 ~ 40.91'%
#AE63BD rengi CMYK tonu (8,48,0,26).
CMYK: (8,48,0,26)
C8M48Y0K26 (8%, 48%, 0%, 26%)
(0.08 / 0.48 / 0.00 / 0.26)
Color #AE63BD in popluar color models
AE | 63 | BD | |
---|---|---|---|
RGB | 174 | 99 | 189 |
HSL | 290° | 40.54% | 56.47% |
HSB/HSV | 290° | 47.62% | 74.12% |
CMYK | 7.94% | 47.62% | 0.00% |
25.88% |
Color #AE63BD in popluar number systems.
HEX | AE | 63 | BD |
Decimal | 174 | 99 | 189 |
Binary | 10101110 | 1100011 | 10111101 |
Octal | 256 | 143 | 275 |
Shades of #AE63BD
Tints of #AE63BD
Examples of css and html codes for elements with #AE63BD color. Also use rgb(174,99,189) instead hex code.
.myTextColor { color: #AE63BD; }
<p style="color:#AE63BD">This sample text font color is #AE63BD.</p>
This text font color is #AE63BD.
.myBgColor { background-color: #AE63BD; }
<div style="background-color:#AE63BD">Inner text</div>
This div background color is #AE63BD.
.myBorderColor { border: 1px solid #AE63BD; }
<div style="border:3px solid #AE63BD">Div</div>
This div border color is #AE63BD.
.myOpacity80 { color: #AE63BD; opacity: 0.8; }
<p style="color:#AE63BD;opacity:0.8;">80%</p>
Text with #AE63BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE63BD;}
<p style="text-shadow: 3px 3px 1px #AE63BD">Text here.</p>
This text has shadow with #AE63BD color.
.textShadow {text-shadow: 3px 3px 1px #AE63BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE63BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE63BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE63BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE63BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE63BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE63BD;
-webkit-box-shadow: 1px 1px 3px 2px #AE63BD;
box-shadow: 1px 1px 3px 2px #AE63BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE63BD; -webkit-box-shadow: 1px 1px 3px 2px #AE63BD; box-shadow:1px 1px 3px 2px #AE63BD;">
Div content here
</div>
This text has color #AE63BD on black background.
This text has color #AE63BD on white background.
This text has black color on #AE63BD background.
This text has white color on #AE63BD background.
Complementary color for #hex is #519C42.