COLOR #A52BA0

HEX: #A52BA0
RGB: (165,43,160)

Color info

#A52BA0 contains mainly red and blue colors. Web safe color of #A52BA0 is #993399 (or #939).

RGB color model

#A52BA0 color RGB value is (165,43,160).

  • red value is 165;
  • green value is 43;
  • blue value is 160.
RGB:
(165,43,160)
(65%,17%,63%)

RGB channels and saturation

R 165 of 255 = 65%
G 43 of 255 = 17%
B 160 of 255 = 63%

165
43
160

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

Portions of RGB colors in percentages

R + G + B =
165 + 43 + 160 = 368 (100%)
R 165 of 368 ~ 44.84%
G 43 of 368 ~ 11.68%
B 160 of 368 ~ 43.48%

%44.84
%11.68
%43.48

CMYK color model

#A52BA0 color CMYK value is (0,74,3,35).

  • cyan value is 0.00%
  • magenta value is 73.94%
  • yellow value is 3.03%
  • key color value is 35.29%
CMYK:
(0,74,3,35)
C0M74Y3K35 
(0%,74%,3%,35%)
(0.00/0.74/0.03/0.35)	

CMYK percentages

%0
%73.94
%3.03
%35.29

Codes

Color #A52BA0 in popluar color models

A52BA0
RGB16543160
HSL302°58.65%40.78%
HSB/HSV302°73.94%64.71%
CMYK0.00%73.94%3.03%
35.29%

Color #A52BA0 in popluar number systems.

HEXA52BA0
Decimal16543160
Binary1010010110101110100000
Octal24553240

Shades and tints

Shades of #A52BA0

#A52BA0
(165,43,160)
#962892
(150,40,146)
#872584
(135,37,132)
#782276
(120,34,118)
#691F68
(105,31,104)
#5A1C5A
(90,28,90)
#4B194C
(75,25,76)
#3C163E
(60,22,62)
#2D1330
(45,19,48)
#1E1022
(30,16,34)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #A52BA0

#A52BA0
(165,43,160)
#AD3EA8
(173,62,168)
#B551B0
(181,81,176)
#BD64B8
(189,100,184)
#C577C0
(197,119,192)
#CD8AC8
(205,138,200)
#D59DD0
(213,157,208)
#DDB0D8
(221,176,216)
#E5C3E0
(229,195,224)
#EDD6E8
(237,214,232)
#F5E9F0
(245,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A52BA0 color. Also use rgb(165,43,160) instead hex code.

Text Font Color

.myTextColor { color: #A52BA0; }

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

This text font color is #A52BA0.


Background Color

.myBgColor { background-color: #A52BA0; }

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

This div background color is #A52BA0.


Border color

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

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

This div border color is #A52BA0.


Opacity

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

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

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

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

This text has shadow with #A52BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A52BA0 on black background.


Color preview on white background

This text has color #A52BA0 on white background.



Black color preview on #A52BA0 background

This text has black color on #A52BA0 background.


White color preview on #A52BA0 background

This text has white color on #A52BA0 background.