COLOR #A5417B

HEX: #A5417B
RGB: (165,65,123)

Color info

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

RGB color model

#A5417B color RGB value is (165,65,123).

  • red value is 165;
  • green value is 65;
  • blue value is 123.
RGB:
(165,65,123)
(65%,25%,48%)

RGB channels and saturation

R 165 of 255 = 65%
G 65 of 255 = 25%
B 123 of 255 = 48%

165
65
123

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

Portions of RGB colors in percentages

R + G + B =
165 + 65 + 123 = 353 (100%)
R 165 of 353 ~ 46.74%
G 65 of 353 ~ 18.41%
B 123 of 353 ~ 34.84%

%46.74
%18.41
%34.84

CMYK color model

#A5417B color CMYK value is (0,61,25,35).

  • cyan value is 0.00%
  • magenta value is 60.61%
  • yellow value is 25.45%
  • key color value is 35.29%
CMYK:
(0,61,25,35)
C0M61Y25K35 
(0%,61%,25%,35%)
(0.00/0.61/0.25/0.35)	

CMYK percentages

%0
%60.61
%25.45
%35.29

Codes

Color #A5417B in popluar color models

A5417B
RGB16565123
HSL325°43.48%45.10%
HSB/HSV325°60.61%64.71%
CMYK0.00%60.61%25.45%
35.29%

Color #A5417B in popluar number systems.

HEXA5417B
Decimal16565123
Binary1010010110000011111011
Octal245101173

Shades and tints

Shades of #A5417B

#A5417B
(165,65,123)
#963C70
(150,60,112)
#873765
(135,55,101)
#78325A
(120,50,90)
#692D4F
(105,45,79)
#5A2844
(90,40,68)
#4B2339
(75,35,57)
#3C1E2E
(60,30,46)
#2D1923
(45,25,35)
#1E1418
(30,20,24)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #A5417B

#A5417B
(165,65,123)
#AD5287
(173,82,135)
#B56393
(181,99,147)
#BD749F
(189,116,159)
#C585AB
(197,133,171)
#CD96B7
(205,150,183)
#D5A7C3
(213,167,195)
#DDB8CF
(221,184,207)
#E5C9DB
(229,201,219)
#EDDAE7
(237,218,231)
#F5EBF3
(245,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5417B color. Also use rgb(165,65,123) instead hex code.

Text Font Color

.myTextColor { color: #A5417B; }

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

This text font color is #A5417B.


Background Color

.myBgColor { background-color: #A5417B; }

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

This div background color is #A5417B.


Border color

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

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

This div border color is #A5417B.


Opacity

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

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

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

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

This text has shadow with #A5417B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5417B on black background.


Color preview on white background

This text has color #A5417B on white background.



Black color preview on #A5417B background

This text has black color on #A5417B background.


White color preview on #A5417B background

This text has white color on #A5417B background.