COLOR #A5629B

HEX: #A5629B RGB: (165,98,155)

Color info

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

RGB color model

#A5629B color RGB value is (165,98,155).

RGB: (165,98,155) (65%, 38%, 61%)

RGB channels and saturation

R 165 of 255 = 65%
G 98 of 255 = 38%
B 155 of 255 = 61%

165
98
155

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

Portions of RGB colors in percentages

R + G + B = 165 + 98 + 155 = 418 (100%)
R 165 of 418 ~ 39.47%
G 98 of 418 ~ 23.44%
B 155 of 418 ~ 37.08'%

%39.47
%23.44
%37.08

CMYK color model

#A5629B color CMYK value is (0,41,6,35).

  • cyan value is 0.00%
  • magenta value is 40.61%
  • yellow value is 6.06%
  • key color value is 35.29%

CMYK: (0,41,6,35)
C0M41Y6K35 (0%, 41%, 6%, 35%)
(0.00 / 0.41 / 0.06 / 0.35)

CMYK percentages

%0
%40.61
%6.06
%35.29

Codes

Color #A5629B in popluar color models

A5 62 9B
RGB 165 98 155
HSL 309° 27.13% 51.57%
HSB/HSV 309° 40.61% 64.71%
CMYK 0.00% 40.61% 6.06%
35.29%

Color #A5629B in popluar number systems.

HEX A5 62 9B
Decimal 165 98 155
Binary 10100101 1100010 10011011
Octal 245 142 233

Shades and tints

Shades of #A5629B

#A5629B
(165,98,155)
#965A8D
(150,90,141)
#87527F
(135,82,127)
#784A71
(120,74,113)
#694263
(105,66,99)
#5A3A55
(90,58,85)
#4B3247
(75,50,71)
#3C2A39
(60,42,57)
#2D222B
(45,34,43)
#1E1A1D
(30,26,29)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #A5629B

#A5629B
(165,98,155)
#AD70A4
(173,112,164)
#B57EAD
(181,126,173)
#BD8CB6
(189,140,182)
#C59ABF
(197,154,191)
#CDA8C8
(205,168,200)
#D5B6D1
(213,182,209)
#DDC4DA
(221,196,218)
#E5D2E3
(229,210,227)
#EDE0EC
(237,224,236)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5629B; }

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

This text font color is #A5629B.

Background Color

.myBgColor { background-color: #A5629B; }

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

This div background color is #A5629B.

Border color

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

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

This div border color is #A5629B.

Opacity

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

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

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

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

This text has shadow with #A5629B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5629B.

Preview

Color preview on black background

This text has color #A5629B on black background.


Color preview on white background

This text has color #A5629B on white background.


Black color preview on #A5629B background

This text has black color on #A5629B background.


White color preview on #A5629B background

This text has white color on #A5629B background.


Related colors

Complementary color

Complementary color for #hex is #5A9D64.


I love getcolorcode.com

Triadic colors

1 #9BA562 and #629BA5 with #A5629B are triadic colors.

2 #9B62A5 and #62A59B with #A5629B are triadic colors.