COLOR #A5699D

HEX: #A5699D RGB: (165,105,157)

Color info

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

RGB color model

#A5699D color RGB value is (165,105,157).

RGB: (165,105,157) (65%, 41%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 105 of 255 = 41%
B 157 of 255 = 62%

165
105
157

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

Portions of RGB colors in percentages

R + G + B = 165 + 105 + 157 = 427 (100%)
R 165 of 427 ~ 38.64%
G 105 of 427 ~ 24.59%
B 157 of 427 ~ 36.77'%

%38.64
%24.59
%36.77

CMYK color model

#A5699D color CMYK value is (0,36,5,35).

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

CMYK: (0,36,5,35)
C0M36Y5K35 (0%, 36%, 5%, 35%)
(0.00 / 0.36 / 0.05 / 0.35)

CMYK percentages

%0
%36.36
%4.85
%35.29

Codes

Color #A5699D in popluar color models

A5 69 9D
RGB 165 105 157
HSL 308° 25.00% 52.94%
HSB/HSV 308° 36.36% 64.71%
CMYK 0.00% 36.36% 4.85%
35.29%

Color #A5699D in popluar number systems.

HEX A5 69 9D
Decimal 165 105 157
Binary 10100101 1101001 10011101
Octal 245 151 235

Shades and tints

Shades of #A5699D

#A5699D
(165,105,157)
#96608F
(150,96,143)
#875781
(135,87,129)
#784E73
(120,78,115)
#694565
(105,69,101)
#5A3C57
(90,60,87)
#4B3349
(75,51,73)
#3C2A3B
(60,42,59)
#2D212D
(45,33,45)
#1E181F
(30,24,31)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #A5699D

#A5699D
(165,105,157)
#AD76A5
(173,118,165)
#B583AD
(181,131,173)
#BD90B5
(189,144,181)
#C59DBD
(197,157,189)
#CDAAC5
(205,170,197)
#D5B7CD
(213,183,205)
#DDC4D5
(221,196,213)
#E5D1DD
(229,209,221)
#EDDEE5
(237,222,229)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5699D; }

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

This text font color is #A5699D.

Background Color

.myBgColor { background-color: #A5699D; }

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

This div background color is #A5699D.

Border color

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

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

This div border color is #A5699D.

Opacity

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

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

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

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

This text has shadow with #A5699D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5699D.

Preview

Color preview on black background

This text has color #A5699D on black background.


Color preview on white background

This text has color #A5699D on white background.


Black color preview on #A5699D background

This text has black color on #A5699D background.


White color preview on #A5699D background

This text has white color on #A5699D background.


Related colors

Complementary color

Complementary color for #hex is #5A9662.


I love getcolorcode.com

Triadic colors

1 #9DA569 and #699DA5 with #A5699D are triadic colors.

2 #9D69A5 and #69A59D with #A5699D are triadic colors.