COLOR #A5628E

HEX: #A5628E RGB: (165,98,142)

Color info

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

RGB color model

#A5628E color RGB value is (165,98,142).

RGB: (165,98,142) (65%, 38%, 56%)

RGB channels and saturation

R 165 of 255 = 65%
G 98 of 255 = 38%
B 142 of 255 = 56%

165
98
142

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

Portions of RGB colors in percentages

R + G + B = 165 + 98 + 142 = 405 (100%)
R 165 of 405 ~ 40.74%
G 98 of 405 ~ 24.2%
B 142 of 405 ~ 35.06'%

%40.74
%24.2
%35.06

CMYK color model

#A5628E color CMYK value is (0,41,14,35).

  • cyan value is 0.00%
  • magenta value is 40.61%
  • yellow value is 13.94%
  • key color value is 35.29%
CMYK: (0,41,14,35) C0M41Y14K35 (0%,41%,14%,35%) (0.00/0.41/0.14/0.35) 

CMYK percentages

%0
%40.61
%13.94
%35.29

Codes

Color #A5628E in popluar color models

A5 62 8E
RGB 165 98 142
HSL 321° 27.13% 51.57%
HSB/HSV 321° 40.61% 64.71%
CMYK 0.00% 40.61% 13.94%
35.29%

Color #A5628E in popluar number systems.

HEX A5 62 8E
Decimal 165 98 142
Binary 10100101 1100010 10001110
Octal 245 142 216

Shades and tints

Shades of #A5628E

#A5628E
(165,98,142)
#965A82
(150,90,130)
#875276
(135,82,118)
#784A6A
(120,74,106)
#69425E
(105,66,94)
#5A3A52
(90,58,82)
#4B3246
(75,50,70)
#3C2A3A
(60,42,58)
#2D222E
(45,34,46)
#1E1A22
(30,26,34)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #A5628E

#A5628E
(165,98,142)
#AD7098
(173,112,152)
#B57EA2
(181,126,162)
#BD8CAC
(189,140,172)
#C59AB6
(197,154,182)
#CDA8C0
(205,168,192)
#D5B6CA
(213,182,202)
#DDC4D4
(221,196,212)
#E5D2DE
(229,210,222)
#EDE0E8
(237,224,232)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5628E color. Also use rgb(165,98,142) instead hex code.

Text Font Color

.myTextColor { color: #A5628E; }

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

This text font color is #A5628E.

Background Color

.myBgColor { background-color: #A5628E; }

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

This div background color is #A5628E.

Border color

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

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

This div border color is #A5628E.

Opacity

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

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

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

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

This text has shadow with #A5628E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5628E.

Preview

Color preview on black background

This text has color #A5628E on black background.


Color preview on white background

This text has color #A5628E on white background.


Black color preview on #A5628E background

This text has black color on #A5628E background.


White color preview on #A5628E background

This text has white color on #A5628E background.


Related colors

Complementary color

Complementary color for #hex is #5A9D71.


I love getcolorcode.com

Triadic colors

1 #8EA562 and #628EA5 with #A5628E are triadic colors.

2 #8E62A5 and #62A58E with #A5628E are triadic colors.