COLOR #AE63A3

HEX: #AE63A3
RGB: (174,99,163)

Renk bilgisi

#AE63A3 contains mainly red and blue colors. #AE63A3 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AE63A3 color RGB value is (174,99,163).

  • kırmız ton 174;
  • yeşil ton 99;
  • mavi ton 163.
RGB:
(174,99,163)
(68%,39%,64%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 99 of 255 = 39%
B 163 of 255 = 64%

174
99
163

R + G + B ~ 57%. #AE63A3 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 99 + 163 = 436 (100%)
R 174 of 436 ~ 39.91%
G 99 of 436 ~ 22.71%
B 163 of 436 ~ 37.39%

%39.91
%22.71
%37.39

CMYK RENK MODELİ

#AE63A3 rengi CMYK tonu (0,43,6,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.10%
  • sarı tonu 6.32%
  • ana renk tonu 31.76%
CMYK:
(0,43,6,32)
C0M43Y6K32 
(0%,43%,6%,32%)
(0.00/0.43/0.06/0.32)	

CMYK yüzdeleri

%0
%43.1
%6.32
%31.76

Codes

Color #AE63A3 in popluar color models

AE63A3
RGB17499163
HSL309°31.65%53.53%
HSB/HSV309°43.10%68.24%
CMYK0.00%43.10%6.32%
31.76%

Color #AE63A3 in popluar number systems.

HEXAE63A3
Decimal17499163
Binary10101110110001110100011
Octal256143243

Shades and tints

Shades of #AE63A3

#AE63A3
(174,99,163)
#9F5A95
(159,90,149)
#905187
(144,81,135)
#814879
(129,72,121)
#723F6B
(114,63,107)
#63365D
(99,54,93)
#542D4F
(84,45,79)
#452441
(69,36,65)
#361B33
(54,27,51)
#271225
(39,18,37)
#180917
(24,9,23)
#000000
(0,0,0)

Tints of #AE63A3

#AE63A3
(174,99,163)
#B571AB
(181,113,171)
#BC7FB3
(188,127,179)
#C38DBB
(195,141,187)
#CA9BC3
(202,155,195)
#D1A9CB
(209,169,203)
#D8B7D3
(216,183,211)
#DFC5DB
(223,197,219)
#E6D3E3
(230,211,227)
#EDE1EB
(237,225,235)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE63A3 color. Also use rgb(174,99,163) instead hex code.

Text Font Color

.myTextColor { color: #AE63A3; }

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

This text font color is #AE63A3.


Background Color

.myBgColor { background-color: #AE63A3; }

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

This div background color is #AE63A3.


Border color

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

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

This div border color is #AE63A3.


Opacity

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

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

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

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

This text has shadow with #AE63A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE63A3 on black background.


Color preview on white background

This text has color #AE63A3 on white background.



Black color preview on #AE63A3 background

This text has black color on #AE63A3 background.


White color preview on #AE63A3 background

This text has white color on #AE63A3 background.