#A566B4

Color #A566B4 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A566B4

Tints of Deep Lilac #A566B4

Color information

#A566B4 (or 0xA566B4) is unknown color: approx Deep Lilac. HEX triplet: A5, 66 and B4. RGB value is (165,102,180). Sum of RGB (Red+Green+Blue) = 165+102+180=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 180 - color contains mainly: blue. Hex color #A566B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A566B4 is #5A994B. Grayscale: #818181. Windows color (decimal): -5937484 or 11822757. OLE color: 11822757.

HSL color Cylindrical-coordinate representation of color #A566B4: hue angle of 288.46º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A566B4 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB165102180-
CMYK0.080.4300.29
HSL288.46º34.21%55.29%-
HSV(B)288.46º43.33%70.59%-
XYZ28.5120.845.69-
YUV129.73156.37153.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 102 (40.23% from 255) = 22.82%
BLUE value IS 180 (70.70% from 255) = 40.27%
R=36.91%
G=22.82%
B=40.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651021800.080.4300.29288.4634.2155.29
HexA566B482B01D1202237
Octal24514626410530354404267
Binary101001011100110101101001000101011011101100100000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A566B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A566B4; }

 p { color: rgb(165,102,180); }

 H1.HeaderClassName
 {
   color: #A566B4;
 }
 .AnyTagClassName
 {
   color: #A566B4;
 }
</style>
background-color css

<style>
 a { background-color: #A566B4; }

 a { background-color: rgb(165,102,180); }

 div.DivClassName
 {
   background-color: #A566B4;
 }
 .BgClassName
 {
   background-color: #A566B4;
 }
</style>
border-color css

<style>
 span { border-color: #A566B4; }

 span { border-color: rgb(165,102,180); }

 td.TdClassName
 {
   border-color: #A566B4;
 }
 .TagClassName
 {
   border-color: #A566B4;
 }
</style>