#A560C6

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

Shades of Deep Lilac #A560C6

Tints of Deep Lilac #A560C6

Color information

#A560C6 (or 0xA560C6) is unknown color: approx Deep Lilac. HEX triplet: A5, 60 and C6. RGB value is (165,96,198). Sum of RGB (Red+Green+Blue) = 165+96+198=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #A560C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560C6 is #5A9F39. Grayscale: #7F7F7F. Windows color (decimal): -5939002 or 13000869. OLE color: 13000869.

HSL color Cylindrical-coordinate representation of color #A560C6: hue angle of 280.59º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A560C6 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16596198-
CMYK0.170.5200.22
HSL280.59º47.22%57.65%-
HSV(B)280.59º51.52%77.65%-
XYZ29.8920.4455.8-
YUV128.26167.36154.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 198 (77.73% from 255) = 43.14%
R=35.95%
G=20.92%
B=43.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal165961980.170.5200.22280.5947.2257.65
HexA560C611340161192f3a
Octal24514030621640264315772
Binary1010010111000001100011010001110100010110100011001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A560C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A560C6; }

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

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

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

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

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

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

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

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