COLOR #A5638A

HEX: #A5638A RGB: (165,99,138)

Color info

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

RGB color model

#A5638A color RGB value is (165,99,138).

RGB: (165,99,138) (65%, 39%, 54%)

RGB channels and saturation

R 165 of 255 = 65%
G 99 of 255 = 39%
B 138 of 255 = 54%

165
99
138

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

Portions of RGB colors in percentages

R + G + B = 165 + 99 + 138 = 402 (100%)
R 165 of 402 ~ 41.04%
G 99 of 402 ~ 24.63%
B 138 of 402 ~ 34.33'%

%41.04
%24.63
%34.33

CMYK color model

#A5638A color CMYK value is (0,40,16,35).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 16.36%
  • key color value is 35.29%

CMYK: (0,40,16,35)
C0M40Y16K35 (0%, 40%, 16%, 35%)
(0.00 / 0.40 / 0.16 / 0.35)

CMYK percentages

%0
%40
%16.36
%35.29

Codes

Color #A5638A in popluar color models

A5 63 8A
RGB 165 99 138
HSL 325° 26.83% 51.76%
HSB/HSV 325° 40.00% 64.71%
CMYK 0.00% 40.00% 16.36%
35.29%

Color #A5638A in popluar number systems.

HEX A5 63 8A
Decimal 165 99 138
Binary 10100101 1100011 10001010
Octal 245 143 212

Shades and tints

Shades of #A5638A

#A5638A
(165,99,138)
#965A7E
(150,90,126)
#875172
(135,81,114)
#784866
(120,72,102)
#693F5A
(105,63,90)
#5A364E
(90,54,78)
#4B2D42
(75,45,66)
#3C2436
(60,36,54)
#2D1B2A
(45,27,42)
#1E121E
(30,18,30)
#0F0912
(15,9,18)
#000000
(0,0,0)

Tints of #A5638A

#A5638A
(165,99,138)
#AD7194
(173,113,148)
#B57F9E
(181,127,158)
#BD8DA8
(189,141,168)
#C59BB2
(197,155,178)
#CDA9BC
(205,169,188)
#D5B7C6
(213,183,198)
#DDC5D0
(221,197,208)
#E5D3DA
(229,211,218)
#EDE1E4
(237,225,228)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5638A color. Also use rgb(165,99,138) instead hex code.

Text Font Color

.myTextColor { color: #A5638A; }

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

This text font color is #A5638A.

Background Color

.myBgColor { background-color: #A5638A; }

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

This div background color is #A5638A.

Border color

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

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

This div border color is #A5638A.

Opacity

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

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

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

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

This text has shadow with #A5638A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5638A.

Preview

Color preview on black background

This text has color #A5638A on black background.


Color preview on white background

This text has color #A5638A on white background.


Black color preview on #A5638A background

This text has black color on #A5638A background.


White color preview on #A5638A background

This text has white color on #A5638A background.


Related colors

Complementary color

Complementary color for #hex is #5A9C75.


I love getcolorcode.com

Triadic colors

1 #8AA563 and #638AA5 with #A5638A are triadic colors.

2 #8A63A5 and #63A58A with #A5638A are triadic colors.