COLOR #A559AC

HEX: #A559AC RGB: (165,89,172)

Color info

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

RGB color model

#A559AC color RGB value is (165,89,172).

RGB: (165,89,172) (65%, 35%, 67%)

RGB channels and saturation

R 165 of 255 = 65%
G 89 of 255 = 35%
B 172 of 255 = 67%

165
89
172

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

Portions of RGB colors in percentages

R + G + B = 165 + 89 + 172 = 426 (100%)
R 165 of 426 ~ 38.73%
G 89 of 426 ~ 20.89%
B 172 of 426 ~ 40.38'%

%38.73
%20.89
%40.38

CMYK color model

#A559AC color CMYK value is (4,48,0,33).

  • cyan value is 4.07%
  • magenta value is 48.26%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (4,48,0,33) C4M48Y0K33 (4%,48%,0%,33%) (0.04/0.48/0.00/0.33) 

CMYK percentages

%4.07
%48.26
%0
%32.55

Codes

Color #A559AC in popluar color models

A5 59 AC
RGB 165 89 172
HSL 295° 33.33% 51.18%
HSB/HSV 295° 48.26% 67.45%
CMYK 4.07% 48.26% 0.00%
32.55%

Color #A559AC in popluar number systems.

HEX A5 59 AC
Decimal 165 89 172
Binary 10100101 1011001 10101100
Octal 245 131 254

Shades and tints

Shades of #A559AC

#A559AC
(165,89,172)
#96519D
(150,81,157)
#87498E
(135,73,142)
#78417F
(120,65,127)
#693970
(105,57,112)
#5A3161
(90,49,97)
#4B2952
(75,41,82)
#3C2143
(60,33,67)
#2D1934
(45,25,52)
#1E1125
(30,17,37)
#0F0916
(15,9,22)
#000000
(0,0,0)

Tints of #A559AC

#A559AC
(165,89,172)
#AD68B3
(173,104,179)
#B577BA
(181,119,186)
#BD86C1
(189,134,193)
#C595C8
(197,149,200)
#CDA4CF
(205,164,207)
#D5B3D6
(213,179,214)
#DDC2DD
(221,194,221)
#E5D1E4
(229,209,228)
#EDE0EB
(237,224,235)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A559AC color. Also use rgb(165,89,172) instead hex code.

Text Font Color

.myTextColor { color: #A559AC; }

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

This text font color is #A559AC.

Background Color

.myBgColor { background-color: #A559AC; }

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

This div background color is #A559AC.

Border color

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

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

This div border color is #A559AC.

Opacity

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

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

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

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

This text has shadow with #A559AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A559AC.

Preview

Color preview on black background

This text has color #A559AC on black background.


Color preview on white background

This text has color #A559AC on white background.


Black color preview on #A559AC background

This text has black color on #A559AC background.


White color preview on #A559AC background

This text has white color on #A559AC background.


Related colors

Complementary color

Complementary color for #hex is #5AA653.


I love getcolorcode.com

Triadic colors

1 #ACA559 and #59ACA5 with #A559AC are triadic colors.

2 #AC59A5 and #59A5AC with #A559AC are triadic colors.