COLOR #A59ABD

HEX: #A59ABD RGB: (165,154,189)

Color info

#A59ABD contains red, green and blue colors in about the same proportion. Web safe color of #A59ABD is #9999CC (or #99C).

RGB color model

#A59ABD color RGB value is (165,154,189).

RGB: (165,154,189) (65%, 60%, 74%)

RGB channels and saturation

R 165 of 255 = 65%
G 154 of 255 = 60%
B 189 of 255 = 74%

165
154
189

R + G + B ~ 66%. #A59ABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 154 + 189 = 508 (100%)
R 165 of 508 ~ 32.48%
G 154 of 508 ~ 30.31%
B 189 of 508 ~ 37.2'%

%32.48
%30.31
%37.2

CMYK color model

#A59ABD color CMYK value is (13,19,0,26).

  • cyan value is 12.70%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (13,19,0,26)
C13M19Y0K26 (13%, 19%, 0%, 26%)
(0.13 / 0.19 / 0.00 / 0.26)

CMYK percentages

%12.7
%18.52
%0
%25.88

Codes

Color #A59ABD in popluar color models

A5 9A BD
RGB 165 154 189
HSL 259° 20.96% 67.25%
HSB/HSV 259° 18.52% 74.12%
CMYK 12.70% 18.52% 0.00%
25.88%

Color #A59ABD in popluar number systems.

HEX A5 9A BD
Decimal 165 154 189
Binary 10100101 10011010 10111101
Octal 245 232 275

Shades and tints

Shades of #A59ABD

#A59ABD
(165,154,189)
#968CAC
(150,140,172)
#877E9B
(135,126,155)
#78708A
(120,112,138)
#696279
(105,98,121)
#5A5468
(90,84,104)
#4B4657
(75,70,87)
#3C3846
(60,56,70)
#2D2A35
(45,42,53)
#1E1C24
(30,28,36)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #A59ABD

#A59ABD
(165,154,189)
#ADA3C3
(173,163,195)
#B5ACC9
(181,172,201)
#BDB5CF
(189,181,207)
#C5BED5
(197,190,213)
#CDC7DB
(205,199,219)
#D5D0E1
(213,208,225)
#DDD9E7
(221,217,231)
#E5E2ED
(229,226,237)
#EDEBF3
(237,235,243)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59ABD color. Also use rgb(165,154,189) instead hex code.

Text Font Color

.myTextColor { color: #A59ABD; }

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

This text font color is #A59ABD.

Background Color

.myBgColor { background-color: #A59ABD; }

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

This div background color is #A59ABD.

Border color

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

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

This div border color is #A59ABD.

Opacity

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

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

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

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

This text has shadow with #A59ABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59ABD.

Preview

Color preview on black background

This text has color #A59ABD on black background.


Color preview on white background

This text has color #A59ABD on white background.


Black color preview on #A59ABD background

This text has black color on #A59ABD background.


White color preview on #A59ABD background

This text has white color on #A59ABD background.


Related colors

Complementary color

Complementary color for #hex is #5A6542.


I love getcolorcode.com

Triadic colors

1 #BDA59A and #9ABDA5 with #A59ABD are triadic colors.

2 #BD9AA5 and #9AA5BD with #A59ABD are triadic colors.