COLOR #A593CF

HEX: #A593CF
RGB: (165,147,207)

Renk bilgisi

#A593CF contains mainly red and blue colors. #A593CF ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#A593CF color RGB value is (165,147,207).

  • kırmız ton 165;
  • yeşil ton 147;
  • mavi ton 207.
RGB:
(165,147,207)
(65%,58%,81%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 147 of 255 = 58%
B 207 of 255 = 81%

165
147
207

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 147 + 207 = 519 (100%)
R 165 of 519 ~ 31.79%
G 147 of 519 ~ 28.32%
B 207 of 519 ~ 39.88%

%31.79
%28.32
%39.88

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%20.29
%28.99
%0
%18.82

Codes

Color #A593CF in popluar color models

A593CF
RGB165147207
HSL258°38.46%69.41%
HSB/HSV258°28.99%81.18%
CMYK20.29%28.99%0.00%
18.82%

Color #A593CF in popluar number systems.

HEXA593CF
Decimal165147207
Binary101001011001001111001111
Octal245223317

Shades and tints

Shades of #A593CF

#A593CF
(165,147,207)
#9686BD
(150,134,189)
#8779AB
(135,121,171)
#786C99
(120,108,153)
#695F87
(105,95,135)
#5A5275
(90,82,117)
#4B4563
(75,69,99)
#3C3851
(60,56,81)
#2D2B3F
(45,43,63)
#1E1E2D
(30,30,45)
#0F111B
(15,17,27)
#000000
(0,0,0)

Tints of #A593CF

#A593CF
(165,147,207)
#AD9CD3
(173,156,211)
#B5A5D7
(181,165,215)
#BDAEDB
(189,174,219)
#C5B7DF
(197,183,223)
#CDC0E3
(205,192,227)
#D5C9E7
(213,201,231)
#DDD2EB
(221,210,235)
#E5DBEF
(229,219,239)
#EDE4F3
(237,228,243)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A593CF color. Also use rgb(165,147,207) instead hex code.

Text Font Color

.myTextColor { color: #A593CF; }

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

This text font color is #A593CF.


Background Color

.myBgColor { background-color: #A593CF; }

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

This div background color is #A593CF.


Border color

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

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

This div border color is #A593CF.


Opacity

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

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

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

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

This text has shadow with #A593CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A593CF on black background.


Color preview on white background

This text has color #A593CF on white background.



Black color preview on #A593CF background

This text has black color on #A593CF background.


White color preview on #A593CF background

This text has white color on #A593CF background.