COLOR #A50A6B

HEX: #A50A6B
RGB: (165,10,107)

Color info

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

RGB color model

#A50A6B color RGB value is (165,10,107).

  • red value is 165;
  • green value is 10;
  • blue value is 107.
RGB:
(165,10,107)
(65%,4%,42%)

RGB channels and saturation

R 165 of 255 = 65%
G 10 of 255 = 4%
B 107 of 255 = 42%

165
10
107

R + G + B ~ 37%. #A50A6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 10 + 107 = 282 (100%)
R 165 of 282 ~ 58.51%
G 10 of 282 ~ 3.55%
B 107 of 282 ~ 37.94%

%58.51
%37.94

CMYK color model

#A50A6B color CMYK value is (0,94,35,35).

  • cyan value is 0.00%
  • magenta value is 93.94%
  • yellow value is 35.15%
  • key color value is 35.29%
CMYK:
(0,94,35,35)
C0M94Y35K35 
(0%,94%,35%,35%)
(0.00/0.94/0.35/0.35)	

CMYK percentages

%0
%93.94
%35.15
%35.29

Codes

Color #A50A6B in popluar color models

A50A6B
RGB16510107
HSL322°88.57%34.31%
HSB/HSV322°93.94%64.71%
CMYK0.00%93.94%35.15%
35.29%

Color #A50A6B in popluar number systems.

HEXA50A6B
Decimal16510107
Binary1010010110101101011
Octal24512153

Shades and tints

Shades of #A50A6B

#A50A6B
(165,10,107)
#960A62
(150,10,98)
#870A59
(135,10,89)
#780A50
(120,10,80)
#690A47
(105,10,71)
#5A0A3E
(90,10,62)
#4B0A35
(75,10,53)
#3C0A2C
(60,10,44)
#2D0A23
(45,10,35)
#1E0A1A
(30,10,26)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #A50A6B

#A50A6B
(165,10,107)
#AD2078
(173,32,120)
#B53685
(181,54,133)
#BD4C92
(189,76,146)
#C5629F
(197,98,159)
#CD78AC
(205,120,172)
#D58EB9
(213,142,185)
#DDA4C6
(221,164,198)
#E5BAD3
(229,186,211)
#EDD0E0
(237,208,224)
#F5E6ED
(245,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A50A6B color. Also use rgb(165,10,107) instead hex code.

Text Font Color

.myTextColor { color: #A50A6B; }

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

This text font color is #A50A6B.


Background Color

.myBgColor { background-color: #A50A6B; }

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

This div background color is #A50A6B.


Border color

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

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

This div border color is #A50A6B.


Opacity

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

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

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

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

This text has shadow with #A50A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A50A6B on black background.


Color preview on white background

This text has color #A50A6B on white background.



Black color preview on #A50A6B background

This text has black color on #A50A6B background.


White color preview on #A50A6B background

This text has white color on #A50A6B background.