COLOR #A54495

HEX: #A54495
RGB: (165,68,149)

Color info

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

RGB color model

#A54495 color RGB value is (165,68,149).

  • red value is 165;
  • green value is 68;
  • blue value is 149.
RGB:
(165,68,149)
(65%,27%,58%)

RGB channels and saturation

R 165 of 255 = 65%
G 68 of 255 = 27%
B 149 of 255 = 58%

165
68
149

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

Portions of RGB colors in percentages

R + G + B =
165 + 68 + 149 = 382 (100%)
R 165 of 382 ~ 43.19%
G 68 of 382 ~ 17.8%
B 149 of 382 ~ 39.01%

%43.19
%17.8
%39.01

CMYK color model

#A54495 color CMYK value is (0,59,10,35).

  • cyan value is 0.00%
  • magenta value is 58.79%
  • yellow value is 9.70%
  • key color value is 35.29%
CMYK:
(0,59,10,35)
C0M59Y10K35 
(0%,59%,10%,35%)
(0.00/0.59/0.10/0.35)	

CMYK percentages

%0
%58.79
%9.7
%35.29

Codes

Color #A54495 in popluar color models

A54495
RGB16568149
HSL310°41.63%45.69%
HSB/HSV310°58.79%64.71%
CMYK0.00%58.79%9.70%
35.29%

Color #A54495 in popluar number systems.

HEXA54495
Decimal16568149
Binary10100101100010010010101
Octal245104225

Shades and tints

Shades of #A54495

#A54495
(165,68,149)
#963E88
(150,62,136)
#87387B
(135,56,123)
#78326E
(120,50,110)
#692C61
(105,44,97)
#5A2654
(90,38,84)
#4B2047
(75,32,71)
#3C1A3A
(60,26,58)
#2D142D
(45,20,45)
#1E0E20
(30,14,32)
#0F0813
(15,8,19)
#000000
(0,0,0)

Tints of #A54495

#A54495
(165,68,149)
#AD559E
(173,85,158)
#B566A7
(181,102,167)
#BD77B0
(189,119,176)
#C588B9
(197,136,185)
#CD99C2
(205,153,194)
#D5AACB
(213,170,203)
#DDBBD4
(221,187,212)
#E5CCDD
(229,204,221)
#EDDDE6
(237,221,230)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54495 color. Also use rgb(165,68,149) instead hex code.

Text Font Color

.myTextColor { color: #A54495; }

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

This text font color is #A54495.


Background Color

.myBgColor { background-color: #A54495; }

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

This div background color is #A54495.


Border color

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

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

This div border color is #A54495.


Opacity

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

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

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

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

This text has shadow with #A54495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54495 on black background.


Color preview on white background

This text has color #A54495 on white background.



Black color preview on #A54495 background

This text has black color on #A54495 background.


White color preview on #A54495 background

This text has white color on #A54495 background.