COLOR #A5496B

HEX: #A5496B RGB: (165,73,107)

Color info

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

RGB color model

#A5496B color RGB value is (165,73,107).

RGB: (165,73,107) (65%, 29%, 42%)

RGB channels and saturation

R 165 of 255 = 65%
G 73 of 255 = 29%
B 107 of 255 = 42%

165
73
107

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

Portions of RGB colors in percentages

R + G + B = 165 + 73 + 107 = 345 (100%)
R 165 of 345 ~ 47.83%
G 73 of 345 ~ 21.16%
B 107 of 345 ~ 31.01'%

%47.83
%21.16
%31.01

CMYK color model

#A5496B color CMYK value is (0,56,35,35).

  • cyan value is 0.00%
  • magenta value is 55.76%
  • yellow value is 35.15%
  • key color value is 35.29%
CMYK: (0,56,35,35) C0M56Y35K35 (0%,56%,35%,35%) (0.00/0.56/0.35/0.35) 

CMYK percentages

%0
%55.76
%35.15
%35.29

Codes

Color #A5496B in popluar color models

A5 49 6B
RGB 165 73 107
HSL 338° 38.66% 46.67%
HSB/HSV 338° 55.76% 64.71%
CMYK 0.00% 55.76% 35.15%
35.29%

Color #A5496B in popluar number systems.

HEX A5 49 6B
Decimal 165 73 107
Binary 10100101 1001001 1101011
Octal 245 111 153

Shades and tints

Shades of #A5496B

#A5496B
(165,73,107)
#964362
(150,67,98)
#873D59
(135,61,89)
#783750
(120,55,80)
#693147
(105,49,71)
#5A2B3E
(90,43,62)
#4B2535
(75,37,53)
#3C1F2C
(60,31,44)
#2D1923
(45,25,35)
#1E131A
(30,19,26)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #A5496B

#A5496B
(165,73,107)
#AD5978
(173,89,120)
#B56985
(181,105,133)
#BD7992
(189,121,146)
#C5899F
(197,137,159)
#CD99AC
(205,153,172)
#D5A9B9
(213,169,185)
#DDB9C6
(221,185,198)
#E5C9D3
(229,201,211)
#EDD9E0
(237,217,224)
#F5E9ED
(245,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5496B; }

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

This text font color is #A5496B.

Background Color

.myBgColor { background-color: #A5496B; }

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

This div background color is #A5496B.

Border color

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

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

This div border color is #A5496B.

Opacity

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

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

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

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

This text has shadow with #A5496B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5496B.

Preview

Color preview on black background

This text has color #A5496B on black background.


Color preview on white background

This text has color #A5496B on white background.


Black color preview on #A5496B background

This text has black color on #A5496B background.


White color preview on #A5496B background

This text has white color on #A5496B background.


Related colors

Complementary color

Complementary color for #hex is #5AB694.


I love getcolorcode.com

Triadic colors

1 #6BA549 and #496BA5 with #A5496B are triadic colors.

2 #6B49A5 and #49A56B with #A5496B are triadic colors.