COLOR #A51CC8

HEX: #A51CC8
RGB: (165,28,200)

Color info

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

RGB color model

#A51CC8 color RGB value is (165,28,200).

  • red value is 165;
  • green value is 28;
  • blue value is 200.
RGB:
(165,28,200)
(65%,11%,78%)

RGB channels and saturation

R 165 of 255 = 65%
G 28 of 255 = 11%
B 200 of 255 = 78%

165
28
200

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

Portions of RGB colors in percentages

R + G + B =
165 + 28 + 200 = 393 (100%)
R 165 of 393 ~ 41.98%
G 28 of 393 ~ 7.12%
B 200 of 393 ~ 50.89%

%41.98
%50.89

CMYK color model

#A51CC8 color CMYK value is (18,86,0,22).

  • cyan value is 17.50%
  • magenta value is 86.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(18,86,0,22)
C18M86Y0K22 
(18%,86%,0%,22%)
(0.18/0.86/0.00/0.22)	

CMYK percentages

%17.5
%86
%0
%21.57

Codes

Color #A51CC8 in popluar color models

A51CC8
RGB16528200
HSL288°75.44%44.71%
HSB/HSV288°86.00%78.43%
CMYK17.50%86.00%0.00%
21.57%

Color #A51CC8 in popluar number systems.

HEXA51CC8
Decimal16528200
Binary101001011110011001000
Octal24534310

Shades and tints

Shades of #A51CC8

#A51CC8
(165,28,200)
#961AB6
(150,26,182)
#8718A4
(135,24,164)
#781692
(120,22,146)
#691480
(105,20,128)
#5A126E
(90,18,110)
#4B105C
(75,16,92)
#3C0E4A
(60,14,74)
#2D0C38
(45,12,56)
#1E0A26
(30,10,38)
#0F0814
(15,8,20)
#000000
(0,0,0)

Tints of #A51CC8

#A51CC8
(165,28,200)
#AD30CD
(173,48,205)
#B544D2
(181,68,210)
#BD58D7
(189,88,215)
#C56CDC
(197,108,220)
#CD80E1
(205,128,225)
#D594E6
(213,148,230)
#DDA8EB
(221,168,235)
#E5BCF0
(229,188,240)
#EDD0F5
(237,208,245)
#F5E4FA
(245,228,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A51CC8 color. Also use rgb(165,28,200) instead hex code.

Text Font Color

.myTextColor { color: #A51CC8; }

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

This text font color is #A51CC8.


Background Color

.myBgColor { background-color: #A51CC8; }

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

This div background color is #A51CC8.


Border color

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

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

This div border color is #A51CC8.


Opacity

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

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

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

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

This text has shadow with #A51CC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A51CC8 on black background.


Color preview on white background

This text has color #A51CC8 on white background.



Black color preview on #A51CC8 background

This text has black color on #A51CC8 background.


White color preview on #A51CC8 background

This text has white color on #A51CC8 background.