COLOR #A493CE

HEX: #A493CE
RGB: (164,147,206)

Renk bilgisi

#A493CE contains red, green and blue colors in about the same proportion. #A493CE ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#A493CE color RGB value is (164,147,206).

  • kırmız ton 164;
  • yeşil ton 147;
  • mavi ton 206.
RGB:
(164,147,206)
(64%,58%,81%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 147 of 255 = 58%
B 206 of 255 = 81%

164
147
206

R + G + B ~ 68%. #A493CE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 147 + 206 = 517 (100%)
R 164 of 517 ~ 31.72%
G 147 of 517 ~ 28.43%
B 206 of 517 ~ 39.85%

%31.72
%28.43
%39.85

CMYK RENK MODELİ

#A493CE rengi CMYK tonu (20,29,0,19).

  • camgöbeği tonu 20.39%
  • eflatun tonu 28.64%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(20,29,0,19)
C20M29Y0K19 
(20%,29%,0%,19%)
(0.20/0.29/0.00/0.19)	

CMYK yüzdeleri

%20.39
%28.64
%0
%19.22

Codes

Color #A493CE in popluar color models

A493CE
RGB164147206
HSL257°37.58%69.22%
HSB/HSV257°28.64%80.78%
CMYK20.39%28.64%0.00%
19.22%

Color #A493CE in popluar number systems.

HEXA493CE
Decimal164147206
Binary101001001001001111001110
Octal244223316

Shades and tints

Shades of #A493CE

#A493CE
(164,147,206)
#9686BC
(150,134,188)
#8879AA
(136,121,170)
#7A6C98
(122,108,152)
#6C5F86
(108,95,134)
#5E5274
(94,82,116)
#504562
(80,69,98)
#423850
(66,56,80)
#342B3E
(52,43,62)
#261E2C
(38,30,44)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #A493CE

#A493CE
(164,147,206)
#AC9CD2
(172,156,210)
#B4A5D6
(180,165,214)
#BCAEDA
(188,174,218)
#C4B7DE
(196,183,222)
#CCC0E2
(204,192,226)
#D4C9E6
(212,201,230)
#DCD2EA
(220,210,234)
#E4DBEE
(228,219,238)
#ECE4F2
(236,228,242)
#F4EDF6
(244,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A493CE color. Also use rgb(164,147,206) instead hex code.

Text Font Color

.myTextColor { color: #A493CE; }

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

This text font color is #A493CE.


Background Color

.myBgColor { background-color: #A493CE; }

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

This div background color is #A493CE.


Border color

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

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

This div border color is #A493CE.


Opacity

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

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

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

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

This text has shadow with #A493CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A493CE on black background.


Color preview on white background

This text has color #A493CE on white background.



Black color preview on #A493CE background

This text has black color on #A493CE background.


White color preview on #A493CE background

This text has white color on #A493CE background.