COLOR #A553AC

HEX: #A553AC
RGB: (165,83,172)

Color info

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

RGB color model

#A553AC color RGB value is (165,83,172).

  • red value is 165;
  • green value is 83;
  • blue value is 172.
RGB:
(165,83,172)
(65%,33%,67%)

RGB channels and saturation

R 165 of 255 = 65%
G 83 of 255 = 33%
B 172 of 255 = 67%

165
83
172

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

Portions of RGB colors in percentages

R + G + B =
165 + 83 + 172 = 420 (100%)
R 165 of 420 ~ 39.29%
G 83 of 420 ~ 19.76%
B 172 of 420 ~ 40.95%

%39.29
%19.76
%40.95

CMYK color model

#A553AC color CMYK value is (4,52,0,33).

  • cyan value is 4.07%
  • magenta value is 51.74%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(4,52,0,33)
C4M52Y0K33 
(4%,52%,0%,33%)
(0.04/0.52/0.00/0.33)	

CMYK percentages

%4.07
%51.74
%0
%32.55

Codes

Color #A553AC in popluar color models

A553AC
RGB16583172
HSL295°34.90%50.00%
HSB/HSV295°51.74%67.45%
CMYK4.07%51.74%0.00%
32.55%

Color #A553AC in popluar number systems.

HEXA553AC
Decimal16583172
Binary10100101101001110101100
Octal245123254

Shades and tints

Shades of #A553AC

#A553AC
(165,83,172)
#964C9D
(150,76,157)
#87458E
(135,69,142)
#783E7F
(120,62,127)
#693770
(105,55,112)
#5A3061
(90,48,97)
#4B2952
(75,41,82)
#3C2243
(60,34,67)
#2D1B34
(45,27,52)
#1E1425
(30,20,37)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #A553AC

#A553AC
(165,83,172)
#AD62B3
(173,98,179)
#B571BA
(181,113,186)
#BD80C1
(189,128,193)
#C58FC8
(197,143,200)
#CD9ECF
(205,158,207)
#D5ADD6
(213,173,214)
#DDBCDD
(221,188,221)
#E5CBE4
(229,203,228)
#EDDAEB
(237,218,235)
#F5E9F2
(245,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A553AC; }

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

This text font color is #A553AC.


Background Color

.myBgColor { background-color: #A553AC; }

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

This div background color is #A553AC.


Border color

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

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

This div border color is #A553AC.


Opacity

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

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

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

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

This text has shadow with #A553AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A553AC on black background.


Color preview on white background

This text has color #A553AC on white background.



Black color preview on #A553AC background

This text has black color on #A553AC background.


White color preview on #A553AC background

This text has white color on #A553AC background.