COLOR #A59DD8

HEX: #A59DD8
RGB: (165,157,216)

Renk bilgisi

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

RGB renk modeli

#A59DD8 color RGB value is (165,157,216).

  • kırmız ton 165;
  • yeşil ton 157;
  • mavi ton 216.
RGB:
(165,157,216)
(65%,62%,85%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 157 of 255 = 62%
B 216 of 255 = 85%

165
157
216

R + G + B ~ 71%. #A59DD8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 157 + 216 = 538 (100%)
R 165 of 538 ~ 30.67%
G 157 of 538 ~ 29.18%
B 216 of 538 ~ 40.15%

%30.67
%29.18
%40.15

CMYK RENK MODELİ

#A59DD8 rengi CMYK tonu (24,27,0,15).

  • camgöbeği tonu 23.61%
  • eflatun tonu 27.31%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(24,27,0,15)
C24M27Y0K15 
(24%,27%,0%,15%)
(0.24/0.27/0.00/0.15)	

CMYK yüzdeleri

%23.61
%27.31
%0
%15.29

Codes

Color #A59DD8 in popluar color models

A59DD8
RGB165157216
HSL248°43.07%73.14%
HSB/HSV248°27.31%84.71%
CMYK23.61%27.31%0.00%
15.29%

Color #A59DD8 in popluar number systems.

HEXA59DD8
Decimal165157216
Binary101001011001110111011000
Octal245235330

Shades and tints

Shades of #A59DD8

#A59DD8
(165,157,216)
#968FC5
(150,143,197)
#8781B2
(135,129,178)
#78739F
(120,115,159)
#69658C
(105,101,140)
#5A5779
(90,87,121)
#4B4966
(75,73,102)
#3C3B53
(60,59,83)
#2D2D40
(45,45,64)
#1E1F2D
(30,31,45)
#0F111A
(15,17,26)
#000000
(0,0,0)

Tints of #A59DD8

#A59DD8
(165,157,216)
#ADA5DB
(173,165,219)
#B5ADDE
(181,173,222)
#BDB5E1
(189,181,225)
#C5BDE4
(197,189,228)
#CDC5E7
(205,197,231)
#D5CDEA
(213,205,234)
#DDD5ED
(221,213,237)
#E5DDF0
(229,221,240)
#EDE5F3
(237,229,243)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59DD8 color. Also use rgb(165,157,216) instead hex code.

Text Font Color

.myTextColor { color: #A59DD8; }

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

This text font color is #A59DD8.


Background Color

.myBgColor { background-color: #A59DD8; }

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

This div background color is #A59DD8.


Border color

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

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

This div border color is #A59DD8.


Opacity

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

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

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

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

This text has shadow with #A59DD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59DD8 on black background.


Color preview on white background

This text has color #A59DD8 on white background.



Black color preview on #A59DD8 background

This text has black color on #A59DD8 background.


White color preview on #A59DD8 background

This text has white color on #A59DD8 background.