COLOR #A585A7

HEX: #A585A7
RGB: (165,133,167)

Renk bilgisi

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

RGB renk modeli

#A585A7 color RGB value is (165,133,167).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 133 of 255 = 52%
B 167 of 255 = 65%

165
133
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 133 + 167 = 465 (100%)
R 165 of 465 ~ 35.48%
G 133 of 465 ~ 28.6%
B 167 of 465 ~ 35.91%

%35.48
%28.6
%35.91

CMYK RENK MODELİ

#A585A7 rengi CMYK tonu (1,20,0,35).

  • camgöbeği tonu 1.20%
  • eflatun tonu 20.36%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(1,20,0,35)
C1M20Y0K35 
(1%,20%,0%,35%)
(0.01/0.20/0.00/0.35)	

CMYK yüzdeleri

%1.2
%20.36
%0
%34.51

Codes

Color #A585A7 in popluar color models

A585A7
RGB165133167
HSL296°16.19%58.82%
HSB/HSV296°20.36%65.49%
CMYK1.20%20.36%0.00%
34.51%

Color #A585A7 in popluar number systems.

HEXA585A7
Decimal165133167
Binary101001011000010110100111
Octal245205247

Shades and tints

Shades of #A585A7

#A585A7
(165,133,167)
#967998
(150,121,152)
#876D89
(135,109,137)
#78617A
(120,97,122)
#69556B
(105,85,107)
#5A495C
(90,73,92)
#4B3D4D
(75,61,77)
#3C313E
(60,49,62)
#2D252F
(45,37,47)
#1E1920
(30,25,32)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #A585A7

#A585A7
(165,133,167)
#AD90AF
(173,144,175)
#B59BB7
(181,155,183)
#BDA6BF
(189,166,191)
#C5B1C7
(197,177,199)
#CDBCCF
(205,188,207)
#D5C7D7
(213,199,215)
#DDD2DF
(221,210,223)
#E5DDE7
(229,221,231)
#EDE8EF
(237,232,239)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A585A7; }

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

This text font color is #A585A7.


Background Color

.myBgColor { background-color: #A585A7; }

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

This div background color is #A585A7.


Border color

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

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

This div border color is #A585A7.


Opacity

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

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

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

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

This text has shadow with #A585A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A585A7 on black background.


Color preview on white background

This text has color #A585A7 on white background.



Black color preview on #A585A7 background

This text has black color on #A585A7 background.


White color preview on #A585A7 background

This text has white color on #A585A7 background.