COLOR #A534B8

HEX: #A534B8
RGB: (165,52,184)

Color info

#A534B8 contains mainly red and blue colors. Web safe color of #A534B8 is #9933CC (or #93C).

RGB color model

#A534B8 color RGB value is (165,52,184).

  • red value is 165;
  • green value is 52;
  • blue value is 184.
RGB:
(165,52,184)
(65%,20%,72%)

RGB channels and saturation

R 165 of 255 = 65%
G 52 of 255 = 20%
B 184 of 255 = 72%

165
52
184

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

Portions of RGB colors in percentages

R + G + B =
165 + 52 + 184 = 401 (100%)
R 165 of 401 ~ 41.15%
G 52 of 401 ~ 12.97%
B 184 of 401 ~ 45.89%

%41.15
%12.97
%45.89

CMYK color model

#A534B8 color CMYK value is (10,72,0,28).

  • cyan value is 10.33%
  • magenta value is 71.74%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(10,72,0,28)
C10M72Y0K28 
(10%,72%,0%,28%)
(0.10/0.72/0.00/0.28)	

CMYK percentages

%10.33
%71.74
%0
%27.84

Codes

Color #A534B8 in popluar color models

A534B8
RGB16552184
HSL291°55.93%46.27%
HSB/HSV291°71.74%72.16%
CMYK10.33%71.74%0.00%
27.84%

Color #A534B8 in popluar number systems.

HEXA534B8
Decimal16552184
Binary1010010111010010111000
Octal24564270

Shades and tints

Shades of #A534B8

#A534B8
(165,52,184)
#9630A8
(150,48,168)
#872C98
(135,44,152)
#782888
(120,40,136)
#692478
(105,36,120)
#5A2068
(90,32,104)
#4B1C58
(75,28,88)
#3C1848
(60,24,72)
#2D1438
(45,20,56)
#1E1028
(30,16,40)
#0F0C18
(15,12,24)
#000000
(0,0,0)

Tints of #A534B8

#A534B8
(165,52,184)
#AD46BE
(173,70,190)
#B558C4
(181,88,196)
#BD6ACA
(189,106,202)
#C57CD0
(197,124,208)
#CD8ED6
(205,142,214)
#D5A0DC
(213,160,220)
#DDB2E2
(221,178,226)
#E5C4E8
(229,196,232)
#EDD6EE
(237,214,238)
#F5E8F4
(245,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A534B8 color. Also use rgb(165,52,184) instead hex code.

Text Font Color

.myTextColor { color: #A534B8; }

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

This text font color is #A534B8.


Background Color

.myBgColor { background-color: #A534B8; }

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

This div background color is #A534B8.


Border color

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

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

This div border color is #A534B8.


Opacity

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

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

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

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

This text has shadow with #A534B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A534B8 on black background.


Color preview on white background

This text has color #A534B8 on white background.



Black color preview on #A534B8 background

This text has black color on #A534B8 background.


White color preview on #A534B8 background

This text has white color on #A534B8 background.