COLOR #A658C0

HEX: #A658C0
RGB: (166,88,192)

Color info

#A658C0 contains mainly red and blue colors. Web safe color of #A658C0 is #9966CC (or #96C).

RGB color model

#A658C0 color RGB value is (166,88,192).

  • red value is 166;
  • green value is 88;
  • blue value is 192.
RGB:
(166,88,192)
(65%,35%,75%)

RGB channels and saturation

R 166 of 255 = 65%
G 88 of 255 = 35%
B 192 of 255 = 75%

166
88
192

R + G + B ~ 58%. #A658C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
166 + 88 + 192 = 446 (100%)
R 166 of 446 ~ 37.22%
G 88 of 446 ~ 19.73%
B 192 of 446 ~ 43.05%

%37.22
%19.73
%43.05

CMYK color model

#A658C0 color CMYK value is (14,54,0,25).

  • cyan value is 13.54%
  • magenta value is 54.17%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(14,54,0,25)
C14M54Y0K25 
(14%,54%,0%,25%)
(0.14/0.54/0.00/0.25)	

CMYK percentages

%13.54
%54.17
%0
%24.71

Codes

Color #A658C0 in popluar color models

A658C0
RGB16688192
HSL285°45.22%54.90%
HSB/HSV285°54.17%75.29%
CMYK13.54%54.17%0.00%
24.71%

Color #A658C0 in popluar number systems.

HEXA658C0
Decimal16688192
Binary10100110101100011000000
Octal246130300

Shades and tints

Shades of #A658C0

#A658C0
(166,88,192)
#9750AF
(151,80,175)
#88489E
(136,72,158)
#79408D
(121,64,141)
#6A387C
(106,56,124)
#5B306B
(91,48,107)
#4C285A
(76,40,90)
#3D2049
(61,32,73)
#2E1838
(46,24,56)
#1F1027
(31,16,39)
#100816
(16,8,22)
#000000
(0,0,0)

Tints of #A658C0

#A658C0
(166,88,192)
#AE67C5
(174,103,197)
#B676CA
(182,118,202)
#BE85CF
(190,133,207)
#C694D4
(198,148,212)
#CEA3D9
(206,163,217)
#D6B2DE
(214,178,222)
#DEC1E3
(222,193,227)
#E6D0E8
(230,208,232)
#EEDFED
(238,223,237)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A658C0 color. Also use rgb(166,88,192) instead hex code.

Text Font Color

.myTextColor { color: #A658C0; }

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

This text font color is #A658C0.


Background Color

.myBgColor { background-color: #A658C0; }

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

This div background color is #A658C0.


Border color

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

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

This div border color is #A658C0.


Opacity

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

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

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

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

This text has shadow with #A658C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A658C0 on black background.


Color preview on white background

This text has color #A658C0 on white background.



Black color preview on #A658C0 background

This text has black color on #A658C0 background.


White color preview on #A658C0 background

This text has white color on #A658C0 background.