COLOR #A094C1

HEX: #A094C1
RGB: (160,148,193)

Color info

#A094C1 contains red, green and blue colors in about the same proportion. Web safe color of #A094C1 is #9999CC (or #99C).

RGB color model

#A094C1 color RGB value is (160,148,193).

  • red value is 160;
  • green value is 148;
  • blue value is 193.
RGB:
(160,148,193)
(63%,58%,76%)

RGB channels and saturation

R 160 of 255 = 63%
G 148 of 255 = 58%
B 193 of 255 = 76%

160
148
193

R + G + B ~ 66%. #A094C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 148 + 193 = 501 (100%)
R 160 of 501 ~ 31.94%
G 148 of 501 ~ 29.54%
B 193 of 501 ~ 38.52%

%31.94
%29.54
%38.52

CMYK color model

#A094C1 color CMYK value is (17,23,0,24).

  • cyan value is 17.10%
  • magenta value is 23.32%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(17,23,0,24)
C17M23Y0K24 
(17%,23%,0%,24%)
(0.17/0.23/0.00/0.24)	

CMYK percentages

%17.1
%23.32
%0
%24.31

Codes

Color #A094C1 in popluar color models

A094C1
RGB160148193
HSL256°26.63%66.86%
HSB/HSV256°23.32%75.69%
CMYK17.10%23.32%0.00%
24.31%

Color #A094C1 in popluar number systems.

HEXA094C1
Decimal160148193
Binary101000001001010011000001
Octal240224301

Shades and tints

Shades of #A094C1

#A094C1
(160,148,193)
#9287B0
(146,135,176)
#847A9F
(132,122,159)
#766D8E
(118,109,142)
#68607D
(104,96,125)
#5A536C
(90,83,108)
#4C465B
(76,70,91)
#3E394A
(62,57,74)
#302C39
(48,44,57)
#221F28
(34,31,40)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #A094C1

#A094C1
(160,148,193)
#A89DC6
(168,157,198)
#B0A6CB
(176,166,203)
#B8AFD0
(184,175,208)
#C0B8D5
(192,184,213)
#C8C1DA
(200,193,218)
#D0CADF
(208,202,223)
#D8D3E4
(216,211,228)
#E0DCE9
(224,220,233)
#E8E5EE
(232,229,238)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A094C1 color. Also use rgb(160,148,193) instead hex code.

Text Font Color

.myTextColor { color: #A094C1; }

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

This text font color is #A094C1.


Background Color

.myBgColor { background-color: #A094C1; }

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

This div background color is #A094C1.


Border color

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

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

This div border color is #A094C1.


Opacity

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

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

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

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

This text has shadow with #A094C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A094C1 on black background.


Color preview on white background

This text has color #A094C1 on white background.



Black color preview on #A094C1 background

This text has black color on #A094C1 background.


White color preview on #A094C1 background

This text has white color on #A094C1 background.