COLOR #A5679A

HEX: #A5679A RGB: (165,103,154)

Color info

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

RGB color model

#A5679A color RGB value is (165,103,154).

RGB: (165,103,154) (65%, 40%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 103 of 255 = 40%
B 154 of 255 = 60%

165
103
154

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

Portions of RGB colors in percentages

R + G + B = 165 + 103 + 154 = 422 (100%)
R 165 of 422 ~ 39.1%
G 103 of 422 ~ 24.41%
B 154 of 422 ~ 36.49'%

%39.1
%24.41
%36.49

CMYK color model

#A5679A color CMYK value is (0,38,7,35).

  • cyan value is 0.00%
  • magenta value is 37.58%
  • yellow value is 6.67%
  • key color value is 35.29%

CMYK: (0,38,7,35)
C0M38Y7K35 (0%, 38%, 7%, 35%)
(0.00 / 0.38 / 0.07 / 0.35)

CMYK percentages

%0
%37.58
%6.67
%35.29

Codes

Color #A5679A in popluar color models

A5 67 9A
RGB 165 103 154
HSL 311° 25.62% 52.55%
HSB/HSV 311° 37.58% 64.71%
CMYK 0.00% 37.58% 6.67%
35.29%

Color #A5679A in popluar number systems.

HEX A5 67 9A
Decimal 165 103 154
Binary 10100101 1100111 10011010
Octal 245 147 232

Shades and tints

Shades of #A5679A

#A5679A
(165,103,154)
#965E8C
(150,94,140)
#87557E
(135,85,126)
#784C70
(120,76,112)
#694362
(105,67,98)
#5A3A54
(90,58,84)
#4B3146
(75,49,70)
#3C2838
(60,40,56)
#2D1F2A
(45,31,42)
#1E161C
(30,22,28)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #A5679A

#A5679A
(165,103,154)
#AD74A3
(173,116,163)
#B581AC
(181,129,172)
#BD8EB5
(189,142,181)
#C59BBE
(197,155,190)
#CDA8C7
(205,168,199)
#D5B5D0
(213,181,208)
#DDC2D9
(221,194,217)
#E5CFE2
(229,207,226)
#EDDCEB
(237,220,235)
#F5E9F4
(245,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5679A; }

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

This text font color is #A5679A.

Background Color

.myBgColor { background-color: #A5679A; }

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

This div background color is #A5679A.

Border color

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

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

This div border color is #A5679A.

Opacity

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

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

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

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

This text has shadow with #A5679A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5679A.

Preview

Color preview on black background

This text has color #A5679A on black background.


Color preview on white background

This text has color #A5679A on white background.


Black color preview on #A5679A background

This text has black color on #A5679A background.


White color preview on #A5679A background

This text has white color on #A5679A background.


Related colors

Complementary color

Complementary color for #hex is #5A9865.


I love getcolorcode.com

Triadic colors

1 #9AA567 and #679AA5 with #A5679A are triadic colors.

2 #9A67A5 and #67A59A with #A5679A are triadic colors.