COLOR #A587B1

HEX: #A587B1
RGB: (165,135,177)

Renk bilgisi

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

RGB renk modeli

#A587B1 color RGB value is (165,135,177).

  • kırmız ton 165;
  • yeşil ton 135;
  • mavi ton 177.
RGB:
(165,135,177)
(65%,53%,69%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 135 of 255 = 53%
B 177 of 255 = 69%

165
135
177

R + G + B ~ 62%. #A587B1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 135 + 177 = 477 (100%)
R 165 of 477 ~ 34.59%
G 135 of 477 ~ 28.3%
B 177 of 477 ~ 37.11%

%34.59
%28.3
%37.11

CMYK RENK MODELİ

#A587B1 rengi CMYK tonu (7,24,0,31).

  • camgöbeği tonu 6.78%
  • eflatun tonu 23.73%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(7,24,0,31)
C7M24Y0K31 
(7%,24%,0%,31%)
(0.07/0.24/0.00/0.31)	

CMYK yüzdeleri

%6.78
%23.73
%0
%30.59

Codes

Color #A587B1 in popluar color models

A587B1
RGB165135177
HSL283°21.21%61.18%
HSB/HSV283°23.73%69.41%
CMYK6.78%23.73%0.00%
30.59%

Color #A587B1 in popluar number systems.

HEXA587B1
Decimal165135177
Binary101001011000011110110001
Octal245207261

Shades and tints

Shades of #A587B1

#A587B1
(165,135,177)
#967BA1
(150,123,161)
#876F91
(135,111,145)
#786381
(120,99,129)
#695771
(105,87,113)
#5A4B61
(90,75,97)
#4B3F51
(75,63,81)
#3C3341
(60,51,65)
#2D2731
(45,39,49)
#1E1B21
(30,27,33)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #A587B1

#A587B1
(165,135,177)
#AD91B8
(173,145,184)
#B59BBF
(181,155,191)
#BDA5C6
(189,165,198)
#C5AFCD
(197,175,205)
#CDB9D4
(205,185,212)
#D5C3DB
(213,195,219)
#DDCDE2
(221,205,226)
#E5D7E9
(229,215,233)
#EDE1F0
(237,225,240)
#F5EBF7
(245,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A587B1 color. Also use rgb(165,135,177) instead hex code.

Text Font Color

.myTextColor { color: #A587B1; }

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

This text font color is #A587B1.


Background Color

.myBgColor { background-color: #A587B1; }

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

This div background color is #A587B1.


Border color

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

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

This div border color is #A587B1.


Opacity

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

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

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

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

This text has shadow with #A587B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A587B1 on black background.


Color preview on white background

This text has color #A587B1 on white background.



Black color preview on #A587B1 background

This text has black color on #A587B1 background.


White color preview on #A587B1 background

This text has white color on #A587B1 background.