COLOR #A387BB

HEX: #A387BB
RGB: (163,135,187)

Renk bilgisi

#A387BB contains red, green and blue colors in about the same proportion. #A387BB ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#A387BB color RGB value is (163,135,187).

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

RGB bağlantıları ve doygunluk

R 163 of 255 = 64%
G 135 of 255 = 53%
B 187 of 255 = 73%

163
135
187

R + G + B ~ 63%. #A387BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
163 + 135 + 187 = 485 (100%)
R 163 of 485 ~ 33.61%
G 135 of 485 ~ 27.84%
B 187 of 485 ~ 38.56%

%33.61
%27.84
%38.56

CMYK RENK MODELİ

#A387BB rengi CMYK tonu (13,28,0,27).

  • camgöbeği tonu 12.83%
  • eflatun tonu 27.81%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(13,28,0,27)
C13M28Y0K27 
(13%,28%,0%,27%)
(0.13/0.28/0.00/0.27)	

CMYK yüzdeleri

%12.83
%27.81
%0
%26.67

Codes

Color #A387BB in popluar color models

A387BB
RGB163135187
HSL272°27.66%63.14%
HSB/HSV272°27.81%73.33%
CMYK12.83%27.81%0.00%
26.67%

Color #A387BB in popluar number systems.

HEXA387BB
Decimal163135187
Binary101000111000011110111011
Octal243207273

Shades and tints

Shades of #A387BB

#A387BB
(163,135,187)
#957BAA
(149,123,170)
#876F99
(135,111,153)
#796388
(121,99,136)
#6B5777
(107,87,119)
#5D4B66
(93,75,102)
#4F3F55
(79,63,85)
#413344
(65,51,68)
#332733
(51,39,51)
#251B22
(37,27,34)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #A387BB

#A387BB
(163,135,187)
#AB91C1
(171,145,193)
#B39BC7
(179,155,199)
#BBA5CD
(187,165,205)
#C3AFD3
(195,175,211)
#CBB9D9
(203,185,217)
#D3C3DF
(211,195,223)
#DBCDE5
(219,205,229)
#E3D7EB
(227,215,235)
#EBE1F1
(235,225,241)
#F3EBF7
(243,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A387BB; }

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

This text font color is #A387BB.


Background Color

.myBgColor { background-color: #A387BB; }

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

This div background color is #A387BB.


Border color

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

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

This div border color is #A387BB.


Opacity

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

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

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

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

This text has shadow with #A387BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A387BB on black background.


Color preview on white background

This text has color #A387BB on white background.



Black color preview on #A387BB background

This text has black color on #A387BB background.


White color preview on #A387BB background

This text has white color on #A387BB background.