COLOR #A5699B

HEX: #A5699B RGB: (165,105,155)

Color info

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

RGB color model

#A5699B color RGB value is (165,105,155).

RGB: (165,105,155) (65%, 41%, 61%)

RGB channels and saturation

R 165 of 255 = 65%
G 105 of 255 = 41%
B 155 of 255 = 61%

165
105
155

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

Portions of RGB colors in percentages

R + G + B = 165 + 105 + 155 = 425 (100%)
R 165 of 425 ~ 38.82%
G 105 of 425 ~ 24.71%
B 155 of 425 ~ 36.47'%

%38.82
%24.71
%36.47

CMYK color model

#A5699B color CMYK value is (0,36,6,35).

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

CMYK: (0,36,6,35)
C0M36Y6K35 (0%, 36%, 6%, 35%)
(0.00 / 0.36 / 0.06 / 0.35)

CMYK percentages

%0
%36.36
%6.06
%35.29

Codes

Color #A5699B in popluar color models

A5 69 9B
RGB 165 105 155
HSL 310° 25.00% 52.94%
HSB/HSV 310° 36.36% 64.71%
CMYK 0.00% 36.36% 6.06%
35.29%

Color #A5699B in popluar number systems.

HEX A5 69 9B
Decimal 165 105 155
Binary 10100101 1101001 10011011
Octal 245 151 233

Shades and tints

Shades of #A5699B

#A5699B
(165,105,155)
#96608D
(150,96,141)
#87577F
(135,87,127)
#784E71
(120,78,113)
#694563
(105,69,99)
#5A3C55
(90,60,85)
#4B3347
(75,51,71)
#3C2A39
(60,42,57)
#2D212B
(45,33,43)
#1E181D
(30,24,29)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #A5699B

#A5699B
(165,105,155)
#AD76A4
(173,118,164)
#B583AD
(181,131,173)
#BD90B6
(189,144,182)
#C59DBF
(197,157,191)
#CDAAC8
(205,170,200)
#D5B7D1
(213,183,209)
#DDC4DA
(221,196,218)
#E5D1E3
(229,209,227)
#EDDEEC
(237,222,236)
#F5EBF5
(245,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5699B; }

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

This text font color is #A5699B.

Background Color

.myBgColor { background-color: #A5699B; }

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

This div background color is #A5699B.

Border color

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

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

This div border color is #A5699B.

Opacity

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

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

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

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

This text has shadow with #A5699B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5699B.

Preview

Color preview on black background

This text has color #A5699B on black background.


Color preview on white background

This text has color #A5699B on white background.


Black color preview on #A5699B background

This text has black color on #A5699B background.


White color preview on #A5699B background

This text has white color on #A5699B background.


Related colors

Complementary color

Complementary color for #hex is #5A9664.


I love getcolorcode.com

Triadic colors

1 #9BA569 and #699BA5 with #A5699B are triadic colors.

2 #9B69A5 and #69A59B with #A5699B are triadic colors.