COLOR #A55996

HEX: #A55996
RGB: (165,89,150)

Renk bilgisi

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

RGB renk modeli

#A55996 color RGB value is (165,89,150).

  • kırmız ton 165;
  • yeşil ton 89;
  • mavi ton 150.
RGB:
(165,89,150)
(65%,35%,59%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 89 of 255 = 35%
B 150 of 255 = 59%

165
89
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 89 + 150 = 404 (100%)
R 165 of 404 ~ 40.84%
G 89 of 404 ~ 22.03%
B 150 of 404 ~ 37.13%

%40.84
%22.03
%37.13

CMYK RENK MODELİ

#A55996 rengi CMYK tonu (0,46,9,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.06%
  • sarı tonu 9.09%
  • ana renk tonu 35.29%
CMYK:
(0,46,9,35)
C0M46Y9K35 
(0%,46%,9%,35%)
(0.00/0.46/0.09/0.35)	

CMYK yüzdeleri

%0
%46.06
%9.09
%35.29

Codes

Color #A55996 in popluar color models

A55996
RGB16589150
HSL312°29.92%49.80%
HSB/HSV312°46.06%64.71%
CMYK0.00%46.06%9.09%
35.29%

Color #A55996 in popluar number systems.

HEXA55996
Decimal16589150
Binary10100101101100110010110
Octal245131226

Shades and tints

Shades of #A55996

#A55996
(165,89,150)
#965189
(150,81,137)
#87497C
(135,73,124)
#78416F
(120,65,111)
#693962
(105,57,98)
#5A3155
(90,49,85)
#4B2948
(75,41,72)
#3C213B
(60,33,59)
#2D192E
(45,25,46)
#1E1121
(30,17,33)
#0F0914
(15,9,20)
#000000
(0,0,0)

Tints of #A55996

#A55996
(165,89,150)
#AD689F
(173,104,159)
#B577A8
(181,119,168)
#BD86B1
(189,134,177)
#C595BA
(197,149,186)
#CDA4C3
(205,164,195)
#D5B3CC
(213,179,204)
#DDC2D5
(221,194,213)
#E5D1DE
(229,209,222)
#EDE0E7
(237,224,231)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55996 color. Also use rgb(165,89,150) instead hex code.

Text Font Color

.myTextColor { color: #A55996; }

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

This text font color is #A55996.


Background Color

.myBgColor { background-color: #A55996; }

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

This div background color is #A55996.


Border color

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

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

This div border color is #A55996.


Opacity

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

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

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

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

This text has shadow with #A55996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55996 on black background.


Color preview on white background

This text has color #A55996 on white background.



Black color preview on #A55996 background

This text has black color on #A55996 background.


White color preview on #A55996 background

This text has white color on #A55996 background.