COLOR #A10CA1

HEX: #A10CA1
RGB: (161,12,161)

Color info

#A10CA1 contains mainly red and blue colors. Web safe color of #A10CA1 is #990099 (or #909).

RGB color model

#A10CA1 color RGB value is (161,12,161).

  • red value is 161;
  • green value is 12;
  • blue value is 161.
RGB:
(161,12,161)
(63%,5%,63%)

RGB channels and saturation

R 161 of 255 = 63%
G 12 of 255 = 5%
B 161 of 255 = 63%

161
12
161

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

Portions of RGB colors in percentages

R + G + B =
161 + 12 + 161 = 334 (100%)
R 161 of 334 ~ 48.2%
G 12 of 334 ~ 3.59%
B 161 of 334 ~ 48.2%

%48.2
%48.2

CMYK color model

#A10CA1 color CMYK value is (0,93,0,37).

  • cyan value is 0.00%
  • magenta value is 92.55%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(0,93,0,37)
C0M93Y0K37 
(0%,93%,0%,37%)
(0.00/0.93/0.00/0.37)	

CMYK percentages

%0
%92.55
%0
%36.86

Codes

Color #A10CA1 in popluar color models

A10CA1
RGB16112161
HSL300°86.13%33.92%
HSB/HSV300°92.55%63.14%
CMYK0.00%92.55%0.00%
36.86%

Color #A10CA1 in popluar number systems.

HEXA10CA1
Decimal16112161
Binary10100001110010100001
Octal24114241

Shades and tints

Shades of #A10CA1

#A10CA1
(161,12,161)
#930B93
(147,11,147)
#850A85
(133,10,133)
#770977
(119,9,119)
#690869
(105,8,105)
#5B075B
(91,7,91)
#4D064D
(77,6,77)
#3F053F
(63,5,63)
#310431
(49,4,49)
#230323
(35,3,35)
#150215
(21,2,21)
#000000
(0,0,0)

Tints of #A10CA1

#A10CA1
(161,12,161)
#A922A9
(169,34,169)
#B138B1
(177,56,177)
#B94EB9
(185,78,185)
#C164C1
(193,100,193)
#C97AC9
(201,122,201)
#D190D1
(209,144,209)
#D9A6D9
(217,166,217)
#E1BCE1
(225,188,225)
#E9D2E9
(233,210,233)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A10CA1 color. Also use rgb(161,12,161) instead hex code.

Text Font Color

.myTextColor { color: #A10CA1; }

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

This text font color is #A10CA1.


Background Color

.myBgColor { background-color: #A10CA1; }

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

This div background color is #A10CA1.


Border color

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

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

This div border color is #A10CA1.


Opacity

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

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

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

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

This text has shadow with #A10CA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A10CA1 on black background.


Color preview on white background

This text has color #A10CA1 on white background.



Black color preview on #A10CA1 background

This text has black color on #A10CA1 background.


White color preview on #A10CA1 background

This text has white color on #A10CA1 background.