COLOR #A51E6C

HEX: #A51E6C
RGB: (165,30,108)

Color info

#A51E6C contains mainly red and blue colors. Web safe color of #A51E6C is #993366 (or #936).

RGB color model

#A51E6C color RGB value is (165,30,108).

  • red value is 165;
  • green value is 30;
  • blue value is 108.
RGB:
(165,30,108)
(65%,12%,42%)

RGB channels and saturation

R 165 of 255 = 65%
G 30 of 255 = 12%
B 108 of 255 = 42%

165
30
108

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

Portions of RGB colors in percentages

R + G + B =
165 + 30 + 108 = 303 (100%)
R 165 of 303 ~ 54.46%
G 30 of 303 ~ 9.9%
B 108 of 303 ~ 35.64%

%54.46
%9.9
%35.64

CMYK color model

#A51E6C color CMYK value is (0,82,35,35).

  • cyan value is 0.00%
  • magenta value is 81.82%
  • yellow value is 34.55%
  • key color value is 35.29%
CMYK:
(0,82,35,35)
C0M82Y35K35 
(0%,82%,35%,35%)
(0.00/0.82/0.35/0.35)	

CMYK percentages

%0
%81.82
%34.55
%35.29

Codes

Color #A51E6C in popluar color models

A51E6C
RGB16530108
HSL325°69.23%38.24%
HSB/HSV325°81.82%64.71%
CMYK0.00%81.82%34.55%
35.29%

Color #A51E6C in popluar number systems.

HEXA51E6C
Decimal16530108
Binary10100101111101101100
Octal24536154

Shades and tints

Shades of #A51E6C

#A51E6C
(165,30,108)
#961C63
(150,28,99)
#871A5A
(135,26,90)
#781851
(120,24,81)
#691648
(105,22,72)
#5A143F
(90,20,63)
#4B1236
(75,18,54)
#3C102D
(60,16,45)
#2D0E24
(45,14,36)
#1E0C1B
(30,12,27)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #A51E6C

#A51E6C
(165,30,108)
#AD3279
(173,50,121)
#B54686
(181,70,134)
#BD5A93
(189,90,147)
#C56EA0
(197,110,160)
#CD82AD
(205,130,173)
#D596BA
(213,150,186)
#DDAAC7
(221,170,199)
#E5BED4
(229,190,212)
#EDD2E1
(237,210,225)
#F5E6EE
(245,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A51E6C color. Also use rgb(165,30,108) instead hex code.

Text Font Color

.myTextColor { color: #A51E6C; }

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

This text font color is #A51E6C.


Background Color

.myBgColor { background-color: #A51E6C; }

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

This div background color is #A51E6C.


Border color

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

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

This div border color is #A51E6C.


Opacity

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

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

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

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

This text has shadow with #A51E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A51E6C on black background.


Color preview on white background

This text has color #A51E6C on white background.



Black color preview on #A51E6C background

This text has black color on #A51E6C background.


White color preview on #A51E6C background

This text has white color on #A51E6C background.