COLOR #A587D0

HEX: #A587D0
RGB: (165,135,208)

Renk bilgisi

#A587D0 contains mainly red and blue colors. #A587D0 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#A587D0 color RGB value is (165,135,208).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 135 of 255 = 53%
B 208 of 255 = 82%

165
135
208

R + G + B ~ 67%. #A587D0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 135 + 208 = 508 (100%)
R 165 of 508 ~ 32.48%
G 135 of 508 ~ 26.57%
B 208 of 508 ~ 40.94%

%32.48
%26.57
%40.94

CMYK RENK MODELİ

#A587D0 rengi CMYK tonu (21,35,0,18).

  • camgöbeği tonu 20.67%
  • eflatun tonu 35.10%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(21,35,0,18)
C21M35Y0K18 
(21%,35%,0%,18%)
(0.21/0.35/0.00/0.18)	

CMYK yüzdeleri

%20.67
%35.1
%0
%18.43

Codes

Color #A587D0 in popluar color models

A587D0
RGB165135208
HSL265°43.71%67.25%
HSB/HSV265°35.10%81.57%
CMYK20.67%35.10%0.00%
18.43%

Color #A587D0 in popluar number systems.

HEXA587D0
Decimal165135208
Binary101001011000011111010000
Octal245207320

Shades and tints

Shades of #A587D0

#A587D0
(165,135,208)
#967BBE
(150,123,190)
#876FAC
(135,111,172)
#78639A
(120,99,154)
#695788
(105,87,136)
#5A4B76
(90,75,118)
#4B3F64
(75,63,100)
#3C3352
(60,51,82)
#2D2740
(45,39,64)
#1E1B2E
(30,27,46)
#0F0F1C
(15,15,28)
#000000
(0,0,0)

Tints of #A587D0

#A587D0
(165,135,208)
#AD91D4
(173,145,212)
#B59BD8
(181,155,216)
#BDA5DC
(189,165,220)
#C5AFE0
(197,175,224)
#CDB9E4
(205,185,228)
#D5C3E8
(213,195,232)
#DDCDEC
(221,205,236)
#E5D7F0
(229,215,240)
#EDE1F4
(237,225,244)
#F5EBF8
(245,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A587D0; }

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

This text font color is #A587D0.


Background Color

.myBgColor { background-color: #A587D0; }

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

This div background color is #A587D0.


Border color

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

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

This div border color is #A587D0.


Opacity

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

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

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

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

This text has shadow with #A587D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A587D0 on black background.


Color preview on white background

This text has color #A587D0 on white background.



Black color preview on #A587D0 background

This text has black color on #A587D0 background.


White color preview on #A587D0 background

This text has white color on #A587D0 background.