#A163BC

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

Shades of Deep Lilac #A163BC

Tints of Deep Lilac #A163BC

Color information

#A163BC (or 0xA163BC) is unknown color: approx Deep Lilac. HEX triplet: A1, 63 and BC. RGB value is (161,99,188). Sum of RGB (Red+Green+Blue) = 161+99+188=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #A163BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163BC is #5E9C43. Grayscale: #7F7F7F. Windows color (decimal): -6200388 or 12346273. OLE color: 12346273.

HSL color Cylindrical-coordinate representation of color #A163BC: hue angle of 281.8º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A163BC is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16199188-
CMYK0.140.4700.26
HSL281.8º39.91%56.27%-
HSV(B)281.8º47.34%73.73%-
XYZ28.2420.1349.97-
YUV127.68162.04151.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.94%
GREEN value IS 99 (39.06% from 255) = 22.10%
BLUE value IS 188 (73.83% from 255) = 41.96%
R=35.94%
G=22.10%
B=41.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161991880.140.4700.26281.839.9156.27
HexA163BCE2F01A11a2838
Octal24114327416570324325070
Binary101000011100011101111001110101111011010100011010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A163BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A163BC; }

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

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

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

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

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

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

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

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