COLOR #AE5ED4

HEX: #AE5ED4
RGB: (174,94,212)

Renk bilgisi

#AE5ED4 contains mainly red and blue colors. #AE5ED4 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AE5ED4 color RGB value is (174,94,212).

  • kırmız ton 174;
  • yeşil ton 94;
  • mavi ton 212.
RGB:
(174,94,212)
(68%,37%,83%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 94 of 255 = 37%
B 212 of 255 = 83%

174
94
212

R + G + B ~ 63%. #AE5ED4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 94 + 212 = 480 (100%)
R 174 of 480 ~ 36.25%
G 94 of 480 ~ 19.58%
B 212 of 480 ~ 44.17%

%36.25
%19.58
%44.17

CMYK RENK MODELİ

#AE5ED4 rengi CMYK tonu (18,56,0,17).

  • camgöbeği tonu 17.92%
  • eflatun tonu 55.66%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(18,56,0,17)
C18M56Y0K17 
(18%,56%,0%,17%)
(0.18/0.56/0.00/0.17)	

CMYK yüzdeleri

%17.92
%55.66
%0
%16.86

Codes

Color #AE5ED4 in popluar color models

AE5ED4
RGB17494212
HSL281°57.84%60.00%
HSB/HSV281°55.66%83.14%
CMYK17.92%55.66%0.00%
16.86%

Color #AE5ED4 in popluar number systems.

HEXAE5ED4
Decimal17494212
Binary10101110101111011010100
Octal256136324

Shades and tints

Shades of #AE5ED4

#AE5ED4
(174,94,212)
#9F56C1
(159,86,193)
#904EAE
(144,78,174)
#81469B
(129,70,155)
#723E88
(114,62,136)
#633675
(99,54,117)
#542E62
(84,46,98)
#45264F
(69,38,79)
#361E3C
(54,30,60)
#271629
(39,22,41)
#180E16
(24,14,22)
#000000
(0,0,0)

Tints of #AE5ED4

#AE5ED4
(174,94,212)
#B56CD7
(181,108,215)
#BC7ADA
(188,122,218)
#C388DD
(195,136,221)
#CA96E0
(202,150,224)
#D1A4E3
(209,164,227)
#D8B2E6
(216,178,230)
#DFC0E9
(223,192,233)
#E6CEEC
(230,206,236)
#EDDCEF
(237,220,239)
#F4EAF2
(244,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5ED4 color. Also use rgb(174,94,212) instead hex code.

Text Font Color

.myTextColor { color: #AE5ED4; }

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

This text font color is #AE5ED4.


Background Color

.myBgColor { background-color: #AE5ED4; }

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

This div background color is #AE5ED4.


Border color

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

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

This div border color is #AE5ED4.


Opacity

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

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

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

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

This text has shadow with #AE5ED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5ED4 on black background.


Color preview on white background

This text has color #AE5ED4 on white background.



Black color preview on #AE5ED4 background

This text has black color on #AE5ED4 background.


White color preview on #AE5ED4 background

This text has white color on #AE5ED4 background.