COLOR #A59CD0

HEX: #A59CD0
RGB: (165,156,208)

Renk bilgisi

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

RGB renk modeli

#A59CD0 color RGB value is (165,156,208).

  • kırmız ton 165;
  • yeşil ton 156;
  • mavi ton 208.
RGB:
(165,156,208)
(65%,61%,82%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 156 of 255 = 61%
B 208 of 255 = 82%

165
156
208

R + G + B ~ 69%. #A59CD0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 156 + 208 = 529 (100%)
R 165 of 529 ~ 31.19%
G 156 of 529 ~ 29.49%
B 208 of 529 ~ 39.32%

%31.19
%29.49
%39.32

CMYK RENK MODELİ

#A59CD0 rengi CMYK tonu (21,25,0,18).

  • camgöbeği tonu 20.67%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(21,25,0,18)
C21M25Y0K18 
(21%,25%,0%,18%)
(0.21/0.25/0.00/0.18)	

CMYK yüzdeleri

%20.67
%25
%0
%18.43

Codes

Color #A59CD0 in popluar color models

A59CD0
RGB165156208
HSL250°35.62%71.37%
HSB/HSV250°25.00%81.57%
CMYK20.67%25.00%0.00%
18.43%

Color #A59CD0 in popluar number systems.

HEXA59CD0
Decimal165156208
Binary101001011001110011010000
Octal245234320

Shades and tints

Shades of #A59CD0

#A59CD0
(165,156,208)
#968EBE
(150,142,190)
#8780AC
(135,128,172)
#78729A
(120,114,154)
#696488
(105,100,136)
#5A5676
(90,86,118)
#4B4864
(75,72,100)
#3C3A52
(60,58,82)
#2D2C40
(45,44,64)
#1E1E2E
(30,30,46)
#0F101C
(15,16,28)
#000000
(0,0,0)

Tints of #A59CD0

#A59CD0
(165,156,208)
#ADA5D4
(173,165,212)
#B5AED8
(181,174,216)
#BDB7DC
(189,183,220)
#C5C0E0
(197,192,224)
#CDC9E4
(205,201,228)
#D5D2E8
(213,210,232)
#DDDBEC
(221,219,236)
#E5E4F0
(229,228,240)
#EDEDF4
(237,237,244)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59CD0 color. Also use rgb(165,156,208) instead hex code.

Text Font Color

.myTextColor { color: #A59CD0; }

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

This text font color is #A59CD0.


Background Color

.myBgColor { background-color: #A59CD0; }

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

This div background color is #A59CD0.


Border color

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

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

This div border color is #A59CD0.


Opacity

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

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

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

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

This text has shadow with #A59CD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59CD0 on black background.


Color preview on white background

This text has color #A59CD0 on white background.



Black color preview on #A59CD0 background

This text has black color on #A59CD0 background.


White color preview on #A59CD0 background

This text has white color on #A59CD0 background.