COLOR #A54B93

HEX: #A54B93
RGB: (165,75,147)

Color info

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

RGB color model

#A54B93 color RGB value is (165,75,147).

  • red value is 165;
  • green value is 75;
  • blue value is 147.
RGB:
(165,75,147)
(65%,29%,58%)

RGB channels and saturation

R 165 of 255 = 65%
G 75 of 255 = 29%
B 147 of 255 = 58%

165
75
147

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

Portions of RGB colors in percentages

R + G + B =
165 + 75 + 147 = 387 (100%)
R 165 of 387 ~ 42.64%
G 75 of 387 ~ 19.38%
B 147 of 387 ~ 37.98%

%42.64
%19.38
%37.98

CMYK color model

#A54B93 color CMYK value is (0,55,11,35).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 10.91%
  • key color value is 35.29%
CMYK:
(0,55,11,35)
C0M55Y11K35 
(0%,55%,11%,35%)
(0.00/0.55/0.11/0.35)	

CMYK percentages

%0
%54.55
%10.91
%35.29

Codes

Color #A54B93 in popluar color models

A54B93
RGB16575147
HSL312°37.50%47.06%
HSB/HSV312°54.55%64.71%
CMYK0.00%54.55%10.91%
35.29%

Color #A54B93 in popluar number systems.

HEXA54B93
Decimal16575147
Binary10100101100101110010011
Octal245113223

Shades and tints

Shades of #A54B93

#A54B93
(165,75,147)
#964586
(150,69,134)
#873F79
(135,63,121)
#78396C
(120,57,108)
#69335F
(105,51,95)
#5A2D52
(90,45,82)
#4B2745
(75,39,69)
#3C2138
(60,33,56)
#2D1B2B
(45,27,43)
#1E151E
(30,21,30)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #A54B93

#A54B93
(165,75,147)
#AD5B9C
(173,91,156)
#B56BA5
(181,107,165)
#BD7BAE
(189,123,174)
#C58BB7
(197,139,183)
#CD9BC0
(205,155,192)
#D5ABC9
(213,171,201)
#DDBBD2
(221,187,210)
#E5CBDB
(229,203,219)
#EDDBE4
(237,219,228)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54B93 color. Also use rgb(165,75,147) instead hex code.

Text Font Color

.myTextColor { color: #A54B93; }

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

This text font color is #A54B93.


Background Color

.myBgColor { background-color: #A54B93; }

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

This div background color is #A54B93.


Border color

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

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

This div border color is #A54B93.


Opacity

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

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

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

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

This text has shadow with #A54B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54B93 on black background.


Color preview on white background

This text has color #A54B93 on white background.



Black color preview on #A54B93 background

This text has black color on #A54B93 background.


White color preview on #A54B93 background

This text has white color on #A54B93 background.