#A163C0

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

Shades of Deep Lilac #A163C0

Tints of Deep Lilac #A163C0

Color information

#A163C0 (or 0xA163C0) is unknown color: approx Deep Lilac. HEX triplet: A1, 63 and C0. RGB value is (161,99,192). Sum of RGB (Red+Green+Blue) = 161+99+192=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #A163C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163C0 is #5E9C3F. Grayscale: #7F7F7F. Windows color (decimal): -6200384 or 12608417. OLE color: 12608417.

HSL color Cylindrical-coordinate representation of color #A163C0: hue angle of 280º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A163C0 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16199192-
CMYK0.160.4800.25
HSL280º42.47%57.06%-
HSV(B)280º48.44%75.29%-
XYZ28.6720.3152.28-
YUV128.14164.04151.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.62%
GREEN value IS 99 (39.06% from 255) = 21.90%
BLUE value IS 192 (75.39% from 255) = 42.48%
R=35.62%
G=21.90%
B=42.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161991920.160.4800.2528042.4757.06
HexA163C010300191182a39
Octal24114330020600314305271
Binary1010000111000111100000010000110000011001100011000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A163C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A163C0; }

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

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

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

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

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

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

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

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