COLOR #A522F1

HEX: #A522F1
RGB: (165,34,241)

Color info

#A522F1 contains mainly blue color. Web safe color of #A522F1 is #9933FF (or #93F).

RGB color model

#A522F1 color RGB value is (165,34,241).

  • red value is 165;
  • green value is 34;
  • blue value is 241.
RGB:
(165,34,241)
(65%,13%,95%)

RGB channels and saturation

R 165 of 255 = 65%
G 34 of 255 = 13%
B 241 of 255 = 95%

165
34
241

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

Portions of RGB colors in percentages

R + G + B =
165 + 34 + 241 = 440 (100%)
R 165 of 440 ~ 37.5%
G 34 of 440 ~ 7.73%
B 241 of 440 ~ 54.77%

%37.5
%54.77

CMYK color model

#A522F1 color CMYK value is (32,86,0,5).

  • cyan value is 31.54%
  • magenta value is 85.89%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(32,86,0,5)
C32M86Y0K5 
(32%,86%,0%,5%)
(0.32/0.86/0.00/0.05)	

CMYK percentages

%31.54
%85.89
%0
%5.49

Codes

Color #A522F1 in popluar color models

A522F1
RGB16534241
HSL278°88.09%53.92%
HSB/HSV278°85.89%94.51%
CMYK31.54%85.89%0.00%
5.49%

Color #A522F1 in popluar number systems.

HEXA522F1
Decimal16534241
Binary1010010110001011110001
Octal24542361

Shades and tints

Shades of #A522F1

#A522F1
(165,34,241)
#961FDC
(150,31,220)
#871CC7
(135,28,199)
#7819B2
(120,25,178)
#69169D
(105,22,157)
#5A1388
(90,19,136)
#4B1073
(75,16,115)
#3C0D5E
(60,13,94)
#2D0A49
(45,10,73)
#1E0734
(30,7,52)
#0F041F
(15,4,31)
#000000
(0,0,0)

Tints of #A522F1

#A522F1
(165,34,241)
#AD36F2
(173,54,242)
#B54AF3
(181,74,243)
#BD5EF4
(189,94,244)
#C572F5
(197,114,245)
#CD86F6
(205,134,246)
#D59AF7
(213,154,247)
#DDAEF8
(221,174,248)
#E5C2F9
(229,194,249)
#EDD6FA
(237,214,250)
#F5EAFB
(245,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A522F1 color. Also use rgb(165,34,241) instead hex code.

Text Font Color

.myTextColor { color: #A522F1; }

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

This text font color is #A522F1.


Background Color

.myBgColor { background-color: #A522F1; }

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

This div background color is #A522F1.


Border color

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

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

This div border color is #A522F1.


Opacity

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

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

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

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

This text has shadow with #A522F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A522F1 on black background.


Color preview on white background

This text has color #A522F1 on white background.



Black color preview on #A522F1 background

This text has black color on #A522F1 background.


White color preview on #A522F1 background

This text has white color on #A522F1 background.