#A163C1

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

Shades of Deep Lilac #A163C1

Tints of Deep Lilac #A163C1

Color information

#A163C1 (or 0xA163C1) is unknown color: approx Deep Lilac. HEX triplet: A1, 63 and C1. RGB value is (161,99,193). Sum of RGB (Red+Green+Blue) = 161+99+193=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #A163C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163C1 is #5E9C3E. Grayscale: #7F7F7F. Windows color (decimal): -6200383 or 12673953. OLE color: 12673953.

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

Color convert

RGB16199193-
CMYK0.170.4900.24
HSL279.57º43.12%57.25%-
HSV(B)279.57º48.7%75.69%-
XYZ28.7920.3552.86-
YUV128.25164.54151.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.54%
GREEN value IS 99 (39.06% from 255) = 21.85%
BLUE value IS 193 (75.78% from 255) = 42.60%
R=35.54%
G=21.85%
B=42.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161991930.170.4900.24279.5743.1257.25
HexA163C111310181182b39
Octal24114330121610304305371
Binary1010000111000111100000110001110001011000100011000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A163C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A163C1; }

 p { color: rgb(161,99,193); }

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

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

 a { background-color: rgb(161,99,193); }

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

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

 span { border-color: rgb(161,99,193); }

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