COLOR #A480B4

HEX: #A480B4
RGB: (164,128,180)

Renk bilgisi

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

RGB renk modeli

#A480B4 color RGB value is (164,128,180).

  • kırmız ton 164;
  • yeşil ton 128;
  • mavi ton 180.
RGB:
(164,128,180)
(64%,50%,71%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 128 of 255 = 50%
B 180 of 255 = 71%

164
128
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 128 + 180 = 472 (100%)
R 164 of 472 ~ 34.75%
G 128 of 472 ~ 27.12%
B 180 of 472 ~ 38.14%

%34.75
%27.12
%38.14

CMYK RENK MODELİ

#A480B4 rengi CMYK tonu (9,29,0,29).

  • camgöbeği tonu 8.89%
  • eflatun tonu 28.89%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(9,29,0,29)
C9M29Y0K29 
(9%,29%,0%,29%)
(0.09/0.29/0.00/0.29)	

CMYK yüzdeleri

%8.89
%28.89
%0
%29.41

Codes

Color #A480B4 in popluar color models

A480B4
RGB164128180
HSL282°25.74%60.39%
HSB/HSV282°28.89%70.59%
CMYK8.89%28.89%0.00%
29.41%

Color #A480B4 in popluar number systems.

HEXA480B4
Decimal164128180
Binary101001001000000010110100
Octal244200264

Shades and tints

Shades of #A480B4

#A480B4
(164,128,180)
#9675A4
(150,117,164)
#886A94
(136,106,148)
#7A5F84
(122,95,132)
#6C5474
(108,84,116)
#5E4964
(94,73,100)
#503E54
(80,62,84)
#423344
(66,51,68)
#342834
(52,40,52)
#261D24
(38,29,36)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #A480B4

#A480B4
(164,128,180)
#AC8BBA
(172,139,186)
#B496C0
(180,150,192)
#BCA1C6
(188,161,198)
#C4ACCC
(196,172,204)
#CCB7D2
(204,183,210)
#D4C2D8
(212,194,216)
#DCCDDE
(220,205,222)
#E4D8E4
(228,216,228)
#ECE3EA
(236,227,234)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A480B4 color. Also use rgb(164,128,180) instead hex code.

Text Font Color

.myTextColor { color: #A480B4; }

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

This text font color is #A480B4.


Background Color

.myBgColor { background-color: #A480B4; }

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

This div background color is #A480B4.


Border color

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

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

This div border color is #A480B4.


Opacity

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

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

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

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

This text has shadow with #A480B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A480B4 on black background.


Color preview on white background

This text has color #A480B4 on white background.



Black color preview on #A480B4 background

This text has black color on #A480B4 background.


White color preview on #A480B4 background

This text has white color on #A480B4 background.