COLOR #A592CC

HEX: #A592CC
RGB: (165,146,204)

Color info

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

RGB color model

#A592CC color RGB value is (165,146,204).

  • red value is 165;
  • green value is 146;
  • blue value is 204.
RGB:
(165,146,204)
(65%,57%,80%)

RGB channels and saturation

R 165 of 255 = 65%
G 146 of 255 = 57%
B 204 of 255 = 80%

165
146
204

R + G + B ~ 67%. #A592CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 146 + 204 = 515 (100%)
R 165 of 515 ~ 32.04%
G 146 of 515 ~ 28.35%
B 204 of 515 ~ 39.61%

%32.04
%28.35
%39.61

CMYK color model

#A592CC color CMYK value is (19,28,0,20).

  • cyan value is 19.12%
  • magenta value is 28.43%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(19,28,0,20)
C19M28Y0K20 
(19%,28%,0%,20%)
(0.19/0.28/0.00/0.20)	

CMYK percentages

%19.12
%28.43
%0
%20

Codes

Color #A592CC in popluar color models

A592CC
RGB165146204
HSL260°36.25%68.63%
HSB/HSV260°28.43%80.00%
CMYK19.12%28.43%0.00%
20.00%

Color #A592CC in popluar number systems.

HEXA592CC
Decimal165146204
Binary101001011001001011001100
Octal245222314

Shades and tints

Shades of #A592CC

#A592CC
(165,146,204)
#9685BA
(150,133,186)
#8778A8
(135,120,168)
#786B96
(120,107,150)
#695E84
(105,94,132)
#5A5172
(90,81,114)
#4B4460
(75,68,96)
#3C374E
(60,55,78)
#2D2A3C
(45,42,60)
#1E1D2A
(30,29,42)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #A592CC

#A592CC
(165,146,204)
#AD9BD0
(173,155,208)
#B5A4D4
(181,164,212)
#BDADD8
(189,173,216)
#C5B6DC
(197,182,220)
#CDBFE0
(205,191,224)
#D5C8E4
(213,200,228)
#DDD1E8
(221,209,232)
#E5DAEC
(229,218,236)
#EDE3F0
(237,227,240)
#F5ECF4
(245,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A592CC color. Also use rgb(165,146,204) instead hex code.

Text Font Color

.myTextColor { color: #A592CC; }

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

This text font color is #A592CC.


Background Color

.myBgColor { background-color: #A592CC; }

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

This div background color is #A592CC.


Border color

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

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

This div border color is #A592CC.


Opacity

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

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

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

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

This text has shadow with #A592CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A592CC on black background.


Color preview on white background

This text has color #A592CC on white background.



Black color preview on #A592CC background

This text has black color on #A592CC background.


White color preview on #A592CC background

This text has white color on #A592CC background.