COLOR #AE63A4

HEX: #AE63A4
RGB: (174,99,164)

Renk bilgisi

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

RGB renk modeli

#AE63A4 color RGB value is (174,99,164).

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

RGB bağlantıları ve doygunluk

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

174
99
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 99 + 164 = 437 (100%)
R 174 of 437 ~ 39.82%
G 99 of 437 ~ 22.65%
B 164 of 437 ~ 37.53%

%39.82
%22.65
%37.53

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.10%
  • sarı tonu 5.75%
  • 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
%5.75
%31.76

Codes

Color #AE63A4 in popluar color models

AE63A4
RGB17499164
HSL308°31.65%53.53%
HSB/HSV308°43.10%68.24%
CMYK0.00%43.10%5.75%
31.76%

Color #AE63A4 in popluar number systems.

HEXAE63A4
Decimal17499164
Binary10101110110001110100100
Octal256143244

Shades and tints

Shades of #AE63A4

#AE63A4
(174,99,164)
#9F5A96
(159,90,150)
#905188
(144,81,136)
#81487A
(129,72,122)
#723F6C
(114,63,108)
#63365E
(99,54,94)
#542D50
(84,45,80)
#452442
(69,36,66)
#361B34
(54,27,52)
#271226
(39,18,38)
#180918
(24,9,24)
#000000
(0,0,0)

Tints of #AE63A4

#AE63A4
(174,99,164)
#B571AC
(181,113,172)
#BC7FB4
(188,127,180)
#C38DBC
(195,141,188)
#CA9BC4
(202,155,196)
#D1A9CC
(209,169,204)
#D8B7D4
(216,183,212)
#DFC5DC
(223,197,220)
#E6D3E4
(230,211,228)
#EDE1EC
(237,225,236)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE63A4; }

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

This text font color is #AE63A4.


Background Color

.myBgColor { background-color: #AE63A4; }

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

This div background color is #AE63A4.


Border color

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

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

This div border color is #AE63A4.


Opacity

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

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

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

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

This text has shadow with #AE63A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE63A4 on black background.


Color preview on white background

This text has color #AE63A4 on white background.



Black color preview on #AE63A4 background

This text has black color on #AE63A4 background.


White color preview on #AE63A4 background

This text has white color on #AE63A4 background.