COLOR #A052A6

HEX: #A052A6
RGB: (160,82,166)

Color info

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

RGB color model

#A052A6 color RGB value is (160,82,166).

  • red value is 160;
  • green value is 82;
  • blue value is 166.
RGB:
(160,82,166)
(63%,32%,65%)

RGB channels and saturation

R 160 of 255 = 63%
G 82 of 255 = 32%
B 166 of 255 = 65%

160
82
166

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

Portions of RGB colors in percentages

R + G + B =
160 + 82 + 166 = 408 (100%)
R 160 of 408 ~ 39.22%
G 82 of 408 ~ 20.1%
B 166 of 408 ~ 40.69%

%39.22
%20.1
%40.69

CMYK color model

#A052A6 color CMYK value is (4,51,0,35).

  • cyan value is 3.61%
  • magenta value is 50.60%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(4,51,0,35)
C4M51Y0K35 
(4%,51%,0%,35%)
(0.04/0.51/0.00/0.35)	

CMYK percentages

%3.61
%50.6
%0
%34.9

Codes

Color #A052A6 in popluar color models

A052A6
RGB16082166
HSL296°33.87%48.63%
HSB/HSV296°50.60%65.10%
CMYK3.61%50.60%0.00%
34.90%

Color #A052A6 in popluar number systems.

HEXA052A6
Decimal16082166
Binary10100000101001010100110
Octal240122246

Shades and tints

Shades of #A052A6

#A052A6
(160,82,166)
#924B97
(146,75,151)
#844488
(132,68,136)
#763D79
(118,61,121)
#68366A
(104,54,106)
#5A2F5B
(90,47,91)
#4C284C
(76,40,76)
#3E213D
(62,33,61)
#301A2E
(48,26,46)
#22131F
(34,19,31)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #A052A6

#A052A6
(160,82,166)
#A861AE
(168,97,174)
#B070B6
(176,112,182)
#B87FBE
(184,127,190)
#C08EC6
(192,142,198)
#C89DCE
(200,157,206)
#D0ACD6
(208,172,214)
#D8BBDE
(216,187,222)
#E0CAE6
(224,202,230)
#E8D9EE
(232,217,238)
#F0E8F6
(240,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A052A6 color. Also use rgb(160,82,166) instead hex code.

Text Font Color

.myTextColor { color: #A052A6; }

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

This text font color is #A052A6.


Background Color

.myBgColor { background-color: #A052A6; }

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

This div background color is #A052A6.


Border color

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

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

This div border color is #A052A6.


Opacity

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

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

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

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

This text has shadow with #A052A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A052A6 on black background.


Color preview on white background

This text has color #A052A6 on white background.



Black color preview on #A052A6 background

This text has black color on #A052A6 background.


White color preview on #A052A6 background

This text has white color on #A052A6 background.