COLOR #A450C8

HEX: #A450C8
RGB: (164,80,200)

Color info

#A450C8 contains mainly red and blue colors. Web safe color of #A450C8 is #9966CC (or #96C).

RGB color model

#A450C8 color RGB value is (164,80,200).

  • red value is 164;
  • green value is 80;
  • blue value is 200.
RGB:
(164,80,200)
(64%,31%,78%)

RGB channels and saturation

R 164 of 255 = 64%
G 80 of 255 = 31%
B 200 of 255 = 78%

164
80
200

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

Portions of RGB colors in percentages

R + G + B =
164 + 80 + 200 = 444 (100%)
R 164 of 444 ~ 36.94%
G 80 of 444 ~ 18.02%
B 200 of 444 ~ 45.05%

%36.94
%18.02
%45.05

CMYK color model

#A450C8 color CMYK value is (18,60,0,22).

  • cyan value is 18.00%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(18,60,0,22)
C18M60Y0K22 
(18%,60%,0%,22%)
(0.18/0.60/0.00/0.22)	

CMYK percentages

%18
%60
%0
%21.57

Codes

Color #A450C8 in popluar color models

A450C8
RGB16480200
HSL282°52.17%54.90%
HSB/HSV282°60.00%78.43%
CMYK18.00%60.00%0.00%
21.57%

Color #A450C8 in popluar number systems.

HEXA450C8
Decimal16480200
Binary10100100101000011001000
Octal244120310

Shades and tints

Shades of #A450C8

#A450C8
(164,80,200)
#9649B6
(150,73,182)
#8842A4
(136,66,164)
#7A3B92
(122,59,146)
#6C3480
(108,52,128)
#5E2D6E
(94,45,110)
#50265C
(80,38,92)
#421F4A
(66,31,74)
#341838
(52,24,56)
#261126
(38,17,38)
#180A14
(24,10,20)
#000000
(0,0,0)

Tints of #A450C8

#A450C8
(164,80,200)
#AC5FCD
(172,95,205)
#B46ED2
(180,110,210)
#BC7DD7
(188,125,215)
#C48CDC
(196,140,220)
#CC9BE1
(204,155,225)
#D4AAE6
(212,170,230)
#DCB9EB
(220,185,235)
#E4C8F0
(228,200,240)
#ECD7F5
(236,215,245)
#F4E6FA
(244,230,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A450C8 color. Also use rgb(164,80,200) instead hex code.

Text Font Color

.myTextColor { color: #A450C8; }

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

This text font color is #A450C8.


Background Color

.myBgColor { background-color: #A450C8; }

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

This div background color is #A450C8.


Border color

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

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

This div border color is #A450C8.


Opacity

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

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

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

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

This text has shadow with #A450C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A450C8 on black background.


Color preview on white background

This text has color #A450C8 on white background.



Black color preview on #A450C8 background

This text has black color on #A450C8 background.


White color preview on #A450C8 background

This text has white color on #A450C8 background.