COLOR #A5499B

HEX: #A5499B RGB: (165,73,155)

Color info

#A5499B contains mainly red and blue colors. Web safe color of #A5499B is #993399 (or #939).

RGB color model

#A5499B color RGB value is (165,73,155).

RGB: (165,73,155) (65%, 29%, 61%)

RGB channels and saturation

R 165 of 255 = 65%
G 73 of 255 = 29%
B 155 of 255 = 61%

165
73
155

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

Portions of RGB colors in percentages

R + G + B = 165 + 73 + 155 = 393 (100%)
R 165 of 393 ~ 41.98%
G 73 of 393 ~ 18.58%
B 155 of 393 ~ 39.44'%

%41.98
%18.58
%39.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 55.76%
  • yellow value is 6.06%
  • key color value is 35.29%

CMYK: (0,56,6,35)
C0M56Y6K35 (0%, 56%, 6%, 35%)
(0.00 / 0.56 / 0.06 / 0.35)

CMYK percentages

%0
%55.76
%6.06
%35.29

Codes

Color #A5499B in popluar color models

A5 49 9B
RGB 165 73 155
HSL 307° 38.66% 46.67%
HSB/HSV 307° 55.76% 64.71%
CMYK 0.00% 55.76% 6.06%
35.29%

Color #A5499B in popluar number systems.

HEX A5 49 9B
Decimal 165 73 155
Binary 10100101 1001001 10011011
Octal 245 111 233

Shades and tints

Shades of #A5499B

#A5499B
(165,73,155)
#96438D
(150,67,141)
#873D7F
(135,61,127)
#783771
(120,55,113)
#693163
(105,49,99)
#5A2B55
(90,43,85)
#4B2547
(75,37,71)
#3C1F39
(60,31,57)
#2D192B
(45,25,43)
#1E131D
(30,19,29)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #A5499B

#A5499B
(165,73,155)
#AD59A4
(173,89,164)
#B569AD
(181,105,173)
#BD79B6
(189,121,182)
#C589BF
(197,137,191)
#CD99C8
(205,153,200)
#D5A9D1
(213,169,209)
#DDB9DA
(221,185,218)
#E5C9E3
(229,201,227)
#EDD9EC
(237,217,236)
#F5E9F5
(245,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5499B; }

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

This text font color is #A5499B.

Background Color

.myBgColor { background-color: #A5499B; }

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

This div background color is #A5499B.

Border color

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

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

This div border color is #A5499B.

Opacity

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

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

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

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

This text has shadow with #A5499B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5499B.

Preview

Color preview on black background

This text has color #A5499B on black background.


Color preview on white background

This text has color #A5499B on white background.


Black color preview on #A5499B background

This text has black color on #A5499B background.


White color preview on #A5499B background

This text has white color on #A5499B background.


Related colors

Complementary color

Complementary color for #hex is #5AB664.


I love getcolorcode.com

Triadic colors

1 #9BA549 and #499BA5 with #A5499B are triadic colors.

2 #9B49A5 and #49A59B with #A5499B are triadic colors.