COLOR #A5599B

HEX: #A5599B
RGB: (165,89,155)

Renk bilgisi

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

RGB renk modeli

#A5599B color RGB value is (165,89,155).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 89 of 255 = 35%
B 155 of 255 = 61%

165
89
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 89 + 155 = 409 (100%)
R 165 of 409 ~ 40.34%
G 89 of 409 ~ 21.76%
B 155 of 409 ~ 37.9%

%40.34
%21.76
%37.9

CMYK RENK MODELİ

#A5599B rengi CMYK tonu (0,46,6,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.06%
  • sarı tonu 6.06%
  • ana renk tonu 35.29%
CMYK:
(0,46,6,35)
C0M46Y6K35 
(0%,46%,6%,35%)
(0.00/0.46/0.06/0.35)	

CMYK yüzdeleri

%0
%46.06
%6.06
%35.29

Codes

Color #A5599B in popluar color models

A5599B
RGB16589155
HSL308°29.92%49.80%
HSB/HSV308°46.06%64.71%
CMYK0.00%46.06%6.06%
35.29%

Color #A5599B in popluar number systems.

HEXA5599B
Decimal16589155
Binary10100101101100110011011
Octal245131233

Shades and tints

Shades of #A5599B

#A5599B
(165,89,155)
#96518D
(150,81,141)
#87497F
(135,73,127)
#784171
(120,65,113)
#693963
(105,57,99)
#5A3155
(90,49,85)
#4B2947
(75,41,71)
#3C2139
(60,33,57)
#2D192B
(45,25,43)
#1E111D
(30,17,29)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #A5599B

#A5599B
(165,89,155)
#AD68A4
(173,104,164)
#B577AD
(181,119,173)
#BD86B6
(189,134,182)
#C595BF
(197,149,191)
#CDA4C8
(205,164,200)
#D5B3D1
(213,179,209)
#DDC2DA
(221,194,218)
#E5D1E3
(229,209,227)
#EDE0EC
(237,224,236)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5599B; }

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

This text font color is #A5599B.


Background Color

.myBgColor { background-color: #A5599B; }

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

This div background color is #A5599B.


Border color

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

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

This div border color is #A5599B.


Opacity

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

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

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

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

This text has shadow with #A5599B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5599B on black background.


Color preview on white background

This text has color #A5599B on white background.



Black color preview on #A5599B background

This text has black color on #A5599B background.


White color preview on #A5599B background

This text has white color on #A5599B background.