COLOR #A363D3

HEX: #A363D3
RGB: (163,99,211)

Renk bilgisi

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

RGB renk modeli

#A363D3 color RGB value is (163,99,211).

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

RGB bağlantıları ve doygunluk

R 163 of 255 = 64%
G 99 of 255 = 39%
B 211 of 255 = 83%

163
99
211

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

Yüzdelerle RGB renk parçaları

R + G + B =
163 + 99 + 211 = 473 (100%)
R 163 of 473 ~ 34.46%
G 99 of 473 ~ 20.93%
B 211 of 473 ~ 44.61%

%34.46
%20.93
%44.61

CMYK RENK MODELİ

#A363D3 rengi CMYK tonu (23,53,0,17).

  • camgöbeği tonu 22.75%
  • eflatun tonu 53.08%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(23,53,0,17)
C23M53Y0K17 
(23%,53%,0%,17%)
(0.23/0.53/0.00/0.17)	

CMYK yüzdeleri

%22.75
%53.08
%0
%17.25

Codes

Color #A363D3 in popluar color models

A363D3
RGB16399211
HSL274°56.00%60.78%
HSB/HSV274°53.08%82.75%
CMYK22.75%53.08%0.00%
17.25%

Color #A363D3 in popluar number systems.

HEXA363D3
Decimal16399211
Binary10100011110001111010011
Octal243143323

Shades and tints

Shades of #A363D3

#A363D3
(163,99,211)
#955AC0
(149,90,192)
#8751AD
(135,81,173)
#79489A
(121,72,154)
#6B3F87
(107,63,135)
#5D3674
(93,54,116)
#4F2D61
(79,45,97)
#41244E
(65,36,78)
#331B3B
(51,27,59)
#251228
(37,18,40)
#170915
(23,9,21)
#000000
(0,0,0)

Tints of #A363D3

#A363D3
(163,99,211)
#AB71D7
(171,113,215)
#B37FDB
(179,127,219)
#BB8DDF
(187,141,223)
#C39BE3
(195,155,227)
#CBA9E7
(203,169,231)
#D3B7EB
(211,183,235)
#DBC5EF
(219,197,239)
#E3D3F3
(227,211,243)
#EBE1F7
(235,225,247)
#F3EFFB
(243,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A363D3; }

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

This text font color is #A363D3.


Background Color

.myBgColor { background-color: #A363D3; }

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

This div background color is #A363D3.


Border color

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

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

This div border color is #A363D3.


Opacity

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

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

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

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

This text has shadow with #A363D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A363D3 on black background.


Color preview on white background

This text has color #A363D3 on white background.



Black color preview on #A363D3 background

This text has black color on #A363D3 background.


White color preview on #A363D3 background

This text has white color on #A363D3 background.