COLOR #A092C1

HEX: #A092C1
RGB: (160,146,193)

Color info

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

RGB color model

#A092C1 color RGB value is (160,146,193).

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

RGB channels and saturation

R 160 of 255 = 63%
G 146 of 255 = 57%
B 193 of 255 = 76%

160
146
193

R + G + B ~ 65%. #A092C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 146 + 193 = 499 (100%)
R 160 of 499 ~ 32.06%
G 146 of 499 ~ 29.26%
B 193 of 499 ~ 38.68%

%32.06
%29.26
%38.68

CMYK color model

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

  • cyan value is 17.10%
  • magenta value is 24.35%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(17,24,0,24)
C17M24Y0K24 
(17%,24%,0%,24%)
(0.17/0.24/0.00/0.24)	

CMYK percentages

%17.1
%24.35
%0
%24.31

Codes

Color #A092C1 in popluar color models

A092C1
RGB160146193
HSL258°27.49%66.47%
HSB/HSV258°24.35%75.69%
CMYK17.10%24.35%0.00%
24.31%

Color #A092C1 in popluar number systems.

HEXA092C1
Decimal160146193
Binary101000001001001011000001
Octal240222301

Shades and tints

Shades of #A092C1

#A092C1
(160,146,193)
#9285B0
(146,133,176)
#84789F
(132,120,159)
#766B8E
(118,107,142)
#685E7D
(104,94,125)
#5A516C
(90,81,108)
#4C445B
(76,68,91)
#3E374A
(62,55,74)
#302A39
(48,42,57)
#221D28
(34,29,40)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #A092C1

#A092C1
(160,146,193)
#A89BC6
(168,155,198)
#B0A4CB
(176,164,203)
#B8ADD0
(184,173,208)
#C0B6D5
(192,182,213)
#C8BFDA
(200,191,218)
#D0C8DF
(208,200,223)
#D8D1E4
(216,209,228)
#E0DAE9
(224,218,233)
#E8E3EE
(232,227,238)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A092C1; }

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

This text font color is #A092C1.


Background Color

.myBgColor { background-color: #A092C1; }

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

This div background color is #A092C1.


Border color

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

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

This div border color is #A092C1.


Opacity

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

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

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

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

This text has shadow with #A092C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A092C1 on black background.


Color preview on white background

This text has color #A092C1 on white background.



Black color preview on #A092C1 background

This text has black color on #A092C1 background.


White color preview on #A092C1 background

This text has white color on #A092C1 background.