COLOR #A51A72

HEX: #A51A72
RGB: (165,26,114)

Color info

#A51A72 contains mainly red and blue colors. Web safe color of #A51A72 is #990066 (or #906).

RGB color model

#A51A72 color RGB value is (165,26,114).

  • red value is 165;
  • green value is 26;
  • blue value is 114.
RGB:
(165,26,114)
(65%,10%,45%)

RGB channels and saturation

R 165 of 255 = 65%
G 26 of 255 = 10%
B 114 of 255 = 45%

165
26
114

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

Portions of RGB colors in percentages

R + G + B =
165 + 26 + 114 = 305 (100%)
R 165 of 305 ~ 54.1%
G 26 of 305 ~ 8.52%
B 114 of 305 ~ 37.38%

%54.1
%37.38

CMYK color model

#A51A72 color CMYK value is (0,84,31,35).

  • cyan value is 0.00%
  • magenta value is 84.24%
  • yellow value is 30.91%
  • key color value is 35.29%
CMYK:
(0,84,31,35)
C0M84Y31K35 
(0%,84%,31%,35%)
(0.00/0.84/0.31/0.35)	

CMYK percentages

%0
%84.24
%30.91
%35.29

Codes

Color #A51A72 in popluar color models

A51A72
RGB16526114
HSL322°72.77%37.45%
HSB/HSV322°84.24%64.71%
CMYK0.00%84.24%30.91%
35.29%

Color #A51A72 in popluar number systems.

HEXA51A72
Decimal16526114
Binary10100101110101110010
Octal24532162

Shades and tints

Shades of #A51A72

#A51A72
(165,26,114)
#961868
(150,24,104)
#87165E
(135,22,94)
#781454
(120,20,84)
#69124A
(105,18,74)
#5A1040
(90,16,64)
#4B0E36
(75,14,54)
#3C0C2C
(60,12,44)
#2D0A22
(45,10,34)
#1E0818
(30,8,24)
#0F060E
(15,6,14)
#000000
(0,0,0)

Tints of #A51A72

#A51A72
(165,26,114)
#AD2E7E
(173,46,126)
#B5428A
(181,66,138)
#BD5696
(189,86,150)
#C56AA2
(197,106,162)
#CD7EAE
(205,126,174)
#D592BA
(213,146,186)
#DDA6C6
(221,166,198)
#E5BAD2
(229,186,210)
#EDCEDE
(237,206,222)
#F5E2EA
(245,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A51A72 color. Also use rgb(165,26,114) instead hex code.

Text Font Color

.myTextColor { color: #A51A72; }

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

This text font color is #A51A72.


Background Color

.myBgColor { background-color: #A51A72; }

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

This div background color is #A51A72.


Border color

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

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

This div border color is #A51A72.


Opacity

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

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

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

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

This text has shadow with #A51A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A51A72 on black background.


Color preview on white background

This text has color #A51A72 on white background.



Black color preview on #A51A72 background

This text has black color on #A51A72 background.


White color preview on #A51A72 background

This text has white color on #A51A72 background.