COLOR #A566C8

HEX: #A566C8
RGB: (165,102,200)

Color info

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

RGB color model

#A566C8 color RGB value is (165,102,200).

  • red value is 165;
  • green value is 102;
  • blue value is 200.
RGB:
(165,102,200)
(65%,40%,78%)

RGB channels and saturation

R 165 of 255 = 65%
G 102 of 255 = 40%
B 200 of 255 = 78%

165
102
200

R + G + B ~ 61%. #A566C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 102 + 200 = 467 (100%)
R 165 of 467 ~ 35.33%
G 102 of 467 ~ 21.84%
B 200 of 467 ~ 42.83%

%35.33
%21.84
%42.83

CMYK color model

#A566C8 color CMYK value is (18,49,0,22).

  • cyan value is 17.50%
  • magenta value is 49.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(18,49,0,22)
C18M49Y0K22 
(18%,49%,0%,22%)
(0.18/0.49/0.00/0.22)	

CMYK percentages

%17.5
%49
%0
%21.57

Codes

Color #A566C8 in popluar color models

A566C8
RGB165102200
HSL279°47.12%59.22%
HSB/HSV279°49.00%78.43%
CMYK17.50%49.00%0.00%
21.57%

Color #A566C8 in popluar number systems.

HEXA566C8
Decimal165102200
Binary10100101110011011001000
Octal245146310

Shades and tints

Shades of #A566C8

#A566C8
(165,102,200)
#965DB6
(150,93,182)
#8754A4
(135,84,164)
#784B92
(120,75,146)
#694280
(105,66,128)
#5A396E
(90,57,110)
#4B305C
(75,48,92)
#3C274A
(60,39,74)
#2D1E38
(45,30,56)
#1E1526
(30,21,38)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #A566C8

#A566C8
(165,102,200)
#AD73CD
(173,115,205)
#B580D2
(181,128,210)
#BD8DD7
(189,141,215)
#C59ADC
(197,154,220)
#CDA7E1
(205,167,225)
#D5B4E6
(213,180,230)
#DDC1EB
(221,193,235)
#E5CEF0
(229,206,240)
#EDDBF5
(237,219,245)
#F5E8FA
(245,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A566C8 color. Also use rgb(165,102,200) instead hex code.

Text Font Color

.myTextColor { color: #A566C8; }

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

This text font color is #A566C8.


Background Color

.myBgColor { background-color: #A566C8; }

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

This div background color is #A566C8.


Border color

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

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

This div border color is #A566C8.


Opacity

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

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

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

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

This text has shadow with #A566C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A566C8 on black background.


Color preview on white background

This text has color #A566C8 on white background.



Black color preview on #A566C8 background

This text has black color on #A566C8 background.


White color preview on #A566C8 background

This text has white color on #A566C8 background.