#A560C1

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

Shades of Deep Lilac #A560C1

Tints of Deep Lilac #A560C1

Color information

#A560C1 (or 0xA560C1) is unknown color: approx Deep Lilac. HEX triplet: A5, 60 and C1. RGB value is (165,96,193). Sum of RGB (Red+Green+Blue) = 165+96+193=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #A560C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560C1 is #5A9F3E. Grayscale: #7F7F7F. Windows color (decimal): -5939007 or 12673189. OLE color: 12673189.

HSL color Cylindrical-coordinate representation of color #A560C1: hue angle of 282.68º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A560C1 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16596193-
CMYK0.150.5000.24
HSL282.68º43.89%56.67%-
HSV(B)282.68º50.26%75.69%-
XYZ29.3320.2252.81-
YUV127.69164.86154.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 96 (37.89% from 255) = 21.15%
BLUE value IS 193 (75.78% from 255) = 42.51%
R=36.34%
G=21.15%
B=42.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165961930.150.5000.24282.6843.8956.67
HexA560C1F3201811b2c39
Octal24514030117620304335471
Binary101001011100000110000011111110010011000100011011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A560C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A560C1; }

 p { color: rgb(165,96,193); }

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

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

 a { background-color: rgb(165,96,193); }

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

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

 span { border-color: rgb(165,96,193); }

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