COLOR #A592C6

HEX: #A592C6 RGB: (165,146,198)

Color info

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

RGB color model

#A592C6 color RGB value is (165,146,198).

RGB: (165,146,198) (65%, 57%, 78%)

RGB channels and saturation

R 165 of 255 = 65%
G 146 of 255 = 57%
B 198 of 255 = 78%

165
146
198

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

Portions of RGB colors in percentages

R + G + B = 165 + 146 + 198 = 509 (100%)
R 165 of 509 ~ 32.42%
G 146 of 509 ~ 28.68%
B 198 of 509 ~ 38.9'%

%32.42
%28.68
%38.9

CMYK color model

#A592C6 color CMYK value is (17,26,0,22).

  • cyan value is 16.67%
  • magenta value is 26.26%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (17,26,0,22)
C17M26Y0K22 (17%, 26%, 0%, 22%)
(0.17 / 0.26 / 0.00 / 0.22)

CMYK percentages

%16.67
%26.26
%0
%22.35

Codes

Color #A592C6 in popluar color models

A5 92 C6
RGB 165 146 198
HSL 262° 31.33% 67.45%
HSB/HSV 262° 26.26% 77.65%
CMYK 16.67% 26.26% 0.00%
22.35%

Color #A592C6 in popluar number systems.

HEX A5 92 C6
Decimal 165 146 198
Binary 10100101 10010010 11000110
Octal 245 222 306

Shades and tints

Shades of #A592C6

#A592C6
(165,146,198)
#9685B4
(150,133,180)
#8778A2
(135,120,162)
#786B90
(120,107,144)
#695E7E
(105,94,126)
#5A516C
(90,81,108)
#4B445A
(75,68,90)
#3C3748
(60,55,72)
#2D2A36
(45,42,54)
#1E1D24
(30,29,36)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #A592C6

#A592C6
(165,146,198)
#AD9BCB
(173,155,203)
#B5A4D0
(181,164,208)
#BDADD5
(189,173,213)
#C5B6DA
(197,182,218)
#CDBFDF
(205,191,223)
#D5C8E4
(213,200,228)
#DDD1E9
(221,209,233)
#E5DAEE
(229,218,238)
#EDE3F3
(237,227,243)
#F5ECF8
(245,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A592C6; }

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

This text font color is #A592C6.

Background Color

.myBgColor { background-color: #A592C6; }

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

This div background color is #A592C6.

Border color

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

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

This div border color is #A592C6.

Opacity

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

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

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

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

This text has shadow with #A592C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A592C6.

Preview

Color preview on black background

This text has color #A592C6 on black background.


Color preview on white background

This text has color #A592C6 on white background.


Black color preview on #A592C6 background

This text has black color on #A592C6 background.


White color preview on #A592C6 background

This text has white color on #A592C6 background.


Related colors

Complementary color

Complementary color for #hex is #5A6D39.


I love getcolorcode.com

Triadic colors

1 #C6A592 and #92C6A5 with #A592C6 are triadic colors.

2 #C692A5 and #92A5C6 with #A592C6 are triadic colors.