COLOR #A387B0

HEX: #A387B0
RGB: (163,135,176)

Renk bilgisi

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

RGB renk modeli

#A387B0 color RGB value is (163,135,176).

  • kırmız ton 163;
  • yeşil ton 135;
  • mavi ton 176.
RGB:
(163,135,176)
(64%,53%,69%)

RGB bağlantıları ve doygunluk

R 163 of 255 = 64%
G 135 of 255 = 53%
B 176 of 255 = 69%

163
135
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
163 + 135 + 176 = 474 (100%)
R 163 of 474 ~ 34.39%
G 135 of 474 ~ 28.48%
B 176 of 474 ~ 37.13%

%34.39
%28.48
%37.13

CMYK RENK MODELİ

#A387B0 rengi CMYK tonu (7,23,0,31).

  • camgöbeği tonu 7.39%
  • eflatun tonu 23.30%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(7,23,0,31)
C7M23Y0K31 
(7%,23%,0%,31%)
(0.07/0.23/0.00/0.31)	

CMYK yüzdeleri

%7.39
%23.3
%0
%30.98

Codes

Color #A387B0 in popluar color models

A387B0
RGB163135176
HSL281°20.60%60.98%
HSB/HSV281°23.30%69.02%
CMYK7.39%23.30%0.00%
30.98%

Color #A387B0 in popluar number systems.

HEXA387B0
Decimal163135176
Binary101000111000011110110000
Octal243207260

Shades and tints

Shades of #A387B0

#A387B0
(163,135,176)
#957BA0
(149,123,160)
#876F90
(135,111,144)
#796380
(121,99,128)
#6B5770
(107,87,112)
#5D4B60
(93,75,96)
#4F3F50
(79,63,80)
#413340
(65,51,64)
#332730
(51,39,48)
#251B20
(37,27,32)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #A387B0

#A387B0
(163,135,176)
#AB91B7
(171,145,183)
#B39BBE
(179,155,190)
#BBA5C5
(187,165,197)
#C3AFCC
(195,175,204)
#CBB9D3
(203,185,211)
#D3C3DA
(211,195,218)
#DBCDE1
(219,205,225)
#E3D7E8
(227,215,232)
#EBE1EF
(235,225,239)
#F3EBF6
(243,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A387B0 color. Also use rgb(163,135,176) instead hex code.

Text Font Color

.myTextColor { color: #A387B0; }

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

This text font color is #A387B0.


Background Color

.myBgColor { background-color: #A387B0; }

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

This div background color is #A387B0.


Border color

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

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

This div border color is #A387B0.


Opacity

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

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

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

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

This text has shadow with #A387B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A387B0 on black background.


Color preview on white background

This text has color #A387B0 on white background.



Black color preview on #A387B0 background

This text has black color on #A387B0 background.


White color preview on #A387B0 background

This text has white color on #A387B0 background.