COLOR #A477A7

HEX: #A477A7
RGB: (164,119,167)

Renk bilgisi

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

RGB renk modeli

#A477A7 color RGB value is (164,119,167).

  • kırmız ton 164;
  • yeşil ton 119;
  • mavi ton 167.
RGB:
(164,119,167)
(64%,47%,65%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 119 of 255 = 47%
B 167 of 255 = 65%

164
119
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 119 + 167 = 450 (100%)
R 164 of 450 ~ 36.44%
G 119 of 450 ~ 26.44%
B 167 of 450 ~ 37.11%

%36.44
%26.44
%37.11

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%1.8
%28.74
%0
%34.51

Codes

Color #A477A7 in popluar color models

A477A7
RGB164119167
HSL296°21.43%56.08%
HSB/HSV296°28.74%65.49%
CMYK1.80%28.74%0.00%
34.51%

Color #A477A7 in popluar number systems.

HEXA477A7
Decimal164119167
Binary10100100111011110100111
Octal244167247

Shades and tints

Shades of #A477A7

#A477A7
(164,119,167)
#966D98
(150,109,152)
#886389
(136,99,137)
#7A597A
(122,89,122)
#6C4F6B
(108,79,107)
#5E455C
(94,69,92)
#503B4D
(80,59,77)
#42313E
(66,49,62)
#34272F
(52,39,47)
#261D20
(38,29,32)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #A477A7

#A477A7
(164,119,167)
#AC83AF
(172,131,175)
#B48FB7
(180,143,183)
#BC9BBF
(188,155,191)
#C4A7C7
(196,167,199)
#CCB3CF
(204,179,207)
#D4BFD7
(212,191,215)
#DCCBDF
(220,203,223)
#E4D7E7
(228,215,231)
#ECE3EF
(236,227,239)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A477A7 color. Also use rgb(164,119,167) instead hex code.

Text Font Color

.myTextColor { color: #A477A7; }

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

This text font color is #A477A7.


Background Color

.myBgColor { background-color: #A477A7; }

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

This div background color is #A477A7.


Border color

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

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

This div border color is #A477A7.


Opacity

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

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

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

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

This text has shadow with #A477A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A477A7 on black background.


Color preview on white background

This text has color #A477A7 on white background.



Black color preview on #A477A7 background

This text has black color on #A477A7 background.


White color preview on #A477A7 background

This text has white color on #A477A7 background.