COLOR #A55F94

HEX: #A55F94 RGB: (165,95,148)

Color info

#A55F94 contains mainly red and blue colors. Web safe color of #A55F94 is #996699 (or #969).

RGB color model

#A55F94 color RGB value is (165,95,148).

RGB: (165,95,148) (65%, 37%, 58%)

RGB channels and saturation

R 165 of 255 = 65%
G 95 of 255 = 37%
B 148 of 255 = 58%

165
95
148

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

Portions of RGB colors in percentages

R + G + B = 165 + 95 + 148 = 408 (100%)
R 165 of 408 ~ 40.44%
G 95 of 408 ~ 23.28%
B 148 of 408 ~ 36.27'%

%40.44
%23.28
%36.27

CMYK color model

#A55F94 color CMYK value is (0,42,10,35).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 10.30%
  • key color value is 35.29%

CMYK: (0,42,10,35)
C0M42Y10K35 (0%, 42%, 10%, 35%)
(0.00 / 0.42 / 0.10 / 0.35)

CMYK percentages

%0
%42.42
%10.3
%35.29

Codes

Color #A55F94 in popluar color models

A5 5F 94
RGB 165 95 148
HSL 315° 28.00% 50.98%
HSB/HSV 315° 42.42% 64.71%
CMYK 0.00% 42.42% 10.30%
35.29%

Color #A55F94 in popluar number systems.

HEX A5 5F 94
Decimal 165 95 148
Binary 10100101 1011111 10010100
Octal 245 137 224

Shades and tints

Shades of #A55F94

#A55F94
(165,95,148)
#965787
(150,87,135)
#874F7A
(135,79,122)
#78476D
(120,71,109)
#693F60
(105,63,96)
#5A3753
(90,55,83)
#4B2F46
(75,47,70)
#3C2739
(60,39,57)
#2D1F2C
(45,31,44)
#1E171F
(30,23,31)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #A55F94

#A55F94
(165,95,148)
#AD6D9D
(173,109,157)
#B57BA6
(181,123,166)
#BD89AF
(189,137,175)
#C597B8
(197,151,184)
#CDA5C1
(205,165,193)
#D5B3CA
(213,179,202)
#DDC1D3
(221,193,211)
#E5CFDC
(229,207,220)
#EDDDE5
(237,221,229)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55F94 color. Also use rgb(165,95,148) instead hex code.

Text Font Color

.myTextColor { color: #A55F94; }

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

This text font color is #A55F94.

Background Color

.myBgColor { background-color: #A55F94; }

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

This div background color is #A55F94.

Border color

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

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

This div border color is #A55F94.

Opacity

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

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

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

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

This text has shadow with #A55F94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A55F94.

Preview

Color preview on black background

This text has color #A55F94 on black background.


Color preview on white background

This text has color #A55F94 on white background.


Black color preview on #A55F94 background

This text has black color on #A55F94 background.


White color preview on #A55F94 background

This text has white color on #A55F94 background.


Related colors

Complementary color

Complementary color for #hex is #5AA06B.


I love getcolorcode.com

Triadic colors

1 #94A55F and #5F94A5 with #A55F94 are triadic colors.

2 #945FA5 and #5FA594 with #A55F94 are triadic colors.