COLOR #A54B9E

HEX: #A54B9E RGB: (165,75,158)

Color info

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

RGB color model

#A54B9E color RGB value is (165,75,158).

RGB: (165,75,158) (65%, 29%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 75 of 255 = 29%
B 158 of 255 = 62%

165
75
158

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

Portions of RGB colors in percentages

R + G + B = 165 + 75 + 158 = 398 (100%)
R 165 of 398 ~ 41.46%
G 75 of 398 ~ 18.84%
B 158 of 398 ~ 39.7'%

%41.46
%18.84
%39.7

CMYK color model

#A54B9E color CMYK value is (0,55,4,35).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 4.24%
  • key color value is 35.29%

CMYK: (0,55,4,35)
C0M55Y4K35 (0%, 55%, 4%, 35%)
(0.00 / 0.55 / 0.04 / 0.35)

CMYK percentages

%0
%54.55
%4.24
%35.29

Codes

Color #A54B9E in popluar color models

A5 4B 9E
RGB 165 75 158
HSL 305° 37.50% 47.06%
HSB/HSV 305° 54.55% 64.71%
CMYK 0.00% 54.55% 4.24%
35.29%

Color #A54B9E in popluar number systems.

HEX A5 4B 9E
Decimal 165 75 158
Binary 10100101 1001011 10011110
Octal 245 113 236

Shades and tints

Shades of #A54B9E

#A54B9E
(165,75,158)
#964590
(150,69,144)
#873F82
(135,63,130)
#783974
(120,57,116)
#693366
(105,51,102)
#5A2D58
(90,45,88)
#4B274A
(75,39,74)
#3C213C
(60,33,60)
#2D1B2E
(45,27,46)
#1E1520
(30,21,32)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #A54B9E

#A54B9E
(165,75,158)
#AD5BA6
(173,91,166)
#B56BAE
(181,107,174)
#BD7BB6
(189,123,182)
#C58BBE
(197,139,190)
#CD9BC6
(205,155,198)
#D5ABCE
(213,171,206)
#DDBBD6
(221,187,214)
#E5CBDE
(229,203,222)
#EDDBE6
(237,219,230)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A54B9E; }

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

This text font color is #A54B9E.

Background Color

.myBgColor { background-color: #A54B9E; }

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

This div background color is #A54B9E.

Border color

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

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

This div border color is #A54B9E.

Opacity

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

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

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

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

This text has shadow with #A54B9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A54B9E.

Preview

Color preview on black background

This text has color #A54B9E on black background.


Color preview on white background

This text has color #A54B9E on white background.


Black color preview on #A54B9E background

This text has black color on #A54B9E background.


White color preview on #A54B9E background

This text has white color on #A54B9E background.


Related colors

Complementary color

Complementary color for #hex is #5AB461.


I love getcolorcode.com

Triadic colors

1 #9EA54B and #4B9EA5 with #A54B9E are triadic colors.

2 #9E4BA5 and #4BA59E with #A54B9E are triadic colors.