COLOR #A54A95

HEX: #A54A95 RGB: (165,74,149)

Color info

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

RGB color model

#A54A95 color RGB value is (165,74,149).

RGB: (165,74,149) (65%, 29%, 58%)

RGB channels and saturation

R 165 of 255 = 65%
G 74 of 255 = 29%
B 149 of 255 = 58%

165
74
149

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

Portions of RGB colors in percentages

R + G + B = 165 + 74 + 149 = 388 (100%)
R 165 of 388 ~ 42.53%
G 74 of 388 ~ 19.07%
B 149 of 388 ~ 38.4'%

%42.53
%19.07
%38.4

CMYK color model

#A54A95 color CMYK value is (0,55,10,35).

  • cyan value is 0.00%
  • magenta value is 55.15%
  • yellow value is 9.70%
  • key color value is 35.29%
CMYK: (0,55,10,35) C0M55Y10K35 (0%,55%,10%,35%) (0.00/0.55/0.10/0.35) 

CMYK percentages

%0
%55.15
%9.7
%35.29

Codes

Color #A54A95 in popluar color models

A5 4A 95
RGB 165 74 149
HSL 311° 38.08% 46.86%
HSB/HSV 311° 55.15% 64.71%
CMYK 0.00% 55.15% 9.70%
35.29%

Color #A54A95 in popluar number systems.

HEX A5 4A 95
Decimal 165 74 149
Binary 10100101 1001010 10010101
Octal 245 112 225

Shades and tints

Shades of #A54A95

#A54A95
(165,74,149)
#964488
(150,68,136)
#873E7B
(135,62,123)
#78386E
(120,56,110)
#693261
(105,50,97)
#5A2C54
(90,44,84)
#4B2647
(75,38,71)
#3C203A
(60,32,58)
#2D1A2D
(45,26,45)
#1E1420
(30,20,32)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #A54A95

#A54A95
(165,74,149)
#AD5A9E
(173,90,158)
#B56AA7
(181,106,167)
#BD7AB0
(189,122,176)
#C58AB9
(197,138,185)
#CD9AC2
(205,154,194)
#D5AACB
(213,170,203)
#DDBAD4
(221,186,212)
#E5CADD
(229,202,221)
#EDDAE6
(237,218,230)
#F5EAEF
(245,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A54A95; }

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

This text font color is #A54A95.

Background Color

.myBgColor { background-color: #A54A95; }

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

This div background color is #A54A95.

Border color

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

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

This div border color is #A54A95.

Opacity

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

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

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

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

This text has shadow with #A54A95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A54A95.

Preview

Color preview on black background

This text has color #A54A95 on black background.


Color preview on white background

This text has color #A54A95 on white background.


Black color preview on #A54A95 background

This text has black color on #A54A95 background.


White color preview on #A54A95 background

This text has white color on #A54A95 background.


Related colors

Complementary color

Complementary color for #hex is #5AB56A.


I love getcolorcode.com

Triadic colors

1 #95A54A and #4A95A5 with #A54A95 are triadic colors.

2 #954AA5 and #4AA595 with #A54A95 are triadic colors.