COLOR #AE63CC

HEX: #AE63CC
RGB: (174,99,204)

Renk bilgisi

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

RGB renk modeli

#AE63CC color RGB value is (174,99,204).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 99 of 255 = 39%
B 204 of 255 = 80%

174
99
204

R + G + B ~ 62%. #AE63CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 99 + 204 = 477 (100%)
R 174 of 477 ~ 36.48%
G 99 of 477 ~ 20.75%
B 204 of 477 ~ 42.77%

%36.48
%20.75
%42.77

CMYK RENK MODELİ

#AE63CC rengi CMYK tonu (15,51,0,20).

  • camgöbeği tonu 14.71%
  • eflatun tonu 51.47%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(15,51,0,20)
C15M51Y0K20 
(15%,51%,0%,20%)
(0.15/0.51/0.00/0.20)	

CMYK yüzdeleri

%14.71
%51.47
%0
%20

Codes

Color #AE63CC in popluar color models

AE63CC
RGB17499204
HSL283°50.72%59.41%
HSB/HSV283°51.47%80.00%
CMYK14.71%51.47%0.00%
20.00%

Color #AE63CC in popluar number systems.

HEXAE63CC
Decimal17499204
Binary10101110110001111001100
Octal256143314

Shades and tints

Shades of #AE63CC

#AE63CC
(174,99,204)
#9F5ABA
(159,90,186)
#9051A8
(144,81,168)
#814896
(129,72,150)
#723F84
(114,63,132)
#633672
(99,54,114)
#542D60
(84,45,96)
#45244E
(69,36,78)
#361B3C
(54,27,60)
#27122A
(39,18,42)
#180918
(24,9,24)
#000000
(0,0,0)

Tints of #AE63CC

#AE63CC
(174,99,204)
#B571D0
(181,113,208)
#BC7FD4
(188,127,212)
#C38DD8
(195,141,216)
#CA9BDC
(202,155,220)
#D1A9E0
(209,169,224)
#D8B7E4
(216,183,228)
#DFC5E8
(223,197,232)
#E6D3EC
(230,211,236)
#EDE1F0
(237,225,240)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE63CC; }

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

This text font color is #AE63CC.


Background Color

.myBgColor { background-color: #AE63CC; }

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

This div background color is #AE63CC.


Border color

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

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

This div border color is #AE63CC.


Opacity

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

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

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

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

This text has shadow with #AE63CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE63CC on black background.


Color preview on white background

This text has color #AE63CC on white background.



Black color preview on #AE63CC background

This text has black color on #AE63CC background.


White color preview on #AE63CC background

This text has white color on #AE63CC background.