#A360C2

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

Shades of Deep Lilac #A360C2

Tints of Deep Lilac #A360C2

Color information

#A360C2 (or 0xA360C2) is unknown color: approx Deep Lilac. HEX triplet: A3, 60 and C2. RGB value is (163,96,194). Sum of RGB (Red+Green+Blue) = 163+96+194=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 194 - color contains mainly: blue. Hex color #A360C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360C2 is #5C9F3D. Grayscale: #7E7E7E. Windows color (decimal): -6070078 or 12738723. OLE color: 12738723.

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

Color convert

RGB16396194-
CMYK0.160.5100.24
HSL281.02º44.55%56.86%-
HSV(B)281.02º50.52%76.08%-
XYZ29.0220.0553.38-
YUV127.2165.7153.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 96 (37.89% from 255) = 21.19%
BLUE value IS 194 (76.17% from 255) = 42.83%
R=35.98%
G=21.19%
B=42.83%

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
Decimal163961940.160.5100.24281.0244.5556.86
HexA360C210330181192d39
Octal24314030220630304315571
Binary1010001111000001100001010000110011011000100011001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A360C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A360C2; }

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

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

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

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

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

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

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

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