COLOR #A462C1

HEX: #A462C1
RGB: (164,98,193)

Color info

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

RGB color model

#A462C1 color RGB value is (164,98,193).

  • red value is 164;
  • green value is 98;
  • blue value is 193.
RGB:
(164,98,193)
(64%,38%,76%)

RGB channels and saturation

R 164 of 255 = 64%
G 98 of 255 = 38%
B 193 of 255 = 76%

164
98
193

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

Portions of RGB colors in percentages

R + G + B =
164 + 98 + 193 = 455 (100%)
R 164 of 455 ~ 36.04%
G 98 of 455 ~ 21.54%
B 193 of 455 ~ 42.42%

%36.04
%21.54
%42.42

CMYK color model

#A462C1 color CMYK value is (15,49,0,24).

  • cyan value is 15.03%
  • magenta value is 49.22%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(15,49,0,24)
C15M49Y0K24 
(15%,49%,0%,24%)
(0.15/0.49/0.00/0.24)	

CMYK percentages

%15.03
%49.22
%0
%24.31

Codes

Color #A462C1 in popluar color models

A462C1
RGB16498193
HSL282°43.38%57.06%
HSB/HSV282°49.22%75.69%
CMYK15.03%49.22%0.00%
24.31%

Color #A462C1 in popluar number systems.

HEXA462C1
Decimal16498193
Binary10100100110001011000001
Octal244142301

Shades and tints

Shades of #A462C1

#A462C1
(164,98,193)
#965AB0
(150,90,176)
#88529F
(136,82,159)
#7A4A8E
(122,74,142)
#6C427D
(108,66,125)
#5E3A6C
(94,58,108)
#50325B
(80,50,91)
#422A4A
(66,42,74)
#342239
(52,34,57)
#261A28
(38,26,40)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #A462C1

#A462C1
(164,98,193)
#AC70C6
(172,112,198)
#B47ECB
(180,126,203)
#BC8CD0
(188,140,208)
#C49AD5
(196,154,213)
#CCA8DA
(204,168,218)
#D4B6DF
(212,182,223)
#DCC4E4
(220,196,228)
#E4D2E9
(228,210,233)
#ECE0EE
(236,224,238)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A462C1 color. Also use rgb(164,98,193) instead hex code.

Text Font Color

.myTextColor { color: #A462C1; }

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

This text font color is #A462C1.


Background Color

.myBgColor { background-color: #A462C1; }

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

This div background color is #A462C1.


Border color

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

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

This div border color is #A462C1.


Opacity

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

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

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

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

This text has shadow with #A462C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A462C1 on black background.


Color preview on white background

This text has color #A462C1 on white background.



Black color preview on #A462C1 background

This text has black color on #A462C1 background.


White color preview on #A462C1 background

This text has white color on #A462C1 background.