#A560C0

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

Shades of Deep Lilac #A560C0

Tints of Deep Lilac #A560C0

Color information

#A560C0 (or 0xA560C0) is unknown color: approx Deep Lilac. HEX triplet: A5, 60 and C0. RGB value is (165,96,192). Sum of RGB (Red+Green+Blue) = 165+96+192=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #A560C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560C0 is #5A9F3F. Grayscale: #7F7F7F. Windows color (decimal): -5939008 or 12607653. OLE color: 12607653.

HSL color Cylindrical-coordinate representation of color #A560C0: hue angle of 283.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A560C0 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16596192-
CMYK0.140.5000.25
HSL283.12º43.24%56.47%-
HSV(B)283.12º50%75.29%-
XYZ29.2120.1752.22-
YUV127.58164.36154.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.42%
GREEN value IS 96 (37.89% from 255) = 21.19%
BLUE value IS 192 (75.39% from 255) = 42.38%
R=36.42%
G=21.19%
B=42.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165961920.140.5000.25283.1243.2456.47
HexA560C0E3201911b2b38
Octal24514030016620314335370
Binary101001011100000110000001110110010011001100011011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A560C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A560C0; }

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

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

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

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

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

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

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

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