COLOR #A59BFA

HEX: #A59BFA
RGB: (165,155,250)

Renk bilgisi

#A59BFA contains mainly blue color. #A59BFA ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#A59BFA color RGB value is (165,155,250).

  • kırmız ton 165;
  • yeşil ton 155;
  • mavi ton 250.
RGB:
(165,155,250)
(65%,61%,98%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 155 of 255 = 61%
B 250 of 255 = 98%

165
155
250

R + G + B ~ 75%. #A59BFA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 155 + 250 = 570 (100%)
R 165 of 570 ~ 28.95%
G 155 of 570 ~ 27.19%
B 250 of 570 ~ 43.86%

%28.95
%27.19
%43.86

CMYK RENK MODELİ

#A59BFA rengi CMYK tonu (34,38,0,2).

  • camgöbeği tonu 34.00%
  • eflatun tonu 38.00%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(34,38,0,2)
C34M38Y0K2 
(34%,38%,0%,2%)
(0.34/0.38/0.00/0.02)	

CMYK yüzdeleri

%34
%38
%0
%1.96

Codes

Color #A59BFA in popluar color models

A59BFA
RGB165155250
HSL246°90.48%79.41%
HSB/HSV246°38.00%98.04%
CMYK34.00%38.00%0.00%
1.96%

Color #A59BFA in popluar number systems.

HEXA59BFA
Decimal165155250
Binary101001011001101111111010
Octal245233372

Shades and tints

Shades of #A59BFA

#A59BFA
(165,155,250)
#968DE4
(150,141,228)
#877FCE
(135,127,206)
#7871B8
(120,113,184)
#6963A2
(105,99,162)
#5A558C
(90,85,140)
#4B4776
(75,71,118)
#3C3960
(60,57,96)
#2D2B4A
(45,43,74)
#1E1D34
(30,29,52)
#0F0F1E
(15,15,30)
#000000
(0,0,0)

Tints of #A59BFA

#A59BFA
(165,155,250)
#ADA4FA
(173,164,250)
#B5ADFA
(181,173,250)
#BDB6FA
(189,182,250)
#C5BFFA
(197,191,250)
#CDC8FA
(205,200,250)
#D5D1FA
(213,209,250)
#DDDAFA
(221,218,250)
#E5E3FA
(229,227,250)
#EDECFA
(237,236,250)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59BFA color. Also use rgb(165,155,250) instead hex code.

Text Font Color

.myTextColor { color: #A59BFA; }

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

This text font color is #A59BFA.


Background Color

.myBgColor { background-color: #A59BFA; }

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

This div background color is #A59BFA.


Border color

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

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

This div border color is #A59BFA.


Opacity

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

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

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

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

This text has shadow with #A59BFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59BFA on black background.


Color preview on white background

This text has color #A59BFA on white background.



Black color preview on #A59BFA background

This text has black color on #A59BFA background.


White color preview on #A59BFA background

This text has white color on #A59BFA background.