COLOR #A652A0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

166
82
160

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

Portions of RGB colors in percentages

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

%40.69
%20.1
%39.22

CMYK color model

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

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

CMYK percentages

%0
%50.6
%3.61
%34.9

Codes

Color #A652A0 in popluar color models

A652A0
RGB16682160
HSL304°33.87%48.63%
HSB/HSV304°50.60%65.10%
CMYK0.00%50.60%3.61%
34.90%

Color #A652A0 in popluar number systems.

HEXA652A0
Decimal16682160
Binary10100110101001010100000
Octal246122240

Shades and tints

Shades of #A652A0

#A652A0
(166,82,160)
#974B92
(151,75,146)
#884484
(136,68,132)
#793D76
(121,61,118)
#6A3668
(106,54,104)
#5B2F5A
(91,47,90)
#4C284C
(76,40,76)
#3D213E
(61,33,62)
#2E1A30
(46,26,48)
#1F1322
(31,19,34)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #A652A0

#A652A0
(166,82,160)
#AE61A8
(174,97,168)
#B670B0
(182,112,176)
#BE7FB8
(190,127,184)
#C68EC0
(198,142,192)
#CE9DC8
(206,157,200)
#D6ACD0
(214,172,208)
#DEBBD8
(222,187,216)
#E6CAE0
(230,202,224)
#EED9E8
(238,217,232)
#F6E8F0
(246,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A652A0; }

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

This text font color is #A652A0.


Background Color

.myBgColor { background-color: #A652A0; }

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

This div background color is #A652A0.


Border color

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

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

This div border color is #A652A0.


Opacity

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

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

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

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

This text has shadow with #A652A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A652A0 on black background.


Color preview on white background

This text has color #A652A0 on white background.



Black color preview on #A652A0 background

This text has black color on #A652A0 background.


White color preview on #A652A0 background

This text has white color on #A652A0 background.