COLOR #AE61C4

HEX: #AE61C4
RGB: (174,97,196)

Renk bilgisi

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

RGB renk modeli

#AE61C4 color RGB value is (174,97,196).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 97 of 255 = 38%
B 196 of 255 = 77%

174
97
196

R + G + B ~ 61%. #AE61C4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 97 + 196 = 467 (100%)
R 174 of 467 ~ 37.26%
G 97 of 467 ~ 20.77%
B 196 of 467 ~ 41.97%

%37.26
%20.77
%41.97

CMYK RENK MODELİ

#AE61C4 rengi CMYK tonu (11,51,0,23).

  • camgöbeği tonu 11.22%
  • eflatun tonu 50.51%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(11,51,0,23)
C11M51Y0K23 
(11%,51%,0%,23%)
(0.11/0.51/0.00/0.23)	

CMYK yüzdeleri

%11.22
%50.51
%0
%23.14

Codes

Color #AE61C4 in popluar color models

AE61C4
RGB17497196
HSL287°45.62%57.45%
HSB/HSV287°50.51%76.86%
CMYK11.22%50.51%0.00%
23.14%

Color #AE61C4 in popluar number systems.

HEXAE61C4
Decimal17497196
Binary10101110110000111000100
Octal256141304

Shades and tints

Shades of #AE61C4

#AE61C4
(174,97,196)
#9F59B3
(159,89,179)
#9051A2
(144,81,162)
#814991
(129,73,145)
#724180
(114,65,128)
#63396F
(99,57,111)
#54315E
(84,49,94)
#45294D
(69,41,77)
#36213C
(54,33,60)
#27192B
(39,25,43)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #AE61C4

#AE61C4
(174,97,196)
#B56FC9
(181,111,201)
#BC7DCE
(188,125,206)
#C38BD3
(195,139,211)
#CA99D8
(202,153,216)
#D1A7DD
(209,167,221)
#D8B5E2
(216,181,226)
#DFC3E7
(223,195,231)
#E6D1EC
(230,209,236)
#EDDFF1
(237,223,241)
#F4EDF6
(244,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE61C4; }

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

This text font color is #AE61C4.


Background Color

.myBgColor { background-color: #AE61C4; }

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

This div background color is #AE61C4.


Border color

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

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

This div border color is #AE61C4.


Opacity

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

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

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

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

This text has shadow with #AE61C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE61C4 on black background.


Color preview on white background

This text has color #AE61C4 on white background.



Black color preview on #AE61C4 background

This text has black color on #AE61C4 background.


White color preview on #AE61C4 background

This text has white color on #AE61C4 background.