COLOR #A376A6

HEX: #A376A6
RGB: (163,118,166)

Renk bilgisi

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

RGB renk modeli

#A376A6 color RGB value is (163,118,166).

  • kırmız ton 163;
  • yeşil ton 118;
  • mavi ton 166.
RGB:
(163,118,166)
(64%,46%,65%)

RGB bağlantıları ve doygunluk

R 163 of 255 = 64%
G 118 of 255 = 46%
B 166 of 255 = 65%

163
118
166

R + G + B ~ 58%. #A376A6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
163 + 118 + 166 = 447 (100%)
R 163 of 447 ~ 36.47%
G 118 of 447 ~ 26.4%
B 166 of 447 ~ 37.14%

%36.47
%26.4
%37.14

CMYK RENK MODELİ

#A376A6 rengi CMYK tonu (2,29,0,35).

  • camgöbeği tonu 1.81%
  • eflatun tonu 28.92%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(2,29,0,35)
C2M29Y0K35 
(2%,29%,0%,35%)
(0.02/0.29/0.00/0.35)	

CMYK yüzdeleri

%1.81
%28.92
%0
%34.9

Codes

Color #A376A6 in popluar color models

A376A6
RGB163118166
HSL296°21.24%55.69%
HSB/HSV296°28.92%65.10%
CMYK1.81%28.92%0.00%
34.90%

Color #A376A6 in popluar number systems.

HEXA376A6
Decimal163118166
Binary10100011111011010100110
Octal243166246

Shades and tints

Shades of #A376A6

#A376A6
(163,118,166)
#956C97
(149,108,151)
#876288
(135,98,136)
#795879
(121,88,121)
#6B4E6A
(107,78,106)
#5D445B
(93,68,91)
#4F3A4C
(79,58,76)
#41303D
(65,48,61)
#33262E
(51,38,46)
#251C1F
(37,28,31)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #A376A6

#A376A6
(163,118,166)
#AB82AE
(171,130,174)
#B38EB6
(179,142,182)
#BB9ABE
(187,154,190)
#C3A6C6
(195,166,198)
#CBB2CE
(203,178,206)
#D3BED6
(211,190,214)
#DBCADE
(219,202,222)
#E3D6E6
(227,214,230)
#EBE2EE
(235,226,238)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A376A6 color. Also use rgb(163,118,166) instead hex code.

Text Font Color

.myTextColor { color: #A376A6; }

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

This text font color is #A376A6.


Background Color

.myBgColor { background-color: #A376A6; }

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

This div background color is #A376A6.


Border color

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

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

This div border color is #A376A6.


Opacity

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

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

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

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

This text has shadow with #A376A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A376A6 on black background.


Color preview on white background

This text has color #A376A6 on white background.



Black color preview on #A376A6 background

This text has black color on #A376A6 background.


White color preview on #A376A6 background

This text has white color on #A376A6 background.