COLOR #A50866

HEX: #A50866
RGB: (165,8,102)

Color info

#A50866 contains mainly red color. Web safe color of #A50866 is #990066 (or #906).

RGB color model

#A50866 color RGB value is (165,8,102).

  • red value is 165;
  • green value is 8;
  • blue value is 102.
RGB:
(165,8,102)
(65%,3%,40%)

RGB channels and saturation

R 165 of 255 = 65%
G 8 of 255 = 3%
B 102 of 255 = 40%

165
8
102

R + G + B ~ 36%. #A50866 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 8 + 102 = 275 (100%)
R 165 of 275 ~ 60%
G 8 of 275 ~ 2.91%
B 102 of 275 ~ 37.09%

%60
%37.09

CMYK color model

#A50866 color CMYK value is (0,95,38,35).

  • cyan value is 0.00%
  • magenta value is 95.15%
  • yellow value is 38.18%
  • key color value is 35.29%
CMYK:
(0,95,38,35)
C0M95Y38K35 
(0%,95%,38%,35%)
(0.00/0.95/0.38/0.35)	

CMYK percentages

%0
%95.15
%38.18
%35.29

Codes

Color #A50866 in popluar color models

A50866
RGB1658102
HSL324°90.75%33.92%
HSB/HSV324°95.15%64.71%
CMYK0.00%95.15%38.18%
35.29%

Color #A50866 in popluar number systems.

HEXA50866
Decimal1658102
Binary1010010110001100110
Octal24510146

Shades and tints

Shades of #A50866

#A50866
(165,8,102)
#96085D
(150,8,93)
#870854
(135,8,84)
#78084B
(120,8,75)
#690842
(105,8,66)
#5A0839
(90,8,57)
#4B0830
(75,8,48)
#3C0827
(60,8,39)
#2D081E
(45,8,30)
#1E0815
(30,8,21)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #A50866

#A50866
(165,8,102)
#AD1E73
(173,30,115)
#B53480
(181,52,128)
#BD4A8D
(189,74,141)
#C5609A
(197,96,154)
#CD76A7
(205,118,167)
#D58CB4
(213,140,180)
#DDA2C1
(221,162,193)
#E5B8CE
(229,184,206)
#EDCEDB
(237,206,219)
#F5E4E8
(245,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A50866 color. Also use rgb(165,8,102) instead hex code.

Text Font Color

.myTextColor { color: #A50866; }

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

This text font color is #A50866.


Background Color

.myBgColor { background-color: #A50866; }

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

This div background color is #A50866.


Border color

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

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

This div border color is #A50866.


Opacity

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

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

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

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

This text has shadow with #A50866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A50866 on black background.


Color preview on white background

This text has color #A50866 on white background.



Black color preview on #A50866 background

This text has black color on #A50866 background.


White color preview on #A50866 background

This text has white color on #A50866 background.