#A163BF

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

Shades of Deep Lilac #A163BF

Tints of Deep Lilac #A163BF

Color information

#A163BF (or 0xA163BF) is unknown color: approx Deep Lilac. HEX triplet: A1, 63 and BF. RGB value is (161,99,191). Sum of RGB (Red+Green+Blue) = 161+99+191=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #A163BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163BF is #5E9C40. Grayscale: #7F7F7F. Windows color (decimal): -6200385 or 12542881. OLE color: 12542881.

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

Color convert

RGB16199191-
CMYK0.160.4800.25
HSL280.43º41.82%56.86%-
HSV(B)280.43º48.17%74.9%-
XYZ28.5620.2651.7-
YUV128.03163.54151.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 99 (39.06% from 255) = 21.95%
BLUE value IS 191 (75% from 255) = 42.35%
R=35.70%
G=21.95%
B=42.35%

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
Decimal161991910.160.4800.25280.4341.8256.86
HexA163BF10300191182a39
Octal24114327720600314305271
Binary1010000111000111011111110000110000011001100011000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A163BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A163BF; }

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

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

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

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

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

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

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

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