#A560C4

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

Shades of Deep Lilac #A560C4

Tints of Deep Lilac #A560C4

Color information

#A560C4 (or 0xA560C4) is unknown color: approx Deep Lilac. HEX triplet: A5, 60 and C4. RGB value is (165,96,196). Sum of RGB (Red+Green+Blue) = 165+96+196=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 196 - color contains mainly: blue. Hex color #A560C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560C4 is #5A9F3B. Grayscale: #7F7F7F. Windows color (decimal): -5939004 or 12869797. OLE color: 12869797.

HSL color Cylindrical-coordinate representation of color #A560C4: hue angle of 281.4º degrees, saturation: 0.46, 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 #A560C4 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16596196-
CMYK0.160.5100.23
HSL281.4º45.87%57.25%-
HSV(B)281.4º51.02%76.86%-
XYZ29.6620.3554.59-
YUV128.03166.36154.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.11%
GREEN value IS 96 (37.89% from 255) = 21.01%
BLUE value IS 196 (76.95% from 255) = 42.89%
R=36.11%
G=21.01%
B=42.89%

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
Decimal165961960.160.5100.23281.445.8757.25
HexA560C410330171192e39
Octal24514030420630274315671
Binary1010010111000001100010010000110011010111100011001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A560C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A560C4; }

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

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

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

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

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

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

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

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