#A360C4

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

Shades of Deep Lilac #A360C4

Tints of Deep Lilac #A360C4

Color information

#A360C4 (or 0xA360C4) is unknown color: approx Deep Lilac. HEX triplet: A3, 60 and C4. RGB value is (163,96,196). Sum of RGB (Red+Green+Blue) = 163+96+196=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 196 - color contains mainly: blue. Hex color #A360C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360C4 is #5C9F3B. Grayscale: #7F7F7F. Windows color (decimal): -6070076 or 12869795. OLE color: 12869795.

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

Color convert

RGB16396196-
CMYK0.170.5100.23
HSL280.2º45.87%57.25%-
HSV(B)280.2º51.02%76.86%-
XYZ29.2520.1454.57-
YUV127.43166.7153.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 96 (37.89% from 255) = 21.10%
BLUE value IS 196 (76.95% from 255) = 43.08%
R=35.82%
G=21.10%
B=43.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal163961960.170.5100.23280.245.8757.25
HexA360C411330171182e39
Octal24314030421630274305671
Binary1010001111000001100010010001110011010111100011000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A360C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A360C4; }

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

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

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

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

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

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

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

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