COLOR #A52563

HEX: #A52563
RGB: (165,37,99)

Color info

#A52563 contains mainly red color. Web safe color of #A52563 is #993366 (or #936).

RGB color model

#A52563 color RGB value is (165,37,99).

  • red value is 165;
  • green value is 37;
  • blue value is 99.
RGB:
(165,37,99)
(65%,15%,39%)

RGB channels and saturation

R 165 of 255 = 65%
G 37 of 255 = 15%
B 99 of 255 = 39%

165
37
99

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

Portions of RGB colors in percentages

R + G + B =
165 + 37 + 99 = 301 (100%)
R 165 of 301 ~ 54.82%
G 37 of 301 ~ 12.29%
B 99 of 301 ~ 32.89%

%54.82
%12.29
%32.89

CMYK color model

#A52563 color CMYK value is (0,78,40,35).

  • cyan value is 0.00%
  • magenta value is 77.58%
  • yellow value is 40.00%
  • key color value is 35.29%
CMYK:
(0,78,40,35)
C0M78Y40K35 
(0%,78%,40%,35%)
(0.00/0.78/0.40/0.35)	

CMYK percentages

%0
%77.58
%40
%35.29

Codes

Color #A52563 in popluar color models

A52563
RGB1653799
HSL331°63.37%39.61%
HSB/HSV331°77.58%64.71%
CMYK0.00%77.58%40.00%
35.29%

Color #A52563 in popluar number systems.

HEXA52563
Decimal1653799
Binary101001011001011100011
Octal24545143

Shades and tints

Shades of #A52563

#A52563
(165,37,99)
#96225A
(150,34,90)
#871F51
(135,31,81)
#781C48
(120,28,72)
#69193F
(105,25,63)
#5A1636
(90,22,54)
#4B132D
(75,19,45)
#3C1024
(60,16,36)
#2D0D1B
(45,13,27)
#1E0A12
(30,10,18)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #A52563

#A52563
(165,37,99)
#AD3871
(173,56,113)
#B54B7F
(181,75,127)
#BD5E8D
(189,94,141)
#C5719B
(197,113,155)
#CD84A9
(205,132,169)
#D597B7
(213,151,183)
#DDAAC5
(221,170,197)
#E5BDD3
(229,189,211)
#EDD0E1
(237,208,225)
#F5E3EF
(245,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A52563 color. Also use rgb(165,37,99) instead hex code.

Text Font Color

.myTextColor { color: #A52563; }

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

This text font color is #A52563.


Background Color

.myBgColor { background-color: #A52563; }

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

This div background color is #A52563.


Border color

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

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

This div border color is #A52563.


Opacity

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

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

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

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

This text has shadow with #A52563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A52563 on black background.


Color preview on white background

This text has color #A52563 on white background.



Black color preview on #A52563 background

This text has black color on #A52563 background.


White color preview on #A52563 background

This text has white color on #A52563 background.