COLOR #AE6DC4

HEX: #AE6DC4
RGB: (174,109,196)

Renk bilgisi

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

RGB renk modeli

#AE6DC4 color RGB value is (174,109,196).

  • kırmız ton 174;
  • yeşil ton 109;
  • mavi ton 196.
RGB:
(174,109,196)
(68%,43%,77%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 109 of 255 = 43%
B 196 of 255 = 77%

174
109
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 109 + 196 = 479 (100%)
R 174 of 479 ~ 36.33%
G 109 of 479 ~ 22.76%
B 196 of 479 ~ 40.92%

%36.33
%22.76
%40.92

CMYK RENK MODELİ

#AE6DC4 rengi CMYK tonu (11,44,0,23).

  • camgöbeği tonu 11.22%
  • eflatun tonu 44.39%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(11,44,0,23)
C11M44Y0K23 
(11%,44%,0%,23%)
(0.11/0.44/0.00/0.23)	

CMYK yüzdeleri

%11.22
%44.39
%0
%23.14

Codes

Color #AE6DC4 in popluar color models

AE6DC4
RGB174109196
HSL285°42.44%59.80%
HSB/HSV285°44.39%76.86%
CMYK11.22%44.39%0.00%
23.14%

Color #AE6DC4 in popluar number systems.

HEXAE6DC4
Decimal174109196
Binary10101110110110111000100
Octal256155304

Shades and tints

Shades of #AE6DC4

#AE6DC4
(174,109,196)
#9F64B3
(159,100,179)
#905BA2
(144,91,162)
#815291
(129,82,145)
#724980
(114,73,128)
#63406F
(99,64,111)
#54375E
(84,55,94)
#452E4D
(69,46,77)
#36253C
(54,37,60)
#271C2B
(39,28,43)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #AE6DC4

#AE6DC4
(174,109,196)
#B57AC9
(181,122,201)
#BC87CE
(188,135,206)
#C394D3
(195,148,211)
#CAA1D8
(202,161,216)
#D1AEDD
(209,174,221)
#D8BBE2
(216,187,226)
#DFC8E7
(223,200,231)
#E6D5EC
(230,213,236)
#EDE2F1
(237,226,241)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6DC4 color. Also use rgb(174,109,196) instead hex code.

Text Font Color

.myTextColor { color: #AE6DC4; }

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

This text font color is #AE6DC4.


Background Color

.myBgColor { background-color: #AE6DC4; }

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

This div background color is #AE6DC4.


Border color

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

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

This div border color is #AE6DC4.


Opacity

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

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

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

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

This text has shadow with #AE6DC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6DC4 on black background.


Color preview on white background

This text has color #AE6DC4 on white background.



Black color preview on #AE6DC4 background

This text has black color on #AE6DC4 background.


White color preview on #AE6DC4 background

This text has white color on #AE6DC4 background.