COLOR #A463C9

HEX: #A463C9
RGB: (164,99,201)

Renk bilgisi

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

RGB renk modeli

#A463C9 color RGB value is (164,99,201).

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

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 99 of 255 = 39%
B 201 of 255 = 79%

164
99
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 99 + 201 = 464 (100%)
R 164 of 464 ~ 35.34%
G 99 of 464 ~ 21.34%
B 201 of 464 ~ 43.32%

%35.34
%21.34
%43.32

CMYK RENK MODELİ

#A463C9 rengi CMYK tonu (18,51,0,21).

  • camgöbeği tonu 18.41%
  • eflatun tonu 50.75%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(18,51,0,21)
C18M51Y0K21 
(18%,51%,0%,21%)
(0.18/0.51/0.00/0.21)	

CMYK yüzdeleri

%18.41
%50.75
%0
%21.18

Codes

Color #A463C9 in popluar color models

A463C9
RGB16499201
HSL278°48.57%58.82%
HSB/HSV278°50.75%78.82%
CMYK18.41%50.75%0.00%
21.18%

Color #A463C9 in popluar number systems.

HEXA463C9
Decimal16499201
Binary10100100110001111001001
Octal244143311

Shades and tints

Shades of #A463C9

#A463C9
(164,99,201)
#965AB7
(150,90,183)
#8851A5
(136,81,165)
#7A4893
(122,72,147)
#6C3F81
(108,63,129)
#5E366F
(94,54,111)
#502D5D
(80,45,93)
#42244B
(66,36,75)
#341B39
(52,27,57)
#261227
(38,18,39)
#180915
(24,9,21)
#000000
(0,0,0)

Tints of #A463C9

#A463C9
(164,99,201)
#AC71CD
(172,113,205)
#B47FD1
(180,127,209)
#BC8DD5
(188,141,213)
#C49BD9
(196,155,217)
#CCA9DD
(204,169,221)
#D4B7E1
(212,183,225)
#DCC5E5
(220,197,229)
#E4D3E9
(228,211,233)
#ECE1ED
(236,225,237)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A463C9; }

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

This text font color is #A463C9.


Background Color

.myBgColor { background-color: #A463C9; }

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

This div background color is #A463C9.


Border color

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

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

This div border color is #A463C9.


Opacity

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

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

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

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

This text has shadow with #A463C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A463C9 on black background.


Color preview on white background

This text has color #A463C9 on white background.



Black color preview on #A463C9 background

This text has black color on #A463C9 background.


White color preview on #A463C9 background

This text has white color on #A463C9 background.