COLOR #A54BAA

HEX: #A54BAA
RGB: (165,75,170)

Color info

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

RGB color model

#A54BAA color RGB value is (165,75,170).

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

RGB channels and saturation

R 165 of 255 = 65%
G 75 of 255 = 29%
B 170 of 255 = 67%

165
75
170

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

Portions of RGB colors in percentages

R + G + B =
165 + 75 + 170 = 410 (100%)
R 165 of 410 ~ 40.24%
G 75 of 410 ~ 18.29%
B 170 of 410 ~ 41.46%

%40.24
%18.29
%41.46

CMYK color model

#A54BAA color CMYK value is (3,56,0,33).

  • cyan value is 2.94%
  • magenta value is 55.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(3,56,0,33)
C3M56Y0K33 
(3%,56%,0%,33%)
(0.03/0.56/0.00/0.33)	

CMYK percentages

%2.94
%55.88
%0
%33.33

Codes

Color #A54BAA in popluar color models

A54BAA
RGB16575170
HSL297°38.78%48.04%
HSB/HSV297°55.88%66.67%
CMYK2.94%55.88%0.00%
33.33%

Color #A54BAA in popluar number systems.

HEXA54BAA
Decimal16575170
Binary10100101100101110101010
Octal245113252

Shades and tints

Shades of #A54BAA

#A54BAA
(165,75,170)
#96459B
(150,69,155)
#873F8C
(135,63,140)
#78397D
(120,57,125)
#69336E
(105,51,110)
#5A2D5F
(90,45,95)
#4B2750
(75,39,80)
#3C2141
(60,33,65)
#2D1B32
(45,27,50)
#1E1523
(30,21,35)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #A54BAA

#A54BAA
(165,75,170)
#AD5BB1
(173,91,177)
#B56BB8
(181,107,184)
#BD7BBF
(189,123,191)
#C58BC6
(197,139,198)
#CD9BCD
(205,155,205)
#D5ABD4
(213,171,212)
#DDBBDB
(221,187,219)
#E5CBE2
(229,203,226)
#EDDBE9
(237,219,233)
#F5EBF0
(245,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A54BAA; }

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

This text font color is #A54BAA.


Background Color

.myBgColor { background-color: #A54BAA; }

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

This div background color is #A54BAA.


Border color

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

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

This div border color is #A54BAA.


Opacity

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

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

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

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

This text has shadow with #A54BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54BAA on black background.


Color preview on white background

This text has color #A54BAA on white background.



Black color preview on #A54BAA background

This text has black color on #A54BAA background.


White color preview on #A54BAA background

This text has white color on #A54BAA background.