#A163BE

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

Shades of Deep Lilac #A163BE

Tints of Deep Lilac #A163BE

Color information

#A163BE (or 0xA163BE) is unknown color: approx Deep Lilac. HEX triplet: A1, 63 and BE. RGB value is (161,99,190). Sum of RGB (Red+Green+Blue) = 161+99+190=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #A163BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163BE is #5E9C41. Grayscale: #7F7F7F. Windows color (decimal): -6200386 or 12477345. OLE color: 12477345.

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

Color convert

RGB16199190-
CMYK0.150.4800.25
HSL280.88º41.18%56.67%-
HSV(B)280.88º47.89%74.51%-
XYZ28.4520.2251.12-
YUV127.91163.04151.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.78%
GREEN value IS 99 (39.06% from 255) = 22%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=35.78%
G=22%
B=42.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161991900.150.4800.25280.8841.1856.67
HexA163BEF300191192939
Octal24114327617600314315171
Binary101000011100011101111101111110000011001100011001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A163BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A163BE; }

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

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

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

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

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

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

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

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