COLOR #AA63EB

HEX: #AA63EB
RGB: (170,99,235)

Renk bilgisi

#AA63EB contains mainly blue color. #AA63EB ‘ nin web güvenlik rengi #9966FF (ya da #96F) dir.

RGB renk modeli

#AA63EB color RGB value is (170,99,235).

  • kırmız ton 170;
  • yeşil ton 99;
  • mavi ton 235.
RGB:
(170,99,235)
(67%,39%,92%)

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 99 of 255 = 39%
B 235 of 255 = 92%

170
99
235

R + G + B ~ 66%. #AA63EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 99 + 235 = 504 (100%)
R 170 of 504 ~ 33.73%
G 99 of 504 ~ 19.64%
B 235 of 504 ~ 46.63%

%33.73
%19.64
%46.63

CMYK RENK MODELİ

#AA63EB rengi CMYK tonu (28,58,0,8).

  • camgöbeği tonu 27.66%
  • eflatun tonu 57.87%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(28,58,0,8)
C28M58Y0K8 
(28%,58%,0%,8%)
(0.28/0.58/0.00/0.08)	

CMYK yüzdeleri

%27.66
%57.87
%0
%7.84

Codes

Color #AA63EB in popluar color models

AA63EB
RGB17099235
HSL271°77.27%65.49%
HSB/HSV271°57.87%92.16%
CMYK27.66%57.87%0.00%
7.84%

Color #AA63EB in popluar number systems.

HEXAA63EB
Decimal17099235
Binary10101010110001111101011
Octal252143353

Shades and tints

Shades of #AA63EB

#AA63EB
(170,99,235)
#9B5AD6
(155,90,214)
#8C51C1
(140,81,193)
#7D48AC
(125,72,172)
#6E3F97
(110,63,151)
#5F3682
(95,54,130)
#502D6D
(80,45,109)
#412458
(65,36,88)
#321B43
(50,27,67)
#23122E
(35,18,46)
#140919
(20,9,25)
#000000
(0,0,0)

Tints of #AA63EB

#AA63EB
(170,99,235)
#B171EC
(177,113,236)
#B87FED
(184,127,237)
#BF8DEE
(191,141,238)
#C69BEF
(198,155,239)
#CDA9F0
(205,169,240)
#D4B7F1
(212,183,241)
#DBC5F2
(219,197,242)
#E2D3F3
(226,211,243)
#E9E1F4
(233,225,244)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA63EB color. Also use rgb(170,99,235) instead hex code.

Text Font Color

.myTextColor { color: #AA63EB; }

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

This text font color is #AA63EB.


Background Color

.myBgColor { background-color: #AA63EB; }

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

This div background color is #AA63EB.


Border color

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

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

This div border color is #AA63EB.


Opacity

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

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

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

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

This text has shadow with #AA63EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA63EB on black background.


Color preview on white background

This text has color #AA63EB on white background.



Black color preview on #AA63EB background

This text has black color on #AA63EB background.


White color preview on #AA63EB background

This text has white color on #AA63EB background.