COLOR #AC6590

HEX: #AC6590
RGB: (172,101,144)

Renk bilgisi

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

RGB renk modeli

#AC6590 color RGB value is (172,101,144).

  • kırmız ton 172;
  • yeşil ton 101;
  • mavi ton 144.
RGB:
(172,101,144)
(67%,40%,56%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 101 of 255 = 40%
B 144 of 255 = 56%

172
101
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 101 + 144 = 417 (100%)
R 172 of 417 ~ 41.25%
G 101 of 417 ~ 24.22%
B 144 of 417 ~ 34.53%

%41.25
%24.22
%34.53

CMYK RENK MODELİ

#AC6590 rengi CMYK tonu (0,41,16,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.28%
  • sarı tonu 16.28%
  • ana renk tonu 32.55%
CMYK:
(0,41,16,33)
C0M41Y16K33 
(0%,41%,16%,33%)
(0.00/0.41/0.16/0.33)	

CMYK yüzdeleri

%0
%41.28
%16.28
%32.55

Codes

Color #AC6590 in popluar color models

AC6590
RGB172101144
HSL324°29.96%53.53%
HSB/HSV324°41.28%67.45%
CMYK0.00%41.28%16.28%
32.55%

Color #AC6590 in popluar number systems.

HEXAC6590
Decimal172101144
Binary10101100110010110010000
Octal254145220

Shades and tints

Shades of #AC6590

#AC6590
(172,101,144)
#9D5C83
(157,92,131)
#8E5376
(142,83,118)
#7F4A69
(127,74,105)
#70415C
(112,65,92)
#61384F
(97,56,79)
#522F42
(82,47,66)
#432635
(67,38,53)
#341D28
(52,29,40)
#25141B
(37,20,27)
#160B0E
(22,11,14)
#000000
(0,0,0)

Tints of #AC6590

#AC6590
(172,101,144)
#B3739A
(179,115,154)
#BA81A4
(186,129,164)
#C18FAE
(193,143,174)
#C89DB8
(200,157,184)
#CFABC2
(207,171,194)
#D6B9CC
(214,185,204)
#DDC7D6
(221,199,214)
#E4D5E0
(228,213,224)
#EBE3EA
(235,227,234)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6590 color. Also use rgb(172,101,144) instead hex code.

Text Font Color

.myTextColor { color: #AC6590; }

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

This text font color is #AC6590.


Background Color

.myBgColor { background-color: #AC6590; }

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

This div background color is #AC6590.


Border color

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

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

This div border color is #AC6590.


Opacity

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

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

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

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

This text has shadow with #AC6590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6590 on black background.


Color preview on white background

This text has color #AC6590 on white background.



Black color preview on #AC6590 background

This text has black color on #AC6590 background.


White color preview on #AC6590 background

This text has white color on #AC6590 background.