#A360C3

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

Shades of Deep Lilac #A360C3

Tints of Deep Lilac #A360C3

Color information

#A360C3 (or 0xA360C3) is unknown color: approx Deep Lilac. HEX triplet: A3, 60 and C3. RGB value is (163,96,195). Sum of RGB (Red+Green+Blue) = 163+96+195=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 195 - color contains mainly: blue. Hex color #A360C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360C3 is #5C9F3C. Grayscale: #7E7E7E. Windows color (decimal): -6070077 or 12804259. OLE color: 12804259.

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

Color convert

RGB16396195-
CMYK0.160.5100.24
HSL280.61º45.21%57.06%-
HSV(B)280.61º50.77%76.47%-
XYZ29.1420.0953.97-
YUV127.32166.2153.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 96 (37.89% from 255) = 21.15%
BLUE value IS 195 (76.56% from 255) = 42.95%
R=35.90%
G=21.15%
B=42.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163961950.160.5100.24280.6145.2157.06
HexA360C310330181192d39
Octal24314030320630304315571
Binary1010001111000001100001110000110011011000100011001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A360C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A360C3; }

 p { color: rgb(163,96,195); }

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

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

 a { background-color: rgb(163,96,195); }

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

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

 span { border-color: rgb(163,96,195); }

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