COLOR #A5527D

HEX: #A5527D
RGB: (165,82,125)

Renk bilgisi

#A5527D contains mainly red and blue colors. #A5527D ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#A5527D color RGB value is (165,82,125).

  • kırmız ton 165;
  • yeşil ton 82;
  • mavi ton 125.
RGB:
(165,82,125)
(65%,32%,49%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 82 of 255 = 32%
B 125 of 255 = 49%

165
82
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 82 + 125 = 372 (100%)
R 165 of 372 ~ 44.35%
G 82 of 372 ~ 22.04%
B 125 of 372 ~ 33.6%

%44.35
%22.04
%33.6

CMYK RENK MODELİ

#A5527D rengi CMYK tonu (0,50,24,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.30%
  • sarı tonu 24.24%
  • ana renk tonu 35.29%
CMYK:
(0,50,24,35)
C0M50Y24K35 
(0%,50%,24%,35%)
(0.00/0.50/0.24/0.35)	

CMYK yüzdeleri

%0
%50.3
%24.24
%35.29

Codes

Color #A5527D in popluar color models

A5527D
RGB16582125
HSL329°33.60%48.43%
HSB/HSV329°50.30%64.71%
CMYK0.00%50.30%24.24%
35.29%

Color #A5527D in popluar number systems.

HEXA5527D
Decimal16582125
Binary1010010110100101111101
Octal245122175

Shades and tints

Shades of #A5527D

#A5527D
(165,82,125)
#964B72
(150,75,114)
#874467
(135,68,103)
#783D5C
(120,61,92)
#693651
(105,54,81)
#5A2F46
(90,47,70)
#4B283B
(75,40,59)
#3C2130
(60,33,48)
#2D1A25
(45,26,37)
#1E131A
(30,19,26)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #A5527D

#A5527D
(165,82,125)
#AD6188
(173,97,136)
#B57093
(181,112,147)
#BD7F9E
(189,127,158)
#C58EA9
(197,142,169)
#CD9DB4
(205,157,180)
#D5ACBF
(213,172,191)
#DDBBCA
(221,187,202)
#E5CAD5
(229,202,213)
#EDD9E0
(237,217,224)
#F5E8EB
(245,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5527D color. Also use rgb(165,82,125) instead hex code.

Text Font Color

.myTextColor { color: #A5527D; }

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

This text font color is #A5527D.


Background Color

.myBgColor { background-color: #A5527D; }

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

This div background color is #A5527D.


Border color

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

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

This div border color is #A5527D.


Opacity

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

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

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

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

This text has shadow with #A5527D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5527D on black background.


Color preview on white background

This text has color #A5527D on white background.



Black color preview on #A5527D background

This text has black color on #A5527D background.


White color preview on #A5527D background

This text has white color on #A5527D background.