#A560C5

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

Shades of Deep Lilac #A560C5

Tints of Deep Lilac #A560C5

Color information

#A560C5 (or 0xA560C5) is unknown color: approx Deep Lilac. HEX triplet: A5, 60 and C5. RGB value is (165,96,197). Sum of RGB (Red+Green+Blue) = 165+96+197=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 197 - color contains mainly: blue. Hex color #A560C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560C5 is #5A9F3A. Grayscale: #7F7F7F. Windows color (decimal): -5939003 or 12935333. OLE color: 12935333.

HSL color Cylindrical-coordinate representation of color #A560C5: hue angle of 280.99º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A560C5 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16596197-
CMYK0.160.5100.23
HSL280.99º46.54%57.45%-
HSV(B)280.99º51.27%77.25%-
XYZ29.7820.455.19-
YUV128.15166.86154.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.03%
GREEN value IS 96 (37.89% from 255) = 20.96%
BLUE value IS 197 (77.34% from 255) = 43.01%
R=36.03%
G=20.96%
B=43.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal165961970.160.5100.23280.9946.5457.45
HexA560C510330171192f39
Octal24514030520630274315771
Binary1010010111000001100010110000110011010111100011001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A560C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A560C5; }

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

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

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

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

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

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

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

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