COLOR #A53F85

HEX: #A53F85 RGB: (165,63,133)

Color info

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

RGB color model

#A53F85 color RGB value is (165,63,133).

RGB: (165,63,133) (65%, 25%, 52%)

RGB channels and saturation

R 165 of 255 = 65%
G 63 of 255 = 25%
B 133 of 255 = 52%

165
63
133

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

Portions of RGB colors in percentages

R + G + B = 165 + 63 + 133 = 361 (100%)
R 165 of 361 ~ 45.71%
G 63 of 361 ~ 17.45%
B 133 of 361 ~ 36.84'%

%45.71
%17.45
%36.84

CMYK color model

#A53F85 color CMYK value is (0,62,19,35).

  • cyan value is 0.00%
  • magenta value is 61.82%
  • yellow value is 19.39%
  • key color value is 35.29%

CMYK: (0,62,19,35)
C0M62Y19K35 (0%, 62%, 19%, 35%)
(0.00 / 0.62 / 0.19 / 0.35)

CMYK percentages

%0
%61.82
%19.39
%35.29

Codes

Color #A53F85 in popluar color models

A5 3F 85
RGB 165 63 133
HSL 319° 44.74% 44.71%
HSB/HSV 319° 61.82% 64.71%
CMYK 0.00% 61.82% 19.39%
35.29%

Color #A53F85 in popluar number systems.

HEX A5 3F 85
Decimal 165 63 133
Binary 10100101 111111 10000101
Octal 245 77 205

Shades and tints

Shades of #A53F85

#A53F85
(165,63,133)
#963A79
(150,58,121)
#87356D
(135,53,109)
#783061
(120,48,97)
#692B55
(105,43,85)
#5A2649
(90,38,73)
#4B213D
(75,33,61)
#3C1C31
(60,28,49)
#2D1725
(45,23,37)
#1E1219
(30,18,25)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #A53F85

#A53F85
(165,63,133)
#AD5090
(173,80,144)
#B5619B
(181,97,155)
#BD72A6
(189,114,166)
#C583B1
(197,131,177)
#CD94BC
(205,148,188)
#D5A5C7
(213,165,199)
#DDB6D2
(221,182,210)
#E5C7DD
(229,199,221)
#EDD8E8
(237,216,232)
#F5E9F3
(245,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A53F85 color. Also use rgb(165,63,133) instead hex code.

Text Font Color

.myTextColor { color: #A53F85; }

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

This text font color is #A53F85.

Background Color

.myBgColor { background-color: #A53F85; }

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

This div background color is #A53F85.

Border color

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

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

This div border color is #A53F85.

Opacity

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

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

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

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

This text has shadow with #A53F85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A53F85.

Preview

Color preview on black background

This text has color #A53F85 on black background.


Color preview on white background

This text has color #A53F85 on white background.


Black color preview on #A53F85 background

This text has black color on #A53F85 background.


White color preview on #A53F85 background

This text has white color on #A53F85 background.


Related colors

Complementary color

Complementary color for #hex is #5AC07A.


I love getcolorcode.com

Triadic colors

1 #85A53F and #3F85A5 with #A53F85 are triadic colors.

2 #853FA5 and #3FA585 with #A53F85 are triadic colors.