COLOR #AC63B0

HEX: #AC63B0
RGB: (172,99,176)

Renk bilgisi

#AC63B0 contains mainly red and blue colors. #AC63B0 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AC63B0 color RGB value is (172,99,176).

  • kırmız ton 172;
  • yeşil ton 99;
  • mavi ton 176.
RGB:
(172,99,176)
(67%,39%,69%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 99 of 255 = 39%
B 176 of 255 = 69%

172
99
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 99 + 176 = 447 (100%)
R 172 of 447 ~ 38.48%
G 99 of 447 ~ 22.15%
B 176 of 447 ~ 39.37%

%38.48
%22.15
%39.37

CMYK RENK MODELİ

#AC63B0 rengi CMYK tonu (2,44,0,31).

  • camgöbeği tonu 2.27%
  • eflatun tonu 43.75%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(2,44,0,31)
C2M44Y0K31 
(2%,44%,0%,31%)
(0.02/0.44/0.00/0.31)	

CMYK yüzdeleri

%2.27
%43.75
%0
%30.98

Codes

Color #AC63B0 in popluar color models

AC63B0
RGB17299176
HSL297°32.77%53.92%
HSB/HSV297°43.75%69.02%
CMYK2.27%43.75%0.00%
30.98%

Color #AC63B0 in popluar number systems.

HEXAC63B0
Decimal17299176
Binary10101100110001110110000
Octal254143260

Shades and tints

Shades of #AC63B0

#AC63B0
(172,99,176)
#9D5AA0
(157,90,160)
#8E5190
(142,81,144)
#7F4880
(127,72,128)
#703F70
(112,63,112)
#613660
(97,54,96)
#522D50
(82,45,80)
#432440
(67,36,64)
#341B30
(52,27,48)
#251220
(37,18,32)
#160910
(22,9,16)
#000000
(0,0,0)

Tints of #AC63B0

#AC63B0
(172,99,176)
#B371B7
(179,113,183)
#BA7FBE
(186,127,190)
#C18DC5
(193,141,197)
#C89BCC
(200,155,204)
#CFA9D3
(207,169,211)
#D6B7DA
(214,183,218)
#DDC5E1
(221,197,225)
#E4D3E8
(228,211,232)
#EBE1EF
(235,225,239)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC63B0 color. Also use rgb(172,99,176) instead hex code.

Text Font Color

.myTextColor { color: #AC63B0; }

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

This text font color is #AC63B0.


Background Color

.myBgColor { background-color: #AC63B0; }

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

This div background color is #AC63B0.


Border color

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

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

This div border color is #AC63B0.


Opacity

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

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

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

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

This text has shadow with #AC63B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC63B0 on black background.


Color preview on white background

This text has color #AC63B0 on white background.



Black color preview on #AC63B0 background

This text has black color on #AC63B0 background.


White color preview on #AC63B0 background

This text has white color on #AC63B0 background.