COLOR #A56DBE

HEX: #A56DBE
RGB: (165,109,190)

Renk bilgisi

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

RGB renk modeli

#A56DBE color RGB value is (165,109,190).

  • kırmız ton 165;
  • yeşil ton 109;
  • mavi ton 190.
RGB:
(165,109,190)
(65%,43%,75%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 109 of 255 = 43%
B 190 of 255 = 75%

165
109
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 109 + 190 = 464 (100%)
R 165 of 464 ~ 35.56%
G 109 of 464 ~ 23.49%
B 190 of 464 ~ 40.95%

%35.56
%23.49
%40.95

CMYK RENK MODELİ

#A56DBE rengi CMYK tonu (13,43,0,25).

  • camgöbeği tonu 13.16%
  • eflatun tonu 42.63%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(13,43,0,25)
C13M43Y0K25 
(13%,43%,0%,25%)
(0.13/0.43/0.00/0.25)	

CMYK yüzdeleri

%13.16
%42.63
%0
%25.49

Codes

Color #A56DBE in popluar color models

A56DBE
RGB165109190
HSL281°38.39%58.63%
HSB/HSV281°42.63%74.51%
CMYK13.16%42.63%0.00%
25.49%

Color #A56DBE in popluar number systems.

HEXA56DBE
Decimal165109190
Binary10100101110110110111110
Octal245155276

Shades and tints

Shades of #A56DBE

#A56DBE
(165,109,190)
#9664AD
(150,100,173)
#875B9C
(135,91,156)
#78528B
(120,82,139)
#69497A
(105,73,122)
#5A4069
(90,64,105)
#4B3758
(75,55,88)
#3C2E47
(60,46,71)
#2D2536
(45,37,54)
#1E1C25
(30,28,37)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #A56DBE

#A56DBE
(165,109,190)
#AD7AC3
(173,122,195)
#B587C8
(181,135,200)
#BD94CD
(189,148,205)
#C5A1D2
(197,161,210)
#CDAED7
(205,174,215)
#D5BBDC
(213,187,220)
#DDC8E1
(221,200,225)
#E5D5E6
(229,213,230)
#EDE2EB
(237,226,235)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56DBE color. Also use rgb(165,109,190) instead hex code.

Text Font Color

.myTextColor { color: #A56DBE; }

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

This text font color is #A56DBE.


Background Color

.myBgColor { background-color: #A56DBE; }

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

This div background color is #A56DBE.


Border color

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

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

This div border color is #A56DBE.


Opacity

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

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

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

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

This text has shadow with #A56DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56DBE on black background.


Color preview on white background

This text has color #A56DBE on white background.



Black color preview on #A56DBE background

This text has black color on #A56DBE background.


White color preview on #A56DBE background

This text has white color on #A56DBE background.