COLOR #AE68ED

HEX: #AE68ED
RGB: (174,104,237)

Renk bilgisi

#AE68ED contains mainly blue color. #AE68ED ‘ nin web güvenlik rengi #9966FF (ya da #96F) dir.

RGB renk modeli

#AE68ED color RGB value is (174,104,237).

  • kırmız ton 174;
  • yeşil ton 104;
  • mavi ton 237.
RGB:
(174,104,237)
(68%,41%,93%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 104 of 255 = 41%
B 237 of 255 = 93%

174
104
237

R + G + B ~ 67%. #AE68ED is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 104 + 237 = 515 (100%)
R 174 of 515 ~ 33.79%
G 104 of 515 ~ 20.19%
B 237 of 515 ~ 46.02%

%33.79
%20.19
%46.02

CMYK RENK MODELİ

#AE68ED rengi CMYK tonu (27,56,0,7).

  • camgöbeği tonu 26.58%
  • eflatun tonu 56.12%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(27,56,0,7)
C27M56Y0K7 
(27%,56%,0%,7%)
(0.27/0.56/0.00/0.07)	

CMYK yüzdeleri

%26.58
%56.12
%0
%7.06

Codes

Color #AE68ED in popluar color models

AE68ED
RGB174104237
HSL272°78.70%66.86%
HSB/HSV272°56.12%92.94%
CMYK26.58%56.12%0.00%
7.06%

Color #AE68ED in popluar number systems.

HEXAE68ED
Decimal174104237
Binary10101110110100011101101
Octal256150355

Shades and tints

Shades of #AE68ED

#AE68ED
(174,104,237)
#9F5FD8
(159,95,216)
#9056C3
(144,86,195)
#814DAE
(129,77,174)
#724499
(114,68,153)
#633B84
(99,59,132)
#54326F
(84,50,111)
#45295A
(69,41,90)
#362045
(54,32,69)
#271730
(39,23,48)
#180E1B
(24,14,27)
#000000
(0,0,0)

Tints of #AE68ED

#AE68ED
(174,104,237)
#B575EE
(181,117,238)
#BC82EF
(188,130,239)
#C38FF0
(195,143,240)
#CA9CF1
(202,156,241)
#D1A9F2
(209,169,242)
#D8B6F3
(216,182,243)
#DFC3F4
(223,195,244)
#E6D0F5
(230,208,245)
#EDDDF6
(237,221,246)
#F4EAF7
(244,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE68ED color. Also use rgb(174,104,237) instead hex code.

Text Font Color

.myTextColor { color: #AE68ED; }

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

This text font color is #AE68ED.


Background Color

.myBgColor { background-color: #AE68ED; }

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

This div background color is #AE68ED.


Border color

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

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

This div border color is #AE68ED.


Opacity

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

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

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

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

This text has shadow with #AE68ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE68ED on black background.


Color preview on white background

This text has color #AE68ED on white background.



Black color preview on #AE68ED background

This text has black color on #AE68ED background.


White color preview on #AE68ED background

This text has white color on #AE68ED background.