COLOR #A692C1

HEX: #A692C1
RGB: (166,146,193)

Color info

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

RGB color model

#A692C1 color RGB value is (166,146,193).

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

RGB channels and saturation

R 166 of 255 = 65%
G 146 of 255 = 57%
B 193 of 255 = 76%

166
146
193

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

Portions of RGB colors in percentages

R + G + B =
166 + 146 + 193 = 505 (100%)
R 166 of 505 ~ 32.87%
G 146 of 505 ~ 28.91%
B 193 of 505 ~ 38.22%

%32.87
%28.91
%38.22

CMYK color model

#A692C1 color CMYK value is (14,24,0,24).

  • cyan value is 13.99%
  • magenta value is 24.35%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(14,24,0,24)
C14M24Y0K24 
(14%,24%,0%,24%)
(0.14/0.24/0.00/0.24)	

CMYK percentages

%13.99
%24.35
%0
%24.31

Codes

Color #A692C1 in popluar color models

A692C1
RGB166146193
HSL266°27.49%66.47%
HSB/HSV266°24.35%75.69%
CMYK13.99%24.35%0.00%
24.31%

Color #A692C1 in popluar number systems.

HEXA692C1
Decimal166146193
Binary101001101001001011000001
Octal246222301

Shades and tints

Shades of #A692C1

#A692C1
(166,146,193)
#9785B0
(151,133,176)
#88789F
(136,120,159)
#796B8E
(121,107,142)
#6A5E7D
(106,94,125)
#5B516C
(91,81,108)
#4C445B
(76,68,91)
#3D374A
(61,55,74)
#2E2A39
(46,42,57)
#1F1D28
(31,29,40)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #A692C1

#A692C1
(166,146,193)
#AE9BC6
(174,155,198)
#B6A4CB
(182,164,203)
#BEADD0
(190,173,208)
#C6B6D5
(198,182,213)
#CEBFDA
(206,191,218)
#D6C8DF
(214,200,223)
#DED1E4
(222,209,228)
#E6DAE9
(230,218,233)
#EEE3EE
(238,227,238)
#F6ECF3
(246,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A692C1; }

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

This text font color is #A692C1.


Background Color

.myBgColor { background-color: #A692C1; }

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

This div background color is #A692C1.


Border color

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

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

This div border color is #A692C1.


Opacity

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

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

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

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

This text has shadow with #A692C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A692C1 on black background.


Color preview on white background

This text has color #A692C1 on white background.



Black color preview on #A692C1 background

This text has black color on #A692C1 background.


White color preview on #A692C1 background

This text has white color on #A692C1 background.