COLOR #A51BE6

HEX: #A51BE6
RGB: (165,27,230)

Color info

#A51BE6 contains mainly blue color. Web safe color of #A51BE6 is #9933CC (or #93C).

RGB color model

#A51BE6 color RGB value is (165,27,230).

  • red value is 165;
  • green value is 27;
  • blue value is 230.
RGB:
(165,27,230)
(65%,11%,90%)

RGB channels and saturation

R 165 of 255 = 65%
G 27 of 255 = 11%
B 230 of 255 = 90%

165
27
230

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

Portions of RGB colors in percentages

R + G + B =
165 + 27 + 230 = 422 (100%)
R 165 of 422 ~ 39.1%
G 27 of 422 ~ 6.4%
B 230 of 422 ~ 54.5%

%39.1
%54.5

CMYK color model

#A51BE6 color CMYK value is (28,88,0,10).

  • cyan value is 28.26%
  • magenta value is 88.26%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(28,88,0,10)
C28M88Y0K10 
(28%,88%,0%,10%)
(0.28/0.88/0.00/0.10)	

CMYK percentages

%28.26
%88.26
%0
%9.8

Codes

Color #A51BE6 in popluar color models

A51BE6
RGB16527230
HSL281°80.24%50.39%
HSB/HSV281°88.26%90.20%
CMYK28.26%88.26%0.00%
9.80%

Color #A51BE6 in popluar number systems.

HEXA51BE6
Decimal16527230
Binary101001011101111100110
Octal24533346

Shades and tints

Shades of #A51BE6

#A51BE6
(165,27,230)
#9619D2
(150,25,210)
#8717BE
(135,23,190)
#7815AA
(120,21,170)
#691396
(105,19,150)
#5A1182
(90,17,130)
#4B0F6E
(75,15,110)
#3C0D5A
(60,13,90)
#2D0B46
(45,11,70)
#1E0932
(30,9,50)
#0F071E
(15,7,30)
#000000
(0,0,0)

Tints of #A51BE6

#A51BE6
(165,27,230)
#AD2FE8
(173,47,232)
#B543EA
(181,67,234)
#BD57EC
(189,87,236)
#C56BEE
(197,107,238)
#CD7FF0
(205,127,240)
#D593F2
(213,147,242)
#DDA7F4
(221,167,244)
#E5BBF6
(229,187,246)
#EDCFF8
(237,207,248)
#F5E3FA
(245,227,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A51BE6 color. Also use rgb(165,27,230) instead hex code.

Text Font Color

.myTextColor { color: #A51BE6; }

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

This text font color is #A51BE6.


Background Color

.myBgColor { background-color: #A51BE6; }

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

This div background color is #A51BE6.


Border color

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

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

This div border color is #A51BE6.


Opacity

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

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

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

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

This text has shadow with #A51BE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A51BE6 on black background.


Color preview on white background

This text has color #A51BE6 on white background.



Black color preview on #A51BE6 background

This text has black color on #A51BE6 background.


White color preview on #A51BE6 background

This text has white color on #A51BE6 background.