COLOR #A5649F

HEX: #A5649F
RGB: (165,100,159)

Color info

#A5649F contains mainly red and blue colors. Web safe color of #A5649F is #996699 (or #969).

RGB color model

#A5649F color RGB value is (165,100,159).

  • red value is 165;
  • green value is 100;
  • blue value is 159.
RGB:
(165,100,159)
(65%,39%,62%)

RGB channels and saturation

R 165 of 255 = 65%
G 100 of 255 = 39%
B 159 of 255 = 62%

165
100
159

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

Portions of RGB colors in percentages

R + G + B =
165 + 100 + 159 = 424 (100%)
R 165 of 424 ~ 38.92%
G 100 of 424 ~ 23.58%
B 159 of 424 ~ 37.5%

%38.92
%23.58
%37.5

CMYK color model

#A5649F color CMYK value is (0,39,4,35).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 3.64%
  • key color value is 35.29%
CMYK:
(0,39,4,35)
C0M39Y4K35 
(0%,39%,4%,35%)
(0.00/0.39/0.04/0.35)	

CMYK percentages

%0
%39.39
%3.64
%35.29

Codes

Color #A5649F in popluar color models

A5649F
RGB165100159
HSL306°26.53%51.96%
HSB/HSV306°39.39%64.71%
CMYK0.00%39.39%3.64%
35.29%

Color #A5649F in popluar number systems.

HEXA5649F
Decimal165100159
Binary10100101110010010011111
Octal245144237

Shades and tints

Shades of #A5649F

#A5649F
(165,100,159)
#965B91
(150,91,145)
#875283
(135,82,131)
#784975
(120,73,117)
#694067
(105,64,103)
#5A3759
(90,55,89)
#4B2E4B
(75,46,75)
#3C253D
(60,37,61)
#2D1C2F
(45,28,47)
#1E1321
(30,19,33)
#0F0A13
(15,10,19)
#000000
(0,0,0)

Tints of #A5649F

#A5649F
(165,100,159)
#AD72A7
(173,114,167)
#B580AF
(181,128,175)
#BD8EB7
(189,142,183)
#C59CBF
(197,156,191)
#CDAAC7
(205,170,199)
#D5B8CF
(213,184,207)
#DDC6D7
(221,198,215)
#E5D4DF
(229,212,223)
#EDE2E7
(237,226,231)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5649F color. Also use rgb(165,100,159) instead hex code.

Text Font Color

.myTextColor { color: #A5649F; }

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

This text font color is #A5649F.


Background Color

.myBgColor { background-color: #A5649F; }

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

This div background color is #A5649F.


Border color

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

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

This div border color is #A5649F.


Opacity

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

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

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

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

This text has shadow with #A5649F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5649F on black background.


Color preview on white background

This text has color #A5649F on white background.



Black color preview on #A5649F background

This text has black color on #A5649F background.


White color preview on #A5649F background

This text has white color on #A5649F background.