COLOR #A5498B

HEX: #A5498B
RGB: (165,73,139)

Renk bilgisi

#A5498B contains mainly red and blue colors. #A5498B ‘ nin web güvenlik rengi #993399 (ya da #939) dir.

RGB renk modeli

#A5498B color RGB value is (165,73,139).

  • kırmız ton 165;
  • yeşil ton 73;
  • mavi ton 139.
RGB:
(165,73,139)
(65%,29%,55%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 73 of 255 = 29%
B 139 of 255 = 55%

165
73
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 73 + 139 = 377 (100%)
R 165 of 377 ~ 43.77%
G 73 of 377 ~ 19.36%
B 139 of 377 ~ 36.87%

%43.77
%19.36
%36.87

CMYK RENK MODELİ

#A5498B rengi CMYK tonu (0,56,16,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.76%
  • sarı tonu 15.76%
  • ana renk tonu 35.29%
CMYK:
(0,56,16,35)
C0M56Y16K35 
(0%,56%,16%,35%)
(0.00/0.56/0.16/0.35)	

CMYK yüzdeleri

%0
%55.76
%15.76
%35.29

Codes

Color #A5498B in popluar color models

A5498B
RGB16573139
HSL317°38.66%46.67%
HSB/HSV317°55.76%64.71%
CMYK0.00%55.76%15.76%
35.29%

Color #A5498B in popluar number systems.

HEXA5498B
Decimal16573139
Binary10100101100100110001011
Octal245111213

Shades and tints

Shades of #A5498B

#A5498B
(165,73,139)
#96437F
(150,67,127)
#873D73
(135,61,115)
#783767
(120,55,103)
#69315B
(105,49,91)
#5A2B4F
(90,43,79)
#4B2543
(75,37,67)
#3C1F37
(60,31,55)
#2D192B
(45,25,43)
#1E131F
(30,19,31)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #A5498B

#A5498B
(165,73,139)
#AD5995
(173,89,149)
#B5699F
(181,105,159)
#BD79A9
(189,121,169)
#C589B3
(197,137,179)
#CD99BD
(205,153,189)
#D5A9C7
(213,169,199)
#DDB9D1
(221,185,209)
#E5C9DB
(229,201,219)
#EDD9E5
(237,217,229)
#F5E9EF
(245,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5498B color. Also use rgb(165,73,139) instead hex code.

Text Font Color

.myTextColor { color: #A5498B; }

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

This text font color is #A5498B.


Background Color

.myBgColor { background-color: #A5498B; }

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

This div background color is #A5498B.


Border color

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

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

This div border color is #A5498B.


Opacity

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

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

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

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

This text has shadow with #A5498B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5498B on black background.


Color preview on white background

This text has color #A5498B on white background.



Black color preview on #A5498B background

This text has black color on #A5498B background.


White color preview on #A5498B background

This text has white color on #A5498B background.