COLOR #AE53E1

HEX: #AE53E1
RGB: (174,83,225)

Renk bilgisi

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

RGB renk modeli

#AE53E1 color RGB value is (174,83,225).

  • kırmız ton 174;
  • yeşil ton 83;
  • mavi ton 225.
RGB:
(174,83,225)
(68%,33%,88%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 83 of 255 = 33%
B 225 of 255 = 88%

174
83
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 83 + 225 = 482 (100%)
R 174 of 482 ~ 36.1%
G 83 of 482 ~ 17.22%
B 225 of 482 ~ 46.68%

%36.1
%17.22
%46.68

CMYK RENK MODELİ

#AE53E1 rengi CMYK tonu (23,63,0,12).

  • camgöbeği tonu 22.67%
  • eflatun tonu 63.11%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(23,63,0,12)
C23M63Y0K12 
(23%,63%,0%,12%)
(0.23/0.63/0.00/0.12)	

CMYK yüzdeleri

%22.67
%63.11
%0
%11.76

Codes

Color #AE53E1 in popluar color models

AE53E1
RGB17483225
HSL278°70.30%60.39%
HSB/HSV278°63.11%88.24%
CMYK22.67%63.11%0.00%
11.76%

Color #AE53E1 in popluar number systems.

HEXAE53E1
Decimal17483225
Binary10101110101001111100001
Octal256123341

Shades and tints

Shades of #AE53E1

#AE53E1
(174,83,225)
#9F4CCD
(159,76,205)
#9045B9
(144,69,185)
#813EA5
(129,62,165)
#723791
(114,55,145)
#63307D
(99,48,125)
#542969
(84,41,105)
#452255
(69,34,85)
#361B41
(54,27,65)
#27142D
(39,20,45)
#180D19
(24,13,25)
#000000
(0,0,0)

Tints of #AE53E1

#AE53E1
(174,83,225)
#B562E3
(181,98,227)
#BC71E5
(188,113,229)
#C380E7
(195,128,231)
#CA8FE9
(202,143,233)
#D19EEB
(209,158,235)
#D8ADED
(216,173,237)
#DFBCEF
(223,188,239)
#E6CBF1
(230,203,241)
#EDDAF3
(237,218,243)
#F4E9F5
(244,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE53E1 color. Also use rgb(174,83,225) instead hex code.

Text Font Color

.myTextColor { color: #AE53E1; }

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

This text font color is #AE53E1.


Background Color

.myBgColor { background-color: #AE53E1; }

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

This div background color is #AE53E1.


Border color

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

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

This div border color is #AE53E1.


Opacity

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

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

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

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

This text has shadow with #AE53E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE53E1 on black background.


Color preview on white background

This text has color #AE53E1 on white background.



Black color preview on #AE53E1 background

This text has black color on #AE53E1 background.


White color preview on #AE53E1 background

This text has white color on #AE53E1 background.