COLOR #A476B0

HEX: #A476B0
RGB: (164,118,176)

Renk bilgisi

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

RGB renk modeli

#A476B0 color RGB value is (164,118,176).

  • kırmız ton 164;
  • yeşil ton 118;
  • mavi ton 176.
RGB:
(164,118,176)
(64%,46%,69%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 118 of 255 = 46%
B 176 of 255 = 69%

164
118
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 118 + 176 = 458 (100%)
R 164 of 458 ~ 35.81%
G 118 of 458 ~ 25.76%
B 176 of 458 ~ 38.43%

%35.81
%25.76
%38.43

CMYK RENK MODELİ

#A476B0 rengi CMYK tonu (7,33,0,31).

  • camgöbeği tonu 6.82%
  • eflatun tonu 32.95%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(7,33,0,31)
C7M33Y0K31 
(7%,33%,0%,31%)
(0.07/0.33/0.00/0.31)	

CMYK yüzdeleri

%6.82
%32.95
%0
%30.98

Codes

Color #A476B0 in popluar color models

A476B0
RGB164118176
HSL288°26.85%57.65%
HSB/HSV288°32.95%69.02%
CMYK6.82%32.95%0.00%
30.98%

Color #A476B0 in popluar number systems.

HEXA476B0
Decimal164118176
Binary10100100111011010110000
Octal244166260

Shades and tints

Shades of #A476B0

#A476B0
(164,118,176)
#966CA0
(150,108,160)
#886290
(136,98,144)
#7A5880
(122,88,128)
#6C4E70
(108,78,112)
#5E4460
(94,68,96)
#503A50
(80,58,80)
#423040
(66,48,64)
#342630
(52,38,48)
#261C20
(38,28,32)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #A476B0

#A476B0
(164,118,176)
#AC82B7
(172,130,183)
#B48EBE
(180,142,190)
#BC9AC5
(188,154,197)
#C4A6CC
(196,166,204)
#CCB2D3
(204,178,211)
#D4BEDA
(212,190,218)
#DCCAE1
(220,202,225)
#E4D6E8
(228,214,232)
#ECE2EF
(236,226,239)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A476B0 color. Also use rgb(164,118,176) instead hex code.

Text Font Color

.myTextColor { color: #A476B0; }

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

This text font color is #A476B0.


Background Color

.myBgColor { background-color: #A476B0; }

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

This div background color is #A476B0.


Border color

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

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

This div border color is #A476B0.


Opacity

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

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

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

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

This text has shadow with #A476B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A476B0 on black background.


Color preview on white background

This text has color #A476B0 on white background.



Black color preview on #A476B0 background

This text has black color on #A476B0 background.


White color preview on #A476B0 background

This text has white color on #A476B0 background.