COLOR #A585A1

HEX: #A585A1
RGB: (165,133,161)

Renk bilgisi

#A585A1 contains red, green and blue colors in about the same proportion. #A585A1 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#A585A1 color RGB value is (165,133,161).

  • kırmız ton 165;
  • yeşil ton 133;
  • mavi ton 161.
RGB:
(165,133,161)
(65%,52%,63%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 133 of 255 = 52%
B 161 of 255 = 63%

165
133
161

R + G + B ~ 60%. #A585A1 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 133 + 161 = 459 (100%)
R 165 of 459 ~ 35.95%
G 133 of 459 ~ 28.98%
B 161 of 459 ~ 35.08%

%35.95
%28.98
%35.08

CMYK RENK MODELİ

#A585A1 rengi CMYK tonu (0,19,2,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.39%
  • sarı tonu 2.42%
  • ana renk tonu 35.29%
CMYK:
(0,19,2,35)
C0M19Y2K35 
(0%,19%,2%,35%)
(0.00/0.19/0.02/0.35)	

CMYK yüzdeleri

%0
%19.39
%2.42
%35.29

Codes

Color #A585A1 in popluar color models

A585A1
RGB165133161
HSL308°15.09%58.43%
HSB/HSV308°19.39%64.71%
CMYK0.00%19.39%2.42%
35.29%

Color #A585A1 in popluar number systems.

HEXA585A1
Decimal165133161
Binary101001011000010110100001
Octal245205241

Shades and tints

Shades of #A585A1

#A585A1
(165,133,161)
#967993
(150,121,147)
#876D85
(135,109,133)
#786177
(120,97,119)
#695569
(105,85,105)
#5A495B
(90,73,91)
#4B3D4D
(75,61,77)
#3C313F
(60,49,63)
#2D2531
(45,37,49)
#1E1923
(30,25,35)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #A585A1

#A585A1
(165,133,161)
#AD90A9
(173,144,169)
#B59BB1
(181,155,177)
#BDA6B9
(189,166,185)
#C5B1C1
(197,177,193)
#CDBCC9
(205,188,201)
#D5C7D1
(213,199,209)
#DDD2D9
(221,210,217)
#E5DDE1
(229,221,225)
#EDE8E9
(237,232,233)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A585A1 color. Also use rgb(165,133,161) instead hex code.

Text Font Color

.myTextColor { color: #A585A1; }

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

This text font color is #A585A1.


Background Color

.myBgColor { background-color: #A585A1; }

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

This div background color is #A585A1.


Border color

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

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

This div border color is #A585A1.


Opacity

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

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

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

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

This text has shadow with #A585A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A585A1 on black background.


Color preview on white background

This text has color #A585A1 on white background.



Black color preview on #A585A1 background

This text has black color on #A585A1 background.


White color preview on #A585A1 background

This text has white color on #A585A1 background.